views:

54

answers:

1

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

+2  A: 

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.

lemnar
ok thanks ,can you elaborate it with sample code how can i make purchase app from my application thru storekit framework.i have setup test user,
org.life.java
Take a look at the In App Purchasing Programming Guide, especially the "Adding a Store to Your Application" section - http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Conceptual/StoreKitGuide/AddingaStoretoYourApplication/AddingaStoretoYourApplication.html#//apple_ref/doc/uid/TP40008267-CH101-SW2
lemnar
ok thanks.......
org.life.java