ladeiko / node-apple-receipt-verify

A Node.js module for In-App-Purchase receipt validation for iOS.
MIT License
92 stars 25 forks source link

verifyReceipt is deprecated #48

Open KonstantinZhukovskij opened 2 months ago

KonstantinZhukovskij commented 2 months ago

iOS documentation says that verifyReceipt is deprecated. Will the current solution be updated?

documentation

ali-osaid01 commented 1 week ago

We can use server notifications to verify receipts.

Simply enable server notifications in the Apple Store and provide an API endpoint. Apple will send real-time notifications to that endpoint.