-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
appstore.py:validate() fails on line 37 with sandbox receipts, throws KeyError exception #13
Comments
@Vidder |
it was a non-consumable subscription. |
You may have reviewed this already but just in case https://developer.apple.com/library/content/releasenotes/General/ValidateAppStoreReceipt/Chapters/ValidateRemotely.html#//apple_ref/doc/uid/TP40010573-CH104-SW4 |
@Vidder |
Thank you. I will test this out. |
Now it throws the following: Exception Type: DataError at URL For what it is worth, this may be because the storekit_inapp table defines transaction_id as int(11). However, the response seems to have a 16-digit transaction id. Locals on stack are as follows:
|
The KeyError exception is possibly because there is no key called "response" in the response from Apple servers.
Line 43 with similar access might also be problematic.
The text was updated successfully, but these errors were encountered: