tags:

views:

57

answers:

2

Hi

I want to give access of my app to user for just 3 months. I user want to continue with the app he should pay again for the same.

Can anyone suggest me how can I Do the same.

Thanks in advance Gurpreet

+3  A: 

The obvious mechanism would be in-app purchase with StoreKit. It can be used for subscriptions :

Subscriptions provide access to content or services on an extended basis. For example, your application might offer monthly access to financial information or to an online game portal. You should define a reasonable renewal frequency to avoid bothering users with unwelcome reminders. Be aware that you are responsible for both tracking subscription expirations and renewal billing; the App Store does not monitor subscription duration and does not offer an automatic billing mechanism.

http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Conceptual/StoreKitGuide/Overview%20of%20the%20Store%20Kit%20API/OverviewoftheStoreKitAPI.html

Andiih
A: 

Thanks a lot for your advice...can u please also suggest me, I want to get into 2D gaming for iPhone. I am very new to IPhone. which gaming engine is best suitable for a beginner? and from where can I learn the same

gurpreet