Ionic V3 app closing

I have an app with a login screen and another home screen, I run and debug on a Samsung S6 Android api 23. I created a new project with minimum api 19 and maximum 28 and when I published some devices informed q the app generated several errors and closed, I downloaded for maximum Android version 27, same thing, now I downloaded for maximum version 26 and solved for some devices, but continues giving the same problem in devices with api 27+. In none of the versions in the laboratory the app shows no type of failure, neither when it runs nor when I generate the release for publication. I have already deleted the Android folder, node modules and there is no error indication at all, put below my settings, since I am without any idea what to do to solve the problem:

Ionic:

Ionic (Ionic CLI): 4.11.0 (C:\Users\user\AppData\Roaming\npm\node_modules\ionic) Ionic Framework: ionic-angular 3.9.3 @ionic / app-scripts : 3.2.3

Cordova:

Cordova (Cordova CLI): 9.0.0 ([email protected]) Cordova Platforms: android 7.1.4 Cordova Plugins: cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-Ionic-webview 3.1.2, (and 11 other plugins)

System:

Android SDK Tools: 26.1.1 (G:\android-sdk) NodeJS: v10.15.1 (C:\Program Files \ nodejs \ node.exe) npm: 6.4.1 OS: Windows 10

  "scripts": {
"start": "ionic-app-scripts serve",
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint"
"dependencies": {
"@angular/animations": "5.2.11",
"@angular/common": "5.2.11",
"@angular/compiler": "5.2.11",
"@angular/compiler-cli": "^7.2.13",
"@angular/core": "5.2.11",
"@angular/forms": "5.2.11",
"@angular/http": "5.2.11",
"@angular/platform-browser": "5.2.11",
"@angular/platform-browser-dynamic": "5.2.11",
"@ionic-native/core": "~4.18.0",
"@ionic-native/geolocation": "^4.20.0",
"@ionic-native/http": "^4.20.0",
"@ionic-native/local-notifications": "^4.20.0",
"@ionic-native/native-geocoder": "^4.20.0",
"@ionic-native/network": "^4.20.0",
"@ionic-native/splash-screen": "~4.18.0",
"@ionic-native/status-bar": "~4.18.0",
"@ionic/storage": "2.2.0",
"@types/leaflet": "^1.4.4",
"cordova-android": "7.1.4",
"cordova-plugin-advanced-http": "^2.0.6",
"cordova-plugin-badge": "^0.8.8",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-geolocation": "^4.0.1",
"cordova-plugin-ionic-keyboard": "^2.1.3",
"cordova-plugin-ionic-webview": "^3.1.2",
"cordova-plugin-local-notification": "^0.9.0-beta.2",
"cordova-plugin-nativegeocoder": "^3.2.0",
"cordova-plugin-network-information": "^2.0.1",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-whitelist": "^1.3.3",
"ionic-angular": "3.9.3",
"ionic-native-http-connection-backend": "^4.0.10",
"ionicons": "3.0.0",
"leaflet": "^1.4.0",
"rxjs": "5.5.11",
"rxjs-compat": "^6.4.0",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.29"
"devDependencies": {
"@ionic/app-scripts": "^3.2.3",
"typescript": "~2.6.2"
"description": "An Ionic project",
"cordova": {
"plugins": {
  "cordova-plugin-whitelist": {},
  "cordova-plugin-statusbar": {},
  "cordova-plugin-device": {},
  "cordova-plugin-splashscreen": {},
  "cordova-plugin-ionic-webview": {
    "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
  },
  "cordova-plugin-ionic-keyboard": {},
  "cordova-plugin-geolocation": {},
  "cordova-plugin-nativegeocoder": {},
  "cordova-plugin-network-information": {},
  "cordova-plugin-advanced-http": {},
  "cordova-plugin-local-notification": {}
},
"platforms": [
  "android"
]

What's leaving me desperate is that it does not generate errors, only when the client downloads the application via PlayStore and on his device that is a Samsung S9. I have idea that the problem may be related to Ionic/cordova/android versions but I don't know what to do.

Thank you in advance to everyone Q can give me a light.

Author: Luciano Coelho, 2019-05-20