Has anyone else noticed that for the past two days the subscription service, server to server Apple notifications, has not included a purchase or expiration date?
I figured it out. It was from the original format being deprecated. If anyone else needs assistance on this, this is an example of what the new data structure looks like:
Notice there is an array of data in the unified receipt->latest_receipt_info with record 0 being the latest record
Code Block perl {unified_receipt}->{latest_receipt_info}[0]->{purchase_date_ms}
Notice there is an array of data in the unified receipt->latest_receipt_info with record 0 being the latest record