new app on app store is not working right !

Hi all,
I just released my first app… the app works perfectly as a developer build, but I just downloaded my app from the app store to test and it has two major bugs. I just had to take it down :frowning:

How do I troubleshoot this? It is a storybook, and one page just won’t turn and freezes up the story another has all layers jumbled together with no rhyme or reason.

Once again, all works perfect on the developer build…
Laura

[import]uid: 106593 topic_id: 26546 reply_id: 326546[/import]

update… I just did another device build and it is now messed up, but I am positive that when I submitted this app the device build worked fine! I am now going to do 5 builds in a row and see if it is consistent.

But, please, I am such a novice, any other advice will be so wonderful.
Laura [import]uid: 106593 topic_id: 26546 reply_id: 107659[/import]

Missing files.
File names in the wrong case.

using local variables of the same name as globals, which are nil at the point of usage.

When you see parts of one scene over another, its because it gets halfway through the setup then hits an error and bombs.

The debug output will give you a clue why, (except where the problem relates to missing or misnamed items on the device) [import]uid: 108660 topic_id: 26546 reply_id: 107666[/import]