我正在使用inAppPurchasing的应用程序。我已经实现了它,但昨天它停止了,现在我无法在应用页面中打开。我没有开发者帐户。这是问题还是设备问题,我挣扎了两天请帮助我。
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
}
在控制台“市场结算服务无法绑定”打印。
答案 0 :(得分:0)
这可能是由Android Market的旧版本引起的。应用内结算需要市场版本2.3.4或更高版本,请检查您设备的市场版本并在需要时进行更新。