4

I just posted an update of my app to AppStore. It was approved by Apple. It has been tested on 2 iphone devices (3G - 3GS with 3.1.2). It worked fine but when downloaded from AppStore it doesn't launch, just displayed the default screen and returned to iphone menu. I have no idea where to look. Any help will be greatly appreciated.

nad
  • 41
  • 1

2 Answers2

1

There can be problems associated with the download of apps.

Read Apples own trouble shooting guide.

epatel
  • 45,805
  • 17
  • 110
  • 144
  • All the reboot, sync, deauthorize, reauthorize, desinstall have been done.... Many of my users have this issue. I had the same as them when I bought my app from AppStore. – nad Dec 02 '09 at 23:53
  • 1
    A common mistake can be to do to much data loading or processing in the main thread during startup. The app should get back to its event handling within a few seconds or the OS will kill it without any mercy. – epatel Dec 03 '09 at 00:12
  • 1
    If you can view a crashreport you can look for "Exception Codes: 0x8badf00d" ---- See http://stackoverflow.com/questions/773442/what-does-8badf00d-mean – epatel Dec 03 '09 at 00:16
1

Hook up your device to a machine running XCode, then view the Crash Logs in the Organizer.

bpapa
  • 21,409
  • 25
  • 99
  • 147