二进制无效,收到电子邮件

时间:2012-07-30 09:51:31

标签: iphone app-store itunesconnect

我正在尝试将应用上传到应用商店,而且我遇到了很多麻烦。

现在我收到了这封电子邮件:

Dear developer,
We have discovered one or more issues with your recent delivery for "usualBike". To process your delivery, the following issues must be corrected: 
Invalid Code Signing Entitlements - Your application bundle's signature contains code signing entitlements that are not supported. Please check your Xcode project's code signing entitlements configuration, and remove any unneeded entitlements. 
Specifically, key "com.apple.developer.default-data-protection" is not supported. 
Invalid Code Signing Entitlements - Your application bundle's signature contains code signing entitlements that are not supported. Please check your Xcode project's code signing entitlements configuration, and remove any unneeded entitlements. 
Specifically, key "com.apple.developer.pass-type-identifiers" is not supported. 
Once these issues have been corrected, go to the Version Details page and click "Ready to Upload Binary." Continue through the submission process until the app status is "Waiting for Upload." You can then deliver the corrected binary. 
Regards,
The App Store team

第二个我发现了这个:

Invalid binary in itunes connect

但我有iOS 5.1

1 个答案:

答案 0 :(得分:3)

这可能意味着您已在iOS配置门户中为您的App ID启用了数据保护和通过。 iOS 5.1不支持此功能

你应该通过以下方式禁用它:

  • 转到iOS配置门户
  • 打开“应用ID”标签
  • 点击您当前正在使用的应用ID旁边的配置
  • 取消选中“启用通过”和“启用数据保护”选项
  • 重新下载应用程序的规定,并使用此新规定重建它。