You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2022. It is now read-only.
I'm using OpenIAB 0.9.8 for unity, and trying to make server-side verification on google play. But I have an issue - without putting my public key in storeKeys Map - it doesn't work, the output:
billingNotSupportedEvent: No suitable appstore was found (response: 3:Billing Unavailable)
I'm using OpenIAB 0.9.8 for unity, and trying to make server-side verification on google play. But I have an issue - without putting my public key in storeKeys Map - it doesn't work, the output:
billingNotSupportedEvent: No suitable appstore was found (response: 3:Billing Unavailable)Here it is piece of my code:
In case putting public key - it works perfectly:
AndroidManifest setted correctly.
What's I'm doing wrong?