I’ve just got my app rejected on the Apple App Store because my In-App apparently crashes on the “App Store” version.
Unfortunately , I have no way of recreating this state as i can only test the sandbox environment (which works flawlessly), but apparently on Apple’s side it doesn’t work, and again – I have no way to test or recreate the problem.
Do you have any idea what could be done in this situation?
Shai.
xcode should symbolicate the crash log for you. you might want to try copying the crash log to your desktop – sometimes spotlight (which is used in the process) doesn’t pick it up. you’re trying to view the crash log on a mac which has the archived app you submitted, right?
if you’re still not getting a meaningful stack trace, then there are scripts around that might help: Symbolicating iPhone App Crash Reports
are there any other differences between your adhoc build you’ve been testing with and the release build you submit to apple? might a good idea to clone your release config and just change the code signing to adhoc.