开发者

Validating iphone receipt from c++

开发者 https://www.devze.com 2023-04-08 11:37 出处:网络
I\'m trying to validate an iphone receipt from a c++ server (I have the receipt encrypted with base64, I\'m composing a json object according to apple docs, and then I open a socket to the sandbox and

I'm trying to validate an iphone receipt from a c++ server (I have the receipt encrypted with base64, I'm composing a json object according to apple docs, and then I open a socket to the sandbox and send a POST request).

The server resp开发者_开发问答onds with error 503 Service Unavailable.

I suspect that I don't compose the POST request correctly.Does anyone know how should look the POST request for the apple store ?

Thanks


I solved the problem, in this case the problem was that I was using the http instead of https.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号