Software Archive
Read-only legacy content
17061 Discussions

iOS App rejected - Cordova Hybrid

Honda20
Beginner
220 Views
I got this message from App reviewer (We discovered one or more bugs in your app when reviewed on iPad running iOS 9.3.1 and iPhone running iOS 9.3.1 on both Wi-Fi and cellular networks. Specifically, a white screen is displayed on launch. ) I have set the target os 8.0 I have splashscreen plugin added Please help Thanks Honda20
0 Kudos
1 Reply
Swati_S_Intel1
Employee
220 Views

Does the white screen appear after the splashscreen is displayed? Try putting this in the intelxdk.config.additions.xml file

<platform name="iOS”>

<preference name="FadeSplashScreen" value="false"/>

</platform>

 

0 Kudos
Reply