Can a binary uploaded to the app store become corrupted?
Can a binary uploaded to the app store become corrupted?
I have had an app rejected because it crashes on loading for the reviewer. It works fine in the simulator (ipad and Iphone, iOS 4 and 5 )and on my iPhone4 which is running the same iOS as the developer.
Probably not. You are uploading a copy of your binary, after all. Try to take the reviewer's feedback and their stack backtrace information to recreate the crash. Sometimes an app can have really a rare crash and the reviewer just happens to accidentally uncover it. Remember, they're a totally different person than you are, and they're thus bound to use the app in different ways or in ways you wouldn't have expected, since their job is to not let through apps with problems like crashes.
__________________
HEY! Was this post helpful?
If so, it would be MUCH appreciated if you'd just click on one of these apps:
MyD
Take 1 minute to set up your MyD and you'll always be able to prove you own your device!
Membrik
Test your memory by sliding tiles to match chains of increasing difficulty.
I agree, highly unlikely although possible. If it crashes on load, usually that's a sign of low memory. I'd check to see what device it crashed on too.(iPhone 4 or 4S)
Happened on both iPhone 4 running iOS5 and iPad2, both crashing on loading, very strange. I have another app waiting for review with the same adwhirl code that I added to this app. If it passes then I will just resubmit a fresh binary, if it fails I know it is to do with my adwhirl implementation.
Other app failed as well, this time it seems to indicate the sen testing.framework is at fault (missing). Can i just remove the framework, Google seems to suggest this is only used for testing anyway.
Sorry for the newbie questions.