Re: inApp Purchases

2011-06-04 Thread John Joyce
File a bug, and consider using a DTS incident. On Jun 4, 2011, at 1:39 AM, Development wrote: > I found the answer to this after I found a json validator on google. > > The json object I was getting back IS INVALID > > it is missing the leading "{" character. > Add that to the returned object

Re: inApp Purchases

2011-06-03 Thread Development
I found the answer to this after I found a json validator on google. The json object I was getting back IS INVALID it is missing the leading "{" character. Add that to the returned object and it parses just fine. Here's the problem... Either it's a problem on my end in the receiving, or one on

inApp Purchases

2011-06-03 Thread Development
How do you decode the information sent from apple when you verify a receipt? I send the data to apple and they send what appears to be a json object back however I have tried a bunch of ways to decode the json object and all I get is a null return. I'm using a php script for the verify. Is th