
我确保捆绑标识符是相同的.
解决方法 那么更新时可以获得的信息可以在@ this link here.找到when user updates an app,documents folder is stored as is,including
NSUserDefaults (but,sometimes user download app via iTunes and
replace the whole application,crying ‘OMG! update killed all my
levels progress!’); Application bundle is erased and replaced by new
one (anyway,it is Readonly for user); Re-deployment of new build
version will be enough;
您无法访问模拟器中的appstore,因为:@ link here
It’s a simulator not an emulator. Even if there was an App Store in
the Simulator,none of the apps in the store would work since they are
compiled for ARM cpus while the Simulator runs x86 code.
另一个堆栈溢出@ link here指出:
Build and install your old version,generate some data,and then
install the new version on top of it.For testing before submitting to the Appstore I generally download
from the AppStore again the old version,and then install with Xcode
the newer version – for your next update… 总结以上是内存溢出为你收集整理的iphone – 在iOS中模拟应用升级全部内容,希望文章能够帮你解决iphone – 在iOS中模拟应用升级所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)