简体   繁体   中英

Problem in InAppBilling in HTC Hero

I am working in an app that has inAppPurchasing. I had implement it, but yesterday it stopped, Now I can't able to open in app Page. I have not developer account. Is this the Problem or is it device problem, I m struggling with it for two days Please help me.

boolean bindResult = bindService(new Intent("com.android.vending.billing.MarketBillingService.BIND"), this, Context.BIND_AUTO_CREATE);
            if(bindResult){
                Log.i(TAG,"Market Billing Service Successfully Bound");
            } else {
                Log.e(TAG,"Market Billing Service could not be bound.");
                //TODO stop user continuing
            }

in console "Market Billing Service could not be bound" prints.

This may be caused by the Android Market's old version. In-App Billing requires Market version 2.3.4 or higher, please check your device's Market version and update it if needed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM