Hi,
When i select an item from my store,
It is throwing an error through my adb console.
In device i just get progressing bar.
Please check the attached screenshot.
Hi,
When i select an item from my store,
It is throwing an error through my adb console.
In device i just get progressing bar.
Please check the attached screenshot.
Hi @rohan.k,
Where are you calling “availableStores”? Please search for this in your code and then try to figure out why it’s causing an error. We don’t know which IAP service you’re using (v3 or Google I assume?).
Brent
Hi @Brent,
I am using Google IAP V3.
And the issue is resolved.
I was supposed to require – store = require(“plugin.google.iap.v3”)
and i was just doing store = require(“store”)
~Thanks
Hi @rohan.k,
Where are you calling “availableStores”? Please search for this in your code and then try to figure out why it’s causing an error. We don’t know which IAP service you’re using (v3 or Google I assume?).
Brent
Hi @Brent,
I am using Google IAP V3.
And the issue is resolved.
I was supposed to require – store = require(“plugin.google.iap.v3”)
and i was just doing store = require(“store”)
~Thanks