receipt-data property was malformed #472
Unanswered
WinnieS0728
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm using this repo as backend, and expo-iap as frontend.
I'm now facing an error
receipt-data property was malformed
.what should I pass as
receipt
todescription
my purchase payload from
expo-iap
is likeI try to pass
transactionReceipt
(the stringify JSON) orjwsRepresentationIOS
(the JWT_token).both throw this
receipt-data property was malformed
error.another information, I'm using
react-native-iap
before.and when using
react-native-iap
, it have a column like "MIIS......"when I pass this string as receipt, it works
storekit
the "MIIS..." one is
storekit 1
and apple now usingstorekit 2
,storekit 2 is using JWS
I don't know how to solve this.
is there any way can accept storekit2's JWS.
or should I downgrade to storekit1?
Beta Was this translation helpful? Give feedback.
All reactions