Emre Tekince
Emre Tekince
It's not working on Android 8 and above. Background start not allowed: service Intent java.lang.IllegalStateException: Not allowed to start service Intent
hi, clearAll(true) method not working on iOS for clearing webkit cookies.
Hi, My users say that their device are not rooted but they still got blocked on app because jail-monkey see them as rooted. Is there a bug?
hi, I can get product details via this code: ``` var products = [ 'com.emretekince.xxx', ]; InAppUtils.loadProducts(products, (error, products) => { console.log(products) // it works }); InAppUtils.purchaseProduct(products[0], (error, response) =>...