Another novice question.
I'm following the example file as detailed here,
The in-app plugin I'm using sends (POSTs) the data as such, and I see this request in the Network tab during debugging, but I'm not quite sure how to retrieve the info I need using my PHP file.
Essentially get the $receiptBase64Data to be my transaction.appStoreReceipt below:
Hi,
Another novice question. I'm following the example file as detailed here,
The in-app plugin I'm using sends (POSTs) the data as such, and I see this request in the Network tab during debugging, but I'm not quite sure how to retrieve the info I need using my PHP file.
Essentially get the
$receiptBase64Data
to be my transaction.appStoreReceipt below:When I hard code it in there (i.e. copy & paste my appStoreReceipt value), it works fine.
Any help is very much appreciated.
As seen in the Network tab: