xcodecrash-reportsitunes-app

App rejected due to crash on app store


I had developed an app and uploaded it on app store. The app got rejected due to crash. But my problem is that I cannot detect this crash while running app on device for testing. App is working properly on the device.

The app is been created in unity and then I had exported it to xCode.

So I want to ask that how can I get to know about where it is getting crashed. Also how can I traverse the crash log.

Any help will be appreciated

Thanks in advance


Solution

  • Actually, app was getting crashed on devices with 64 bit architecture. as older version of unity don't support 64 bit architecture. Unity 4.6.2 onwards support 64 bit architecture. Thus rebuild the ios app and it worked fine.