Is it possible to add an in-app purchase to an app

2020-07-23 07:17发布

问题:

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.