I am developing an iOS app that will allow purchase of various additional "Packs" of information as non-consumable purchases, and I intend to add new "Packs" regularly. (This is my first app, so experience is limited.) My current design simply checks for in-app purchases with product id's "...Pack01" to "...Pack99", and those that it finds are included in the store front. My assumption has been that after the app is released I can add a new in-app purchase with product id, say "...Pack32" in iTunes Connect, and this will then show up in the store front as soon as it's available. I don't want to distribute a new update of the app every time I add a new pack. However I am not sure it's possible to add new in-app purchases without updating the app. Can someone confirm, please, whether it is possible, and if not, is there another way to achieve the goal of updating the available purchases without distributing new app versions?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
It is possible as long as your app can properly deal with the additional products without the need for any new code.