您的位置:首页 > 移动开发

iOS应用的真机调试 顺便搞定bundle identifiers, provisioning profiles, App IDs, or certificate signing requests.

2012-09-06 10:35 447 查看


一般搜到的都是这个


iOS应用的真机调试

“还挺麻烦的,如上图所示,这时你的证书是Pending状态,刷新一下网页,现在处于如下状态:”
这里我碰到点问题,因为我是团队开发者账号,所以,不能干等着,得让team leader 给我个响应,我才能刷新到状态的的改变。

因为这些文章都提到了,安装完ios_development.cer,会有钥匙状的东西,其实就是publickey
 and privatekey但是我就是没有啊,继续搜。google 里面用英文搜到了
(在此感激一下google,无数次救我于危难之中。)
隆重推荐一下这篇文章,看完估计也就明白了。还是老外牛逼。中文的文章都是水货,我擦,根据这篇文章,发现了一堆绝顶好文,果然是周日一个人独自加班福利多,自我安慰一下 http://www.raywenderlich.com/tutorials
Tutorials
for iPhone
/ iOS Developers and Gamers


看完这个系列我不就更加牛逼了。



iOS Code Signing: Under The Hood

Notice that the private key shows certificates that it has been used to sign – in this case the developer certificate.

If you don’t have any keys listed here yet don’t worry, Keychain Access will create one for you the first time you request a certificate (which we’ll talk about later).

The keys that are listed here (or that will be listed here soon) are the foundation of all your provisioning and code signing abilities. Without them, you can’t sign your code or release your apps to the App Store!

If you lose them you have to start the whole process again – your certificates will not work any more, your provisioning profiles will generate only errors, you will waste a lot of time – so keep them safe.

看到这里我想起来了,刚开始,我记得是有的,后来被我删掉了,我怎么折腾,都没有了,看来我得重新request一个试试,我现在request一个,下周一同事过来,让他批准一下,我再试试。

转眼时间轴到了,现在是周一早上,总算搞定了,中间有个小插曲,设备上的Provisioning Profile已经更新了。但是 organizer当中的 library却木有更新,都删了,然后重新添加一下Provisioning
Profile即可。

注意这里有两处1.library 下的2.设备下的 都要更新
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  ios