Replies: 1 comment
-
my understanding is that this is not supported on app anymore. i have facing similar issue in wanting to read the contents of the purchase transaction receipt. im sending to my server but still facing issues so came here to validate my approach. If this package can decode the returned purchase transaction receipt, then i can just send that back to my server. but this section indicates its not possible anymroe https://react-native-iap.dooboolab.com/docs/guides/receipts#local-validation |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
const receiptBody = {
'receipt-data': purchase.transactionReceipt,
password: "*****',
};
const appleReceiptResponse = await validateReceiptIos(receiptBody,false);
I'm following same structure which is defined in doc.
Beta Was this translation helpful? Give feedback.
All reactions