Reputation: 240898
Can we specify the amount to be charged by iPhone storekit framework ? or it will charge the amount specified at the application creation time ?
Upvotes: 0
Views: 124
Reputation: 4053
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.
Upvotes: 2