onepf / OpenIAB

Open In-App Billing for Google Play, SlideMe, Amazon Store, Nokia Store, Samsung Apps, Yandex.Store, Appland, Aptoide, AppMall and Fortumo.
http://onepf.org/openiab/
Apache License 2.0
473 stars 172 forks source link

SlideMe: Problem setting up in-app billing: IabResult: 3, No suitable appstore was found (response: 3:Billing Unavailable) #499

Open benuto opened 9 years ago

benuto commented 9 years ago

Maybe I am just missing something. SlideMe public key is set, store is installed on my phone.

Unity 5.1.1f1 OpenIAB 0.9.8.6

        var options = new Options();
        options.checkInventoryTimeoutMs = Options.INVENTORY_CHECK_TIMEOUT_MS * 2;
        options.discoveryTimeoutMs = Options.DISCOVER_TIMEOUT_MS * 2;
        options.checkInventory = false;
        options.verifyMode = OptionsVerifyMode.VERIFY_SKIP;
        options.prefferedStoreNames = new string[] { OpenIAB_Android.STORE_SLIDEME };
        options.availableStoreNames = new string[] { OpenIAB_Android.STORE_SLIDEME };
        options.storeKeys = new Dictionary<string, string> { { OpenIAB_Android.STORE_SLIDEME, slideMePublicKey } };
        options.storeSearchStrategy = SearchStrategy.INSTALLER_THEN_BEST_FIT;

        // Transmit options and start the service
        OpenIAB.init(options);
akarimova commented 8 years ago

hm, could you please show the manifest?