I get a crash when returning to my app from the iphone menu screen. I would like to get it fixed asap as it’s a terrible user experience.
The steps to reproduce are:
- Start the app
- Hit the iphone menu button
- Return to the running instance of the app
What Happens:
It starts to open but quickly crashes out.
What Should Happen:
It should just restore the app
These are the errors I get:
Jul 24 14:15:50 unknown sandboxd[11554] : MyAppName(11550) deny file-write-create /Applications/.dat2d1e.01f
Jul 24 14:15:51 unknown sandboxd[11554] : MyAppName(11550) deny file-write-create /Applications/.dat2d1e.021
Jul 24 14:15:51 unknown MobileStorageMounter[11549] : (0x3f05748c) idle_timer_callback: Exiting after idle timeout
Jul 24 14:15:57 unknown sandboxd[11554] : MyAppName(11550) deny file-write-create /Applications/.dat2d1e.025
Jul 24 14:15:57 unknown sandboxd[11554] : MyAppName(11550) deny file-write-create /Applications/.dat2d1e.026
Some things to note:
o) I don’t have any code that handles going into or returning from a suspended state etc.
o) It returns to the app correctly when the screen locks and I unlock it
o) My app does a fair bit of network downloading and loading json files but I believe there shouldn’t be any resources which are held
o) Sometimes instead of crashing out it just reloads the app again from scratch
Has anyone had this happen to them before?
Thanks in advance,
Scott. [import]uid: 51622 topic_id: 12822 reply_id: 312822[/import]
[import]uid: 52491 topic_id: 12822 reply_id: 47062[/import]