Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone not crashing, no leaks in instruments, is the application ready for upload?

I was wondering if anyone has any experience with uploading applications.

At the moment we have an application without any leaks, and how hard we even try to create a crash, in both the simulator and the actual device it just wont let us crash it.

Now we're curious if there are any other developers out there that has been in the same situation and sent their applications to the app store and what the actual outcome was. As we're very cautious and dont want to waste our company's resources we'd like to get as much feedback as possible and cover everything before submitting to the app store.

Please feel free to share.

Thanks in advance!

like image 707
Jens Bergvall Avatar asked Nov 04 '22 20:11

Jens Bergvall


1 Answers

  1. Ensure you don't use any undocumented API's immediate fail.
  2. Follow the Apple criteria and make sure your app fits their restrictions....

Check my post App Store Approval which contains a link to the criteria....

Good work having a thoroughly tested app and I admire your desire to ensure your submission is pain-free. Good luck!

like image 80
Simon Lee Avatar answered Nov 12 '22 17:11

Simon Lee