May someone post here or give link, where I can find json response structure from amazon in-app, which contains userId field.
Thanks in advance!
May someone post here or give link, where I can find json response structure from amazon in-app, which contains userId field.
Thanks in advance!
Hi there,
Thanks for posting! Normally, when you call getUserData(), and process the callback in onUserDataResponse(UserDataResponse userDataResponse)
, you can get the UserId
of the currently logged on user. See: https://developer.amazon.com/public/apis/earn/in-app-purchasing/docs-v2/implementing-iap#purchasinglistener
If you are implementing it in a web app, please see the following documentation:
Implementing IAP with the IAP Plugin for Cordova
1 Person is following this question.