readdle / app-store-server-api

Pure PHP library that allows managing customer transactions using the App Store Server API and handling server-to-server notifications using the App Store Server Notifications V2
MIT License
54 stars 20 forks source link

Backend Transaction Validation Similar to verifyReceipt API #10

Closed ArtemRedchych closed 10 months ago

ArtemRedchych commented 10 months ago

Hi,

I was wondering if your system supports backend transaction validation similar to what was possible with the verifyReceipt API. If yes, could you provide some details or documentation on how to implement this?

Thanks

pkotets commented 10 months ago

Hi,

Speaking of receipt verification, this is not a responsibility of this library (as it provides only features available through the App Store Server API).

However, I have another library which does exactly what you are looking for: https://github.com/readdle/app-store-receipt-verification.

Let me know if this answer addresses your question :)

ArtemRedchych commented 10 months ago

Thank you very much, it's exactly what I needed