I'm using App Store Server Notifications V2
I'm implementing the subscription purchasing function in our app on iOS, everything seems to be fine, but I still have an issue that needs to be resolved, which is the case when the user purchases a subscription but the server side of the application If we crash, for example, how can I restore premium functionality for users?
In Apple's documentation, there are instructions that say you can recover missed notifications by calling "Get Notification History" but if I have solved this case from the Get Notification History API that Apple provides, how can I check if the subscription has been resolved.
And how to notify Apple that the subscription has been processed and remove it from the Get Notification History API?
Or is there any other better way to handle it? Please help me.
I'm newbiew, thank you everyone