年年有"余"

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 1606|回复: 0

iOS8.1.3下Inhouse App无法安装问题

[复制链接]
  • TA的每日心情
    奋斗
    2022-12-13 21:26
  • 签到天数: 371 天

    [LV.9]以坛为家II

    发表于 2015-5-25 15:38:39 | 显示全部楼层 |阅读模式
    问题:企业App,以Inhouse方式发布,在iOS 7.0中可以正常安装该App,但在iOS8.1.3上无法安装。

    解决方法:设置Build Setting中的Code Signing Entitlements,为App指定一个entitlements.plist文件。并在entitlements.plist文件中指定application-identifier为Bundle ID:

            <key>application-identifier</key>
            <string>xxxxxxxx.com.ydtf.JmCsgEhv</string>
            <key>get-task-allow</key>
            <false/>

    注意,Bundle ID需要带上App ID前缀。
    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    手机版|小黑屋|Archiver|iOS开发笔记 ( 湘ICP备14010846号 )

    GMT+8, 2024-5-3 01:27 , Processed in 0.043234 second(s), 18 queries .

    Powered by Discuz! X3.4

    Copyright © 2001-2021, Tencent Cloud.

    快速回复 返回顶部 返回列表