iOS app rejected and got mail ITMS-90809: Deprecated API Usage?
ITMS-90809: Deprecated API Usage - Apple will no longer accept submissions of new apps that use UIWebView as of April 30, 2020 and app updates that use UIWebView as of December 2020. Instead, use WKWebView for improved security and reliability.
Add a preference in config.xml file
and run command cordova prepare. build again and upload
<preference name="WKWebViewOnly" value="true" />
cordova prepare
Internet Content not loading on android 9
Add android:usesCleartextTraffic="true" in platform/android/app/src/main/AndroidManifest.xml file.
Internet Content not on android mobile for non SSL site
Add you site Domain in app/resources/android/xml/network_security_config.xml file. Need to add this each time when you remove and add android platform. in the example below replace example.com with your domain
I am getting blank white screen after splash and taking more time to load?
Debug apk takes time to load on some Android devices. while this is normal for debugging apk. Build --prod to load app faster.
$ ionic cordova build android --prod
$ ionic cordova build iOS --prod
Login and Register is not working on the browser?
This feature may not work on the browser. Try on a real device
How to change icon and splash screen?
Replace your icon (1024x1024 px png) and splash (2732x2732 px png, Graphics in center of 1024 sq px) in src/resources folder. Use the following command to generate icon and splash screen
$ ionic cordova resources
How to change the logo and other images?
Replace your logo and other images in src/assets/images/
How to change the theme, colors?
Just edit src/variables.scss file. There are few color variable, $header-color, $button-color etc
I am getting a blank page on ionic serve?
Use ionic serve --port 8080 while working on the browser
$ ionic serve --port 8080
Add Multilingual
This works with WPML
Enable WPML in WordPress->Mobile Options->Settings
Add you translation file in ionic project app/src/assets/i18n
Check
If you have an issue still. Please feel free to contact me with issue details, URL and keys