Paypal错误:文件系统检查失败 [英] Paypal error : FILE SYSTEM CHECK FAILED

查看:202
本文介绍了Paypal错误:文件系统检查失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道SO上有两个关于此错误的帖子。像我发现的每个谷歌搜索结果一样,解决方案是:不使用越狱设备。但我的是干净的,我的客户也是。

I know there are two posts about this error on SO. Like every google result I found, the solution is : don't work with Jailbroken devices. But mine is clean and my client's one too.

我用Paypal开发了两个应用程序。第一个效果很好。第二个显示Paypal按钮初始化时调试器中的消息DEVELOPER ERROR:FILE SYSTEM CHECK FAILED。

I developed two apps with Paypal. The first works pretty good. The second shows the message DEVELOPER ERROR: FILE SYSTEM CHECK FAILED in debugger when Paypal button is initializing.

当然,相同的代码(具有相同的应用程序ID)在两个应用程序。

Of course, the same code (with same application ids) are declared in both apps.

一个想法?

推荐答案

对于所有喜欢的人我,谁

For all people like me, who


  • 自2011年8月以来使用Paypal iPhone API

  • 已迁移他们的mac osX Lion

  • 现在在Paypal初始化期间和新的应用程序编译之后有这条消息

  • ...当然没有越狱设备

  • are using Paypal iPhone API since before august 2011
  • have migrated their mac on osX Lion
  • Now have this message during Paypal initialisation and after a new app compilation
  • ... and does NOT have a Jailbroken device, of course

以下是解决方案:


  • 只需下载新的API版本

  • 在您的代码中通过[Paypal getPayPalInst]更改[Paypal getInstance](为什么他们更改了?...)

  • 更改

此回调方法

- (void)paymentFailedWithCorrelationID:(NSString *)correlationID andErrorCode:(NSString *)errorCode andErrorMessage:(NSString *)errorMessage

by

- (void)paymentFailedWithCorrelationID:(NSString *)correlationID

完成了。

这篇关于Paypal错误:文件系统检查失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆