When I setup the connection to the in app billing service I sometimes get multiple times the events InAppBillingEvent.SETUP_SUCCESS and InAppBillingEvent.PRODUCTS_LOADED triggered.
I've done some tracing and my listeners are added only once so I'm not sure if it's something I can ignore or something I'm doing wrong.
This is happening for in app billing on IOS, I haven't tested it for the play store yet
Hi,
Firstly can you make sure you're using the most recent version from github.
And secondly can you check you are only calling setup / getProducts once?
Cheers
When I setup the connection to the in app billing service I sometimes get multiple times the events InAppBillingEvent.SETUP_SUCCESS and InAppBillingEvent.PRODUCTS_LOADED triggered.
I've done some tracing and my listeners are added only once so I'm not sure if it's something I can ignore or something I'm doing wrong.
This is happening for in app billing on IOS, I haven't tested it for the play store yet