Updating an iOS app in one territory only

主宰稳场 提交于 2019-12-13 14:22:21

问题


Is it possible to push an update to an iOS app, only in a single territory?

I have an existing free app, for which I'm developing a significant update. I would like to pilot this update only in one territory, to uncover bugs and experiment with pricing before rolling it out to all territories.

Is this possible?


回答1:


No, that's not possible - you'll have to publish a new app for that. Or you update for all and then do the location detection at start and lock/unlock the new features.




回答2:


Only if you can cope with your App not being available for sale in other territories.

You can restrict the update to a subset of territories and only those ones will get it but the App will vanish from the store for all other territories.

Existing customers will not be affected as they will able to use their installed version, but for your trial period you wont get any new customers either (in the switched off regions)



来源:https://stackoverflow.com/questions/13842169/updating-an-ios-app-in-one-territory-only

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!