App Store Rejection Guide 04/05
rejected: performance issue.
your app works on your phone. Apple's tester has an iPhone SE.
crashes, battery drain, overheating, memory leaks. Apple catches all of it.
the fix:
test on the oldest supported device
profile memory usage in Instruments
check for crashes on low storage
test on slow network (not just wifi)
if it survives an iPhone SE on 3G, it survives review.
#boostyourapp #aso #mobiledev #appdev