Open nanom1t opened 9 years ago
openIABBuilder.setStoreSearchStrategy(OpenIabHelper.Options.SEARCH_STRATEGY_INSTALLER)
Have you tried adb install -i
as mentioned in https://github.com/onepf/OpenIAB/wiki/Google-Play#test ?
any updates?
Hi, I see in my analytics account many inapp statup error with code error 3. When I have test with aptoide all was fine. But some users seems experiment this issue: http://chaos-interactive.store.aptoide.com/app/market/com.chaosinteractive.jetpackhigh/71/11746330/Jetpack+High%3A+a+bird+story
Yandex and aptoide store featured my game Jetpack High but I notice many many error startup 3 in my analytic logs.
When I try with on my devices all seems ok. Startup ok, purchase ok.
Is it countries limitation?
I'm facing the same problem as mentioned by @nanom1t . Any updates on how to fix this?
EDIT: Installing apk with -i option as suggested by @RomanZhilich solves the issue for few devices.
Hello.
I used native Google Play billing in my Android app and it worked fine. Now I decided to integrate openIAB 0.9.8.7 into my app. But it does not work on my phone (with native In-app it works fine and Google Play is setuped). I did not do anything extraordinary and I just followed for your tutorials.
I get error "No suitable appstore was found" during initialization. However Google Play woriks good on my phone and I can buy goods in other apps.
Gradle dependency: compile 'org.onepf:openiab:0.9.8.7'
Initializing: Map<String, String> iabStoresKeys = new HashMap<>(); iabStoresKeys.put(OpenIabHelper.NAME_GOOGLE, googlePlayPublicKey);