Question

Apples storekit docs state the following requirement for in-app purchases:

"Implement a user interface for your app’s store, using the instances of SKProduct returned by the App Store. Start with a simple inteface during development, such as a table view or a few buttons."

Can anyone expand on specifically what is required here? Is it suffice to simply put an upgrade button which executes all of the storekit code or do I have to make a separate product page for a simple app upgrade?

Était-ce utile?

La solution

To answer your first question, yes you should explain exactly what the upgraded version of your app does. Users won't spend money unless they know exactly what they're getting.

And for your second question, I think you should put it on a separate page. No one likes blatant advertising. For example, a settings page would be ok. People looking for advanced functionality will often check the settings page to turn on more features etc.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top