ios - Facebook 被拒绝 - iOS 模拟器构建配置不正确

标签 ios objective-c iphone facebook facebook-graph-api

令人沮丧!!

我为 publish_actions 创建了一个模拟器版本通过 following these Steps 向 Facebook 提交评论.

当我从构建工具获得后跟字符串 ** BUILD SUCCEEDED ** 的输出时,我得到了成功构建在我的终端。

在上传之前,我通过运行 ios-sim launch <path to .app> 测试了我的模拟器构建并验证应用程序在模拟器中成功打开。

然后我将模拟器构建压缩成一个zip 文件并提交给审核过程。

它被 Facebook 拒绝了,回复如下:

iPhone

Your provided file has been configured incorrectly. For iOS Simulator Builds, follow our instructions and resubmit. For Android submissions, please build a .APK file for upload.

我没有得到配置不正确的东西。

谁能帮我解决这个问题?我缺少任何步骤吗?

最佳答案

(在结果有效后将我的评论放入答案中)

我想指出只有以下是预期的结构:

-- YOURAPPNAME.zip
    |-- YOURAPPNAME.app
        |-- <app contents>

这些版本未通过审核:

  1. 直接压缩 <app contents> :

    -- YOURAPPNAME.zip
        |-- <app contents>
    
  2. IPA包装:

    -- YOURAPPNAME.zip
        |-- Payload
            |-- YOURAPPNAME.app
                |-- <app contents>
    

希望对您有所帮助!

关于ios - Facebook 被拒绝 - iOS 模拟器构建配置不正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27039538/

相关文章:

ios - 复制 iOS 的 dashboard 应用程序按钮,一个带有长按手势识别器的按钮

ios - CoreBluetooth 状态保存问题 : willRestoreState not called in iOS 7. 1

ios - iOS SDK 中集成的 Mixpanel 不发送事件

iphone - 将 UIImage 保存到照片库而不是相机胶卷

iphone - 如何将 html 页面转换为 iPhone 原生 View ?

iphone - iOS 的云存储选项

ios - 使用通过委托(delegate)从另一个 View Controller 传递的数据将行插入到 UITableView 中

iphone - 如何关闭状态栏?

ios - Xamarin.Forms:在 iOS 上启用深色模式时,禁用的条目具有白色 TextColor

ios - GooglePlus 不支持 IOS 4.3