I am trying to implement Amazon's IAP in a web app, but the receipt returned from the purchase has a null subscriptionPeriod object, so I can't check the endDate to verify the subscription. Amazon's sample app is also not working for the subscription item (the blue button) for this same reason. I have tried running it through the RVSSandbox verification server and get:
{"message":"Failed to parse iap token","status":false}
HERE is Amazon's sample app hosted on a web server, the only change being that I did a console.log(receipt) so you can see the null subscriptionPeriod. Any help here would be wonderful!
Amazon In-App Purchasing Subscription receipt has null subscriptionPeriod
233 Views Asked by ZengoTim At
1
There are 1 best solutions below
Related Questions in WEB-APPLICATIONS
- Error fetching the entry page through Django url path
- How To Convert Nextjs Typescript Golang Postgresql Web App Into Desktop App
- Error connecting to SQL Server in AspNetCore applications
- apache2 rotatelogs creates log file but its empty when deployed to azure web app
- how to do the sort function with specific value when the page load i dont know much about coding
- Getting error System.Management.Automation.PSSecurityException HResult=0x80131501 in web application
- Creating a Desktop Version of a Web Application (NextJS TypeScript Golang Echo)
- create django models using HTML form
- Any HTML standards to limit resource of the HTML content?
- .NET 7 Web Application sending an HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory
- How to get a postMessage message from Duda into the embedded iframe?
- error 'formDataList' isn't defined. in flutter app
- OPEN ID connect request to refresh access token
- C# EF get DbContext outside of WebApplication
- Predicting V8's Math.random() truncated outputs
Related Questions in IN-APP-PURCHASE
- TypeError: _appStoreServerLibrary.SignedDataVerifier is not a constructor node js app-store-server-library
- macOS in-app purchases via dylib - is it possible? alternatives? suggestions?
- StoreKit 2: Custom purchase option isn't recorded
- ios sdk swift : Show in-app app update/install prompt
- purchase errors via 2accounts
- How to handle Apple subscription with serverside verification
- IOS IAP succeed but does not charge the user
- Can't add iOS sandbox test credit cards
- Cannot see free trial in Android/Play store using Flutter in_app_purchase
- Can an iOS app sell user created content with In-App Purchases?
- Flutter in_app_purchase multiple subscriptions
- iOS 17.4 Code=4097 "connection to service named com.apple.storekitd"
- Is there any way to handle promocode in flutter?
- How I can know if the user cancel the subscription from google play store using in_app_purchase Flutter?
- Unity IAP AppleOriginalTransactionID is empty
Related Questions in AMAZON-IN-APP-PURCHASE
- Not Getting In-App Purhcasing CallBack in Fire tablet 10, but in Fire tablet 8 IAP is working fine
- The PurchasingService of the Amazon AppStore SDK to implement IAP doesnt work
- Amazon IAP Android PurchasingListener never called
- Fail to use the PurchasingService of the Amazon AppStore SDK to implement IAP
- getting AUTH_TOKEN_VERIFICATION_FAILURE: null: null amazon in app purchase fire stick tv
- An error occurred while processing amazon purchase
- Amazon Appstore Deeplink to Manage Subscriptions
- Amazon IAP Plugin for Xamarin - crash when using TaskCompletionSource
- Firebase Analytics with Amazon In-App purchasing
- Unity's IAP Amazon does not restore transactions
- Amazon In-App Purchasing Subscription receipt has null subscriptionPeriod
- Amazon live app testing purchases: Can testers use a build downloaded from Amazon Underground to test purchases?
- Amazon mobile ads Proguard
- Amazon App Tester crash (Xamarin) during purchase test
- Auto download in-app purchase (iap) report for amazon android app
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Well. Amazon said HERE that this behavior is "as expected" although it is not at all what is given in the developer reference, and indeed their own sample code is un-workable because of it. They basically have said "do as much as you can and then upload for beta testing for a real test." Not ideal imho, but they have the customers, so what can you do?