Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Will an application be rejected from the App Store if Xcode shows warnings for it?

If I build my iPhone application and Xcode shows compile-time warnings, will it be rejected if I submit it to the App Store?

like image 571
Jeeva Avatar asked Dec 23 '10 08:12

Jeeva


1 Answers

What types of warnings? Every warning you have can be fixed with proper coding.

I ask because while the warnings themselves may not get your app rejected, but crashing, bad memory management that results in the app eating up lots of memory and not releasing it (resulting in a crash eventually), or the app just not functioning as described will get it rejected.

Do you not want to fix the problems to ensure your app runs well, gets good ratings due to satisfied customers, and therefor sells well?

like image 122
Matthew Frederick Avatar answered Sep 18 '22 20:09

Matthew Frederick