Question

Can we specify the amount to be charged by iPhone storekit framework ? or it will charge the amount specified at the application creation time ?

Was it helpful?

Solution

The amount charged is based on an item's price tier. You set the tier in iTunes connect, and can change it after the application is created. To show the current price to the user, look at the documentation for SKProduct's price property.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top