Hi, everybody!
We have integrated App Store Server Notifications server-to-server service for auto-renewable subscriptions and in-app purchases. For the first month of our testing stage, we had no problem, everything worked as expected and we were getting all kinds of notifications.
Recently, we stopped getting the DID_RENEW notification (last one was received on the 6th of April), and latter we started missing all kinds of notifications, like for example DID_CHANGE_RENEWAL_STATUS, causing the subscription to stay active indefinitely.
We aim to ask for a bunch of points:
We have integrated App Store Server Notifications server-to-server service for auto-renewable subscriptions and in-app purchases. For the first month of our testing stage, we had no problem, everything worked as expected and we were getting all kinds of notifications.
Recently, we stopped getting the DID_RENEW notification (last one was received on the 6th of April), and latter we started missing all kinds of notifications, like for example DID_CHANGE_RENEWAL_STATUS, causing the subscription to stay active indefinitely.
We aim to ask for a bunch of points:
Are we supposed to receive the DID_RENEW notifications? In the past the deprecated(RENEWED) notification wasn't sent on successful auto renewals.
Are there any problems on your end? Because our code is the same it was when things worked properly.
Can we implement the use of verifyReceipt as a way of checking the status changes manually when we consider it adequate?