[Solved] IAP CrossPlatformValidator Server-side usage

Since there’s no advices on how to perform remote server-side receipt validation the following question has came up.

Can the CrossPlatformValidator be used for the server-side validation? E.g. for Ws server.

Can receipt data, received from the client IAP purchasing be passed to the server (built for PC/Unix) and then checked via CrossPlatformValidator? Or it’s only usable on Android/IOS builds?

Maybe there’s different alternatives? Any advice would be appreciated.

Unity IAP does not offer server-side receipt validation.

The app stores have details for server-side purchase validation in their documentation.

Google Play: Google Play Developer APIs  |  Android Developers
Apple App Store: Validating receipts with the App Store | Apple Developer Documentation

That’s a shame. Oh well, I guess I’ll have to go with Google/Apple API.

1 Like