简体   繁体   English

贝宝在模拟器中工作,但不能在真实设备中工作?

[英]Paypal works in simulator but not in real device?

I implement Paypal payment gateway in my app. 我在我的应用程序中实现了Paypal付款网关。 However, it works well in simulator but not in real device. 但是,它在模拟器中效果很好,但在实际设备中却不能。 When I tap the Checkout with Paypal button, it hits this method 当我点击“使用Paypal结帐”按钮时,它会点击此方法

- (void)couldNotFetchDeviceReferenceToken

and logs this error in console: 并在控制台中记录此错误:

FILE SYSTEM CHECK FAILED
Device interrogation failed.

What could be the cause? 可能是什么原因? I've tried to research it but they say need to use new Paypal API but I don't think it's the solution since it works well on simulator but not in real device. 我已经尝试对其进行研究,但是他们说需要使用新的Paypal API,但我认为这不是解决方案,因为它可以在模拟器上很好地工作,但不能在真实设备中工作。

this was an error our on server side and is resolved now. 这是我们在服务器端的错误,现已解决。 Details were covered here on X.com: https://www.x.com/developers/paypal/forums/mobile/problems-paypal-api 详情在这里覆盖在X.com: https://www.x.com/developers/paypal/forums/mobile/problems-paypal-api

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

相关问题 Simulator上的Xcode应用程序可以在真实设备崩溃时正常工作 - Xcode app on Simulator works, on real device crashes SwiftUI·后台定时器在模拟器上工作,但在真实设备上不工作 - SwiftUI · Background timer works on simulator but not on real device 文字2语音只能在模拟器上使用,而不能在真实设备上使用 - Text 2 Speech works with simulator but not real device 截图在模拟器中有效,但在真机上失败 - Taking screenshot works in simulator but fails on real device Swift 应用程序在真实设备上崩溃,但在模拟器上运行 - Swift app crashes on real device but works on simulator 无法在真实设备上解析日期,可在模拟器中使用 - Unable to parse a date on real device, works in simulator 创建付款请求可在模拟器中运行,但不能在真实设备上运行 - Creating Payment Request works in simulator, but not on a real device iOS应用可在模拟器上运行,但不能在真实设备上运行 - iOS app works on simulator but not on real device ios模拟器构建有效,但真实设备构建失败 - ios simulator build works but real device build fails in flutter UICollectionView-iOS 10-在iPhone 6 Plus模拟器上崩溃但可在真实设备上运行 - UICollectionView - iOS 10 - crash on iPhone 6 Plus simulator but works on real device
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM