|
Post by charlyr on Jul 11, 2021 13:57:15 GMT
The app stucks at loading screen in IOS app build with xcode and ios v14.14 The app runs without problems in Rhosimulator and Android. The problem appears only in IOS.
Aditional info: mac OS Catalina 10.15.7 Xcode 12.4(12D4e) IOS SDK 14.4 Rhomobile 7.3 Extensions: fmc-push, barcode
Device log attached for rhorunner
Please help. Thanks in advance. Attachments:rhorunner.log (306.09 KB)
|
|
|
Post by charlyr on Jul 12, 2021 19:34:26 GMT
Now the app is running OK. Steps: 1. Start new default Rhomobile project in Rhostudio. 2. Rename old rhoconfig.txt to rhoconfig.txt.old 3. Copy rhoconfig.txt from default project to the current one. 4. Add to rhoconfig.txt the necessary changes to configure the app only. 5. Modified build.yml with the following additions http_connection_domains: ['mydomain.com'] info_plist_data_remove: - UIApplicationExitsOnSuspend info_plist_data: UIRequiresFullScreen: true NSAppTransportSecurity: NSAllowsLocalNetworking: true NSAllowsArbitraryLoads: true #For push notifications UIBackgroundModes: ["remote-notification"] #To support QR scanner and compliance with apple permission NSCameraUsageDescription: "The application uses the camera to enable QR code scanning when the credentials module is enabled"
Waiting for apple aceptance...
|
|