iWatch开发的真机调试适配攻略

1.添加iWatch的identifier至证书

将iWatch与iPhone绑定,查看xcode > windows > devices 即可查到iWatch的identifier ,之后步骤 与添加iPhone的UDID至证书一致。

iWatch开发的真机调试适配攻略_第1张图片


2.配置info.plist

假设项目的bundle identifier: com.fruitcompany.orange

        (1).需要在watchKit App的info.plist中,设置bundle identifier:com.fruitcompany.orange.watchkit

     同时更改WKCompanionAppBundleIdentifer:com.fruitcompany.orange

        (2).在watchKit Extension的info.plist中,设置bundle identifier:com.fruitcompany.orange.watchkit.extension

     同时更改WKAppBundleIdentifer:com.fruitcompany.orange.watchkit




你可能感兴趣的:(iWatch开发的真机调试适配攻略)