Hello
I have a little problem
I am checking ownedproducts with every app launch. I also want to check it on every resume.
For activity_resume , if i put
manager.getowned products i get : IAB helper not setup
if i put
manager.initialize
and then
manager.getownedproducts it is ok on resume but on first launch activity create gives error that another sync in progress
So how can i successfuly check ownedproducts on resume without any errors ?
ty
I have a little problem
I am checking ownedproducts with every app launch. I also want to check it on every resume.
For activity_resume , if i put
manager.getowned products i get : IAB helper not setup
if i put
manager.initialize
and then
manager.getownedproducts it is ok on resume but on first launch activity create gives error that another sync in progress
So how can i successfuly check ownedproducts on resume without any errors ?
ty