I have a in app purchase store in my app.
Now I need to take the SKPaymentTransaction and store the receipt data in to a JSON object.
After that I have to send it to apple to validate and get the response from:
- (void)connection:(NSURLConnection *)connection didReceiveResponse:(NSURLResponse *)response
I know how to get the receipt, but I need help from that step.
Almost everyone uses the fine JSON framework here:
JSON Framework
You can encode and decode JSON with a minimum of fuss.