Does Nakama support IAP and is there any available documentation?

Hello Everyone,

Does Nakama support IAP and is there any available documentation ?
if yes, does it also support Voided Purchases ?
Thank you.

Yes, Nakama can perform IAP validation and you can see an example for Apple and Google receipt validation here and associated client RPCs here.

If purchases are voided I’d expect you need to set up callbacks into Nakama (probably server-to-server hooks) to handle this and modify player data accordingly.

1 Like

Awesome!
Do you have examples for Go too ?
So the Nakama IAP validation do not use the Google voided API right ?

You can easily port those Lua examples to Go if you need to, it’s a relatively small amount of code. If you do port it it would be awesome if you could share the result. :+1: