I have a short question regarding this sample code. What I want: a simple iOS subscription after the button is pressed.
Code: Select all
mobileStoreEnablePurchaseUpdates
mobileStoreSetProductType "com.runrev.sampleapp.nonconsumable", "subs"
mobileStoreMakePurchase "com.runrev.sampleapp.nonconsumable", "1", "This belongs to me"
Is it right to replace "com.runrev.sampleapp.nonconsumable" with the SKU of the subscription?
Thanks
Stefan