我在developer.paypal 上的appID 是什么

发布于 2024-12-04 06:10:09 字数 292 浏览 1 评论 0原文

我想在 Android 上创建 PayPal 功能。我在developer.paypal.com 创建了一个测试沙箱帐户,

我想在我的编码中使用此函数:

PayPal pp = **PayPal.initWithAppID(this, "what should I write here",PayPal.ENV_SANDBOX);

我应该在第二个参数中写什么?我在项目中遇到这个错误:

身份验证失败,按钮未启用。

I want to create a PayPal functionality on android. I have created a test sandbox account at developer.paypal.com

I want to use this function in my coding:

PayPal pp = **PayPal.initWithAppID(this, "what should I write here",PayPal.ENV_SANDBOX);

What should I write in second argument? I have that error in project:

Authentication failed, button not enabled.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冰雪之触 2024-12-11 06:10:09

这是上述问题的解决方案:-

Paypal pp = PayPal.initWithAppID(this, "APP-80W284485P519543T",PayPal.ENV_SANDBOX);

我通过一些 paypal 教程的帮助解决了这个问题。

感谢所有试图帮助我的人...

This is the solution for above question:-

Paypal pp = PayPal.initWithAppID(this, "APP-80W284485P519543T",PayPal.ENV_SANDBOX);

i resolved the problem by taking help from some paypal tutorial.

Thanks to all tried to help me...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文