Hi any one have C# validator for Apple purchases JWC for storekit2?
I try to validate Apple purchases on my .net core website but I do not have good example and every things I try fail.
8 Replies
What do you mean by “validate apple purchases”? @hunter
I mean I do purchase on client sending its transactionId to server and checking if it is valid. Then send the true to server side if it is valid and save the ID in my database transactions history. So client will not purchase it if it is not valid or it is stored already in my database.
I do it with google on android but stack with apple validation server code
I need corect C# code that communicate with https://developer.apple.com/documentation/appstoreserverapi but already stuck here, maybe somebody already have working code to send JSON Web Signature (JWS) to apple to validate transactions
Apple Developer Documentation
App Store Server API | Apple Developer Documentation
Manage your customers’ App Store transactions from your server.
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
If you have no further questions, please use /close to mark the forum thread as answered
@TeBeCo Thank you this one looks more compact than the rest I found.
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
I have already my own code that is not working I may look how it is done and take part of code