Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

We released a version of our Cordova based app to iTunes, Apple approved it and everything worked extremely well.

After developing some UI improvements, we decided to release an update to the app, which Apple approved again.

Now we have a serious issue. If a user upgrades from the first version to the second, no JavaScript seems to be executed on initial launch(!) leaving the user with a blank page (fully closing and re-opening the app does correct the problem, but users struggle with this, despite instructions in our app description). Everything is fine the second time it is opened!

If a user does a fresh install everything is fine first time.

This ONLY occurs when updating from the app store and we are unable to replicate locally / deploying via xcode.

My initial thought is that the "deviceready" event isn't firing. I am testing this theory with Apple at the moment.

Any other suggestions or help would be much appreciated as this is a serious live issue for us.

share|improve this question
It is window.openDatabase that is blowing up (that is done right after deviceready). Trying to come up with a way to handle this. It could be related to the Cordova websqlite backup code. – Lee Crossley Jun 29 '12 at 9:41

1 Answer

Bug in iOS > 5.1 and Cordova < 1.7: https://issues.apache.org/jira/browse/CB-347

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.