Only specific notification types are received from server notification.

I have set up server notification in my app. I have set up only production server URL and through that URL I can check "CONSUMPTION_REQUEST", "REFUND" notificationType. However, I want to check all notifications for in-app purchases. For example, "ONE_TIME_CHARGE" which is consumable in-app purchase type. If I want to check more notificationTypes on my server, Do I need to add another setting?

Test notifications are also checked in my server. https://api.storekit.itunes.apple.com/inApps/v1/notifications/test

Answered by CCCH in 805299022

The ONE_TIME_CHARGE notification is currently available only in the sandbox environment.

Accepted Answer

The ONE_TIME_CHARGE notification is currently available only in the sandbox environment.

Only specific notification types are received from server notification.
 
 
Q