getReceiptIos return empty string #206
Unanswered
Mazenelali
asked this question in
Q&A
Replies: 1 comment
-
|
@Mazenelali Could you kindly check which version are you in? We've been bumping versions quite quickly recently with many bugfixes and new features. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @hyochan
I’m currently using expo-iap for subscriptions in my app. However, when I call getReceiptIos(), it returns an empty string instead of the expected Base64-encoded receipt.
I’ve noticed that fields when i make purchase like transactionReceipt and purchaseToken are returned, but they appear to be JWT-encoded, which doesn’t align with my backend implementation — it’s designed to work with a Base64-encoded iOS receipt.
Could you please provide a quick guide on how to properly retrieve the iOS receipt ?
Thank you in advance for your support!
Beta Was this translation helpful? Give feedback.
All reactions