dooboolab-community / react-native-iap

In App Purchase module for React Native!
https://react-native-iap.dooboolab.com
MIT License
2.79k stars 638 forks source link

verifyReceipt endpoint is Deprecated #2601

Open Kowshika-aspire opened 10 months ago

Kowshika-aspire commented 10 months ago

Please use the Discussion board if you want to get some help. Please use issues to report bugs.

Description

The verifyReceipt endpoint from Apple is deprecated. What are the changes needs to be made to solve this deprecation from the server side and also do we need to do any modifications on mobile app code?

And also, we are using Appstore server notifications V1 to receive notifications with respect to in-app purchases.

Environment:

psemsari commented 10 months ago

have you find a solution ? how you know it's deprecated ? i think i have the same issue

Kowshika-aspire commented 10 months ago

have you find a solution ? how you know it's deprecated ? i think i have the same issue

It is mentioned on their Official site. Please check it here

Kowshika-aspire commented 10 months ago

Any updates ?