ios - 如果应用以 Enable_Bitcode = No 提交,Apple 会拒绝应用吗

标签 ios bitcode

我的应用程序有很多第三方库和社交插件,这些插件在 bitcode 中尚不可用。所以我无法使用允许 Enable_Bitcode = YES 编译我的应用程序。 所以我将其更改为 NO,Apple 会批准我的 iOS 7.x-9.x 应用吗?

enter image description here

最佳答案

没有。还不适用于 iOS 应用。

来自Apple Developer Guide :

For iOS apps, bitcode is the default, but optional. For watchOS and tvOS apps, bitcode is required. If you provide bitcode, all apps and frameworks in the app bundle (all targets in the project) need to include bitcode

打开 BITCODE 的优点:

位码是编译程序的中间表示。您上传到 iTunes Connect 的包含位码的应用程序将在商店中编译和链接。 包含 bitcode 将允许 Apple 在未来重新优化您的应用程序二进制文件,而无需向商店提交新版本的应用程序。

关于ios - 如果应用以 Enable_Bitcode = No 提交,Apple 会拒绝应用吗,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34201301/

相关文章:

ios - 启用位代码是否会减小 Unity IOS 构建的原始大小

ios - BITCODE_ENABLE 和 dylib 框架之间的确切联系是什么?

ios - 在 UIScrollView 中检测突然的滚动停止

ios - 在 UITableView 的单元格中方形 UImageView

ios - 从通知中心移除远程通知

ios - ITMS-90668 - 无效的 bundle 可执行文件。可执行文件包含不完整的位码

ios - `-fembed-bitcode` 尝试存档应用程序时出错

ios - 运行时加载 plist 的内容会崩溃 "many"次之一

iOS 8 多个弹出窗口 - "Warning: Attempt to present * on * which is already presenting (null)"

ios - LinkedIn SDK 的位码错误