5

I am not getting unified_receipt as said in the developer documentation in the sandbox of apple in app purchase receipts.

As per their documentation : https://developer.apple.com/documentation/appstoreservernotifications/responsebody

Important

The following top-level objects are scheduled for deprecation: latest_receipt, latest_receipt_info, latest_expired_receipt, and latest_expired_receipt_info. Update any existing code to rely on the following objects in unified_receipt instead: latest_receipt and latest_receipt_info.

But in my response, I am not getting unified_receipt.

Parth Patel
  • 6,498
  • 3
  • 16
  • 29

1 Answers1

1

As far as I know you will only see the unified_receipt when you receive the notifications at the endpoint that you've set up in the AppStore Connect. More info here

Hope this helps!!!

Olyve
  • 701
  • 1
  • 8
  • 27
Jorgercg
  • 316
  • 2
  • 5