If we develop iOS app, and submit a new version to the App Store, it won't have a risk of having the old version pulled out?
Posted
by
????
on Programmers
See other posts from Programmers
or by ????
Published on 2012-08-31T00:21:36Z
Indexed on
2012/08/31
3:49 UTC
Read the original article
Hit count: 142
As an iOS developer, is it true that once we get an app into the App Store, we can quite safely update any new version and the worst it can happen is that the new version is rejected, but the old version in general will always stay, unless there was something egregious that Apple didn't catch the first time?
(and what if a method in a class is deprecated and later even removed? Won't iOS 8, say, in the future not be able to run the old app?)
© Programmers or respective owner