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
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.
I see, thanks britzl