Receipt Data is sent as bytes?
问题 Hi I am doing InApp purchase. Got the receipt data successfully and encoded with base64EncodedString and sent to our own server then our own server connected to apple server and the response was "Invalid Receipt".Then I added the secret key and encoded it again. Now receipt data is sent as "bytes".How to send the original receipt data to our server. func receiptValidation(productId:String,requestFrom:String) { let SUBSCRIPTION_SECRET = "My_Secret_Key" applicationDelegate.application=self var