amazon-archives / web-app-starter-kit-for-fire-tv

Web App Starter Kit Examples
https://amzn.github.io/web-app-starter-kit-for-fire-tv/
Other
372 stars 161 forks source link

How to create login and subscription purchase inside webapp #47

Closed agadev closed 6 years ago

agadev commented 6 years ago

I want to authenticate user first time they open app. If they don't have subscription on our servers , I want to customer to be able to purchase monthly or yearly subscription through amazon account.

maryga-amazon commented 6 years ago

You can use Amazon In-App Purchase which is supported for web apps. Please note that the IAP version in the template project is using V1 APIs, which are deprecated. If you are using IAP, please update the APIs to V2, as described in the developer docs: https://developer.amazon.com/docs/in-app-purchasing/iap-api-for-webapps-overview.html