gpt4 book ai didi

android - 如何在android 4.3 中集成paypal?

转载 作者:太空宇宙 更新时间:2023-11-03 16:25:16 24 4
gpt4 key购买 nike

我在 Android 4.3 上使用 PayPal SDK 2.10.0。

我在 ENVIRONMENT_SANDBOX 中有错误

请求失败,服务器响应:null

SERVER_COMMUNICATION_ERROR

对话框“与 PayPal 服务器通信时出现问题。请重试。”

他们是否有在 Android 中集成 PayPal 的任何指南?我是 android 新手,但我之前在网站上使用过 PayPal。

它适用于 Android 5.0 及更高版本。

private static final String CONFIG_ENVIRONMENT = PayPalConfiguration.ENVIRONMENT_SANDBOX;

private static final String CONFIG_CLIENT_ID = "*****************************************************************";

private static PayPalConfiguration config = new PayPalConfiguration()
.environment(CONFIG_ENVIRONMENT)
.clientId(CONFIG_CLIENT_ID)
.merchantName("TapTop");


Intent intent = new Intent(this, PayPalService.class);
intent.putExtra(PayPalService.EXTRA_PAYPAL_CONFIGURATION, config);
startService(intent);

enter image description here

最佳答案

paypal 2.10.0 有问题,换个版本试试

compile 'com.paypal.sdk:paypal-android-sdk:2.13.1'

新版本已经解决,可以查看相关issue here

建议:

请看一下github中特定的sdk/library,检查那个库的issues,如果在那里发现相关issue,就不用在这里提问了。

关于android - 如何在android 4.3 中集成paypal?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35123804/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com