How to validate consumable purchase on server (StoreKit 2) #2381
Unanswered
jacobjonsson
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
-
Hi,
I am using the StoreKit 2 mode and need to validate the authenticity of a consumable purchase on the server.
When I was using StoreKit 1 mode, I could do that using the receipt. Would it be possible to expose the raw
jwsRepresentation
so that I can send it to my server for validation?I tried using the App Store Server API but AFAIK it only returns responses for subscriptions.
Beta Was this translation helpful? Give feedback.
All reactions