question

Dipankar Das avatar image
Dipankar Das asked

Try and buy subscription

Hi, I would like to use a revenue model where user will be able to download my app hassle free without any payment information. User can use it in that free trail mode for 3 months. Then user will be prompted to buy annual subscription. The app does not have any online content service. Annual subscription is for getting bug fixes and updates. Please point me to the documentation or example implementation for such revenue model. Thanks, Dipankar
iap
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Sachin@Amazon avatar image
Sachin@Amazon answered
Hi Dipankar, You can use the in-app purchase API provided by Amazon to implement such model. https://developer.amazon.com/sdk/in-app-purchasing.html You can include a logic within your app to create such model. This is what you can do: 1) Create a free app. 2) Put a logic in your app that tracks how long the customer has been using it. 3) After 3 months, block usage until they purchase an IAP subscription. You can find more details on IAP subscription at the following link: https://developer.amazon.com/sdk/in-app-purchasing/documentation/subscription.html
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.