iOS support: Fix "Missing attestations" message on AppStoreConnect. Added specific App ID for iOS. iOS 13 compatibility. Fix NPM install for minisodium.
- Added ITSAppUsesNonExemptEncryption key with value NO in Info.plist to avoid "Missing attestations" message on AppStoreConnect.
- Updated cordova config to include specific "org.duniter.cesium" App ID for iOS.
- Upgraded to Cordova 9 and Cordova iOS 5.x. Cordova Android is still using 6.x version (6.4.0).
- Using WKWebView only fork of cordova-ios to prepare for iOS 13 (Fix issue #661 of cordova-ios. Pull request opened on official cordova-ios repository: https://github.com/apache/cordova-ios/pull/663).
- Removed cordova-plugin-inappbrowser at it wasn't used anywhere.
Edited by bpresles
Merge request reports
Activity
Filter activity
added 1 commit
- dff1ab27 - Added cordova-plugin-ionic-webview to use WKWebview on iOS as UIWebview will...
added 1 commit
- 22785ae6 - Removed reference of cordova-plugin-ionic-webview in package.json
added 1 commit
- 0e28ce92 - Activated status bar overlay on iOS. Adjusted CSS accordingly
added 1 commit
- 94a824a0 - Found a working solution for overlay status bar, so re-enabled it :)
added 1 commit
- f36afc34 - Dynamically bootstrap the angular js app (fix potential display issue on iOS 11)
added 1 commit
- edc69620 - Better splashscreens. Updated development_guide to indicate to use node v6 and cordova 9
added 1 commit
- f3f962a4 - Fixes scroll locked after closing modals. Fixes potential UI freeze on iOS....
Please register or sign in to reply