Android付费示例应用无效

时间:2015-10-14 10:02:27

标签: android android-pay

尝试将Google示例应用用于Android Pay。 我在logcat中得到了错误:

  

“要使用此API,您必须将WalletOptions'品牌'字段设置为   ANDROID_PAY“

任何人都知道为什么,可以帮忙吗?

示例应用的链接是: https://github.com/android-pay/androidpay-quickstart 感谢

编辑: 附加logcat:

10-16 10:32:33.564 26114-355/? E/Volley: [4806] BasicNetwork.performRequest: Unexpected response code 400 for https://wallet.google.com/payments/apis/instantbuy/android/v1/getWalletItems
10-16 10:32:33.568 26114-26667/? W/BaseAppContext: Using Auth Proxy for data requests.
10-16 10:32:33.584 21959-21959/? E/OwServiceUtils: Wallet error code: 51
10-16 10:32:33.584 21959-21959/? E/OwServiceUtils: Wallet error detail: To use this API, you must set the WalletOptions 'brand' field to ANDROID_PAY.

1 个答案:

答案 0 :(得分:2)

供将来参考: https://github.com/android-pay/androidpay-quickstart/issues/6 该问题是服务器问题,由Google修复。