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
.