简体   繁体   English

PayPal iOS SDK-付款不适用于集成了Mobile SDK类型的应用

[英]PayPal iOS SDK - Payment not available for apps with a Mobile SDK type of integration

I'm making and iPad app which uses the PayPal iOS SDK for payments. 我正在制作iPad应用,该应用使用PayPal iOS SDK进行付款。 The problem is that I cannot Log in to PayPal from the app. 问题是我无法从该应用程序登录到PayPal。 I can only pay by credit card. 我只能用信用卡付款。

When you create an application on the PayPal developer page there is this message: 在PayPal开发人员页面上创建应用程序时,会显示以下消息:

Important: Currently, Log in with PayPal is not available for apps with a Mobile SDK type of integration. 重要提示:当前,使用PayPal登录不适用于具有Mobile SDK集成类型的应用程序。

So my question are: 所以我的问题是:

1.When will it be available? 1.什么时候可用?

2.If I publish my app now will it work when it will be available or I will need to update? 2.如果我现在发布我的应用程序,它将在可用时工作,或者我需要更新吗?

3.Why there is login button? 3.为什么有登录按钮? It confuses the user. 它使用户感到困惑。 They have a button for login but they can only pay by credit card. 他们有一个登录按钮,但只能用信用卡付款。

You can see the screen by clicking this link. 单击此链接可以看到屏幕。

Thank you. 谢谢。

Josh from PayPal here. 来自PayPal的Josh。 My apologies -- I think the messaging here could be improved. 抱歉,我认为这里的消息传递可能会有所改善。

Log In with PayPal is an oauth2 identity service, which you could use (say) to let users log in to your app using their PayPal account instead of having to create an account with your service. 使用PayPal登录是一项oauth2身份服务,您可以使用(例如)让用户使用其PayPal帐户登录到您的应用程序,而不必使用您的服务创建帐户。

The log in button you see in the PayPal Mobile SDKs, in contrast, is intended to let folks pay using their PayPal wallet , which does require that they log in. This does work, now, with a "Mobile SDK type of integration". 相反,您在PayPal Mobile SDK中看到的“登录”按钮旨在让人们使用他们的PayPal钱包付款 ,这确实需要他们登录。现在,这种方法适用于“ Mobile SDK类型的集成”。

Hope that clears things up a bit. 希望能使事情变得顺利。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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