RESCIND_CONSENT notification not delivered in Sandbox environment

I am currently testing the Declared Age Range / Parental Consent flow in the Sandbox environment, and I am experiencing an issue where the RESCIND_CONSENT App Store Server Notification is not being delivered to my server.

🔍 Test Environment

iOS version: iOS 26.2 (Sandbox environment)

App Store Server Notifications: Sandbox environment

🔄 Test Scenario

App Settings > Developer > Sign in with a Sandbox account

Launch the app

In App Settings > Developer > Sandbox Account > Management > Revoke App Consent, enter the app’s Bundle ID, tap the Revoke Consent button, and confirm that the revocation completion popup message is displayed

Check whether App Store Server Notifications are received by the server

Confirm that the RESCIND_CONSENT notification is not received by the server

✅ Expected Result

The App Store Server sends a RESCIND_CONSENT notification to the Sandbox endpoint

The notification payload includes appTransactionId

The server can block app access based on the corresponding appTransactionId

❌ Actual Result

No RESCIND_CONSENT notification is received in the Sandbox environment

❓ Questions

Is this behavior an intended limitation of the Sandbox environment, or is it a known issue or bug?

Is it possible that RESCIND_CONSENT notifications will only be delivered starting January 1, 2026?

Additionally, when a RESCIND_CONSENT server notification is received, I currently update my database with the appTransactionId and the registration date. When a minor attempts to access the app, I check the latest appTransactionId status, and if the most recent state indicates consent has been revoked, I block app access and prompt the user to request parental consent again using PermissionKit.

This feature is available for testing in sandbox now. If you're still experiencing this issue, I recommend filing a feedback ticket and sharing the FB number here. Include as much information as you can, such as a screen recording, the bundleId of the app, the email associated with the sandbox account, and a timestamp of when the issue occurred.

http://feedbackassistant.apple.com

RESCIND_CONSENT notification not delivered in Sandbox environment
 
 
Q