My app serves fine, works perfectly fine in the Play Store, builds fine (ionic cordova build ios --prod --release), is compiled and deployed successfully by Appflow, but in TestFlight the app gets stuck in the Splashscreen. When I changed the @ionic-native/splash-screen/ngx for @awesome-cordova-plugins/splash-screen/ngx, the splash-scren seemed to load eternally. That’s all I could get.
Ionic Info:
Ionic:
Ionic CLI : 6.20.8 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 6.3.4
@angular-devkit/build-angular : 14.2.10
@angular-devkit/schematics : 14.2.8
@angular/cli : 14.2.8
@ionic/angular-toolkit : 6.1.0
Cordova:
Cordova CLI : 11.0.0
Cordova Platforms : ios 6.2.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 5.0.0, cordova-plugin-ionic 5.5.3, (and 5 other plugins, among them cordova-plugin-splashscreen)
Utility:
cordova-res : 0.15.4
native-run : 1.7.1
System:
ios-deploy : 1.12.1
ios-sim : 8.0.2
NodeJS : v18.12.0 (/usr/local/bin/node)
npm : 8.19.2
OS : macOS
Xcode : Xcode 14.1 Build version 14B47b
Can you help, please?