Sorry for the millionth question about iTunes subscriptions & IAP, where we do have solutions to them, but this seems to be different than what I have gone through including UrbanAirShip.
I have successfully implemented the IAP functionality very well in my application & it works nicely using Urban-Airship.
These links really helped me to learn & implement the Pay feature in the app,even this could help the new learner in future:
- http://www.alexcurylo.com/blog/2010/02/26/in-app-purchasing/
- https://docs.urbanairship.com/display/DOCS/Home
- http://urbanairship.com/resources/
Basically I'm looking to implementing auto-renewable kind of subscriptions in my app and I want to make sure I got it right. Here's a list of steps to take that I came up with:
- Created the AppID without any wild-characters.
- Implemented the architecture for In-app Purchase as well as subscriptions at coding side.
- Created a new application at iTunesConect and added In-app content having consumable as well as non-consumable type.
- Created a new application at Urban-Airship and added In-app content
having consumable,non-consumable as well subsciption, taking care of ProductID which should match with iTunes product. - Testing with test user created in iTunesConnect account.
Here is the case what I am looking to implement :
A single magazine issue which is of non-consumable type can be purchased by the end user.Now, how can I provide the subscription facility to this magazine as a monthly package.Similar to app : http://itunes.apple.com/us/app/time-magazine/id369021520?mt=8
- 3 months Subscription
- 6 months Subscription
- 12 months Subscription
- 24 months Subscription
- 36 months Subscription
Now,in general is there any possibility where I can append the In-app Purchase item to subscription OR any way I can reuse the same magazine for Subscription.Where do I need to configure all those settings, just taking care of UrbanAirShip too.
I am to open to hear the best approach you think for implementation of this case where a single magazine would work as In-app as well auto-renewable subscription for monthly package.
And the last thing,Is it possible to have 24 & 36 months of subscription because I didn't find anyway where one can setup subscription to 24 & 36 months.