iOS 你不知道的新鲜事iOS 开发成长中心iOS开发

使用企业证书重新签名iOS App

2017-08-01  本文已影响444人  fuadam1982

在网上查了不少文章最后找到如下方法可以在Xcode8下使用

注意:

 <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>application-identifier</key>
    <string>Your-App-Id.Your-BoundId</string>
    <key>com.apple.developer.team-identifier</key>
    <string>Your-App-Id</string>
    <key>com.apple.developer.healthkit</key>
    <true/>
</dict>
</plist>
上一篇 下一篇

猜你喜欢

热点阅读