xcode6 devices,profiles 以及 iOS8 设备 查看profiles

1. xocde6 

   devices 不在 window—-Organizer 下面了;

   改为 Window —– Devices

2. porfiles 不再直接出现Devices里面了

  xcode6 需要 window—devices—选中 设备 —-右键—show in finder 即可查看 添加删除;

3. iOS8 的手机和pad等设备,不再提供用户直接查看 当前手机已经安装的 profiles了

4. xcode6 之后,299$ 的企业账号 创建 distributing profiles 时,不能指定 com.baidu.* 这样的 了;

  需要明确指定 app的  app id ; com.baidu.app

  

If necessary, Xcode creates a distribution certificate, provisioning profile, and explicit App ID for you. (You can not distribute an enterprise app using a wildcard App ID.) The name of the distribution provisioning profile begins with the text XC: followed by the App ID. If you are using a wildcard App ID, the name of the distribution provisioning profile is XC:*.

 

引用资料:https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/DistributingEnterpriseProgramApps/DistributingEnterpriseProgramApps.html#//apple_ref/doc/uid/TP40012582-CH33-SW1

http://stackoverflow.com/questions/26234602/installing-provisioning-profile-on-device-does-nothing-xcode-6

版权声明:本文为cocoajin原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://www.cnblogs.com/cocoajin/p/4236648.html