Saravanan C
Saravanan C

Reputation: 695

Cordova App does not opening in iPad while it is successfully running on iPad simulator with Xcode

I have been packaging an app that has been build using Cordova (Dev team is somewhere else) and I have just changed the bundle identifier to match our Enterprise Developer license (identifier like xxx.xxx.AppName from yyy.yyy.AppName). The starting point of the app is an html page and it is perfectly working on iPad simulator in Xcode but If I choose iOS device in Xcode (my iPad) only white color screen is shown up for as long as the app is opened and also it doesn't showing any error message (In Safari Developer mode there is no respectable application under my iPad option). What would be the cause. please help me guys...

App Details, Hybrid app Target platform is >= iOS 6 Device - iPad (only for iPad) Thanks

Upvotes: 0

Views: 223

Answers (1)

Saravanan C
Saravanan C

Reputation: 695

The problem was on the Javascript files we were using and one of the file wasn't rendered correctly since it was referenced wrongly. So eventually we found it and correct it. Guys, for Cordova kind of app, if it behaves similarly, just check are there any java script errors then ensure it before proceeding further.

Upvotes: 0

Related Questions