开发者

iPhone Provisioning Files

Iam developing an iphone application and currently in the develpoment phase. Since my client need to verify my work I am sending him program builds with provision files. However sometimes he wants to add few UUIDs to existing provision file. What I want to know is does a new provision file works with old builds of my software ? or do I have to send开发者_Go百科 him a new build compiled with the new provision file.


Yes, it will work. As long as you're using the same App ID and certificate when creating the profile and the UDIDs that you previously added, everything is fine. You can edit an existing profile and download it again, btw.

The reverse case (new build, old profile) will work as well.


You do need to send him a new build with the new provisioning profile if you need to add devices. Each provisioning profile works only with the devices assigned to it, so adding any means replacing your current provisioning profile and rebuilding. The profile is stored with the binary created by building the app, so it can only be changed before a build. If you're still having trouble, check the Apple Docs.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜