Tag: 贝宝沙箱

PayPal iOS SDK响应送货地址:(null)

信息 模式(模拟/沙盒/现场):沙盒 PayPal iOS SDK版本:2.14.3 iOS版本和设备(iOS 8.x,iPhone 6s上的iOS 9.3等):模拟器iPhone 5 iOS 9.3 描述 _payPalConfig = [[PayPalConfiguration alloc] init]; _payPalConfig.payPalShippingAddressOption = PayPalShippingAddressOptionPayPal; 在PayPal控制器中,我select运送地址(PayPal账户地址)。 但作为回应,我收到货运地址:(空)。 CurrencyCode: EUR Amount: 416.99 Short Description: Clothes Intent: sale Processable: Already processed Display: €416.99 Confirmation: { client = { environment = sandbox; "paypal_sdk_version" = "2.14.3"; platform = iOS; "product_name" = "PayPal iOS […]

PayPal iOSnetworking连接丢失

我实际上在PayPal Repository GitHub上发布了这个问题,但没有人回答我。 当使用PayPal账户时,PayPal SDK工作的很好,但是当我尝试使用Pay with PayPal时,我无法连接到PayPal服务器,并且没有debugging日志,只有这个: 2016-07-18 10:00:03.447 UPlant [23489:265771] NSScanner:无string参数2016-07-18 10:00:04.036 UPlant [23489:265771]无法find支持键盘iPhone-肖像,数字小; NSScanner:nilstring参数2016-07-18 10:00:04.077 UPlant [23489:265771] NSScanner:nilstring参数2016- 07-18 10:00:04.077 UPlant [23489:265771] NSScanner:nilstring参数2016-07-18 10:00:08.415 UPlant [23489:265771]无法find支持键盘types4的keyplane iPhone-Portrait-数字小; 使用563160167_Portrait_iPhone-Simple-Pad_Default 2016-07-18 10:00:10.070 UPlant [23489:265771]无法find键盘iPhone-Portrait-NumberPad支持types4的键盘; 使用563160167_Portrait_iPhone-Simple-Pad_Default 附加信息 模式(模拟/沙盒/现场) :沙盒 PayPal iOS SDK版本:沙盒,PayPal iOS SDK 2.14.2 iOS版本和设备(iOS 8.x,iPhone 6s上的iOS 9.3等): iOS 9.3 iPhone 5模拟器 PayPal-Debug-ID(来自任何日志):没有debugging日志 尝试贝宝与卡交易后,它popup一个警告说 networking连接丢失。 […]

贝宝移动快递redirect到networking,而不是移动

我的应用程序支持贝宝付款,我使用移动快递支付,现在我看到它强制加载到networking,即使当我提到“_express-checkout-mobile” https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout-mobile&useraction=commit&token=EC- * ** * ***

初始化PayPal错误

我使用贝宝移动支付图书馆的iPhone(iPhone 5.01 iOS)我不能初始化贝宝在我的应用程序。 后 [PayPal initializeWithAppID:@"APP-80W284485P519543T" forEnvironment:ENV_SANDBOX]; 我收到错误: 2012-02-11 12:01:11.623 myapp[7281:707] Checking Error******************** 2012-02-11 12:01:11.625 myapp[7281:707] Posting Error: 2147483647 并显示提示消息:在标题 – 错误,身体消息:500000 它在InfoPlist.strings(CFBundleDisplayName1 =“MyApp”;或CFBundleDisplayName =“MyApp”)中设置任何variables(如CFBundleDisplayName)时发生。 当我从InfoPlist.strings中删除这一切工作正常! 这是什么意思?