We conducted a payment test in the sandbox environment.
At that time, the status code of the receipt information after the purchase of the subscription type item is completed is returned as 21005.
Could you tell us why status code 21005 is returned.
(Additional Information)
・ The payment test was conducted from 15:00 to 22:00 on December 3rd and still today also the same.
・ We have confirmed that consumable items had been purchased.
Post
Replies
Boosts
Views
Activity
Hello!
The docs for paymentQueue(_:didRevokeEntitlementsForProductIdentifiers:) state:
Tells an observer that the user is no longer entitled to one or more family-shared purchases.
documentation link
My app does not use family sharing. But when I test StoreKit Refund, paymentQueue(_:didRevokeEntitlementsForProductIdentifiers:) called. why Is it called?