【问题标题】:What is the "archived-expanded-entitlements.xcent" file in IOS app?IOS 应用程序中的“archived-expanded-entitlements.xcent”文件是什么?
【发布时间】:2014-03-17 16:08:41
【问题描述】:

archived-expanded-entitlements.xcent 文件是什么? 这个文件在 iOS 应用中有什么用?

【问题讨论】:

    标签: ios xcode entitlements


    【解决方案1】:

    基本上,xcent 文件是应用程序请求的权利列表。从 Xcode 6 开始,权利列表也作为 xcent 文件嵌入到应用程序包中。此文件在提交到 App Store 时非常重要,并在发生配置错误时提供更多有用的错误消息。

    如果您想了解更多信息,here is a good in-depth article on code signing and provisioning

    【讨论】:

      【解决方案2】:

      当我们通过 Xcode : Product > Archive 归档时,它会在最终的 .ipa 包中包含一个 ‘archived-expanded-entitlements.xcent’ 文件。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2016-06-24
        • 1970-01-01
        • 1970-01-01
        • 2014-12-24
        • 2011-08-11
        • 1970-01-01
        • 2022-01-22
        • 2011-04-01
        相关资源
        最近更新 更多