Where to enter in-app billing licence key for Android?

I want to know where to enter the in-app billing license key for Android. Or is this not needed?

It states it is used to verify in-app billing purchases.

Thanks

You shouldn’t validate purchases client side. That is basically like not validating the purchase at all. You can either set this up with a server of your own or with a service such as PlayFab.

1 Like

I see, thanks britzl