Post

Replies

Boosts

Views

Activity

Reply to iOS 13.4 sandbox purchase issues
I have faced that issue too. I am exaplaining here what I was doing and what I did to resolve thisActually I was validating receipts with the app store according to the apple documentationhttps://developer.apple.com/documentation/storekit/in-app_purchase/validating_receipts_with_the_app_storeand I was sending two parameters "receipt-data" and "password" everything was worked fine till ios 13.3 , But after upgrading to ios 13.4 , in-app stopped giving me purchase dialoge/pop up and app received transaction.transactionState as purchased every time , Then re-visit above aaple link and came to know i was missing exclude-old-transactions parameter.
Apr ’20
Reply to iOS 13.4 sandbox purchase issues
I have faced that issue too. I am exaplaining here what I was doing and what I did to resolve thisActually I was validating receipts with the app store according to the apple documentationhttps://developer.apple.com/documentation/storekit/in-app_purchase/validating_receipts_with_the_app_storeand I was sending two parameters "receipt-data" and "password" everything was worked fine till ios 13.3 , But after upgrading to ios 13.4 , in-app stopped giving me purchase dialoge/pop up and app received transaction.transactionState as purchased every time , Then re-visit above aaple link and came to know i was missing exclude-old-transactions parameter.
Apr ’20