Closed ahmad4zan closed 3 years ago
I ran into this error myself recently which stumped me for a bit until I realised it was due to a silly mistake I'd made.
Basically where we are adding our IAP productIDs I was passing in a blank string.
builder.AddProduct(productID, ProductType.Subscription);
Check your "monthID" and make sure it's not an empty string.
Good to know. Thanks for the update.
I ran into this error myself recently which stumped me for a bit until I realised it was due to a silly mistake I'd made.
Basically where we are adding our IAP productIDs I was passing in a blank string.
builder.AddProduct(productID, ProductType.Subscription);
Check your "monthID" and make sure it's not an empty string.
Same error Same fix thanks
Hi, Im trying to upgrade to google play billing but i'm stuck at this error.
Im using the the standard Unity IAP plugin but changed the builder to Google.Play.Billing.GooglePlayStoreModule based on this https://developer.android.com/google/play/billing/unity#behavior-changes
This is my code of initializing.
This never happend with the previous Unity IAP module. Please help!