`
xinlanzero
  • 浏览: 246132 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

iphone认证文件无效解决办法

阅读更多

 

1,新建deviceUUID是你客户iphone手机的UUID

2,新建一个AdHocDistribution provision文件,设备里一定框选上上述1建的客户的设备。

3,下载后,拖进X-code

4,在你的project的res里,新建一个文件叫 Entitlements.plist

5,到target Info->Build里面,Code Signing Entitlement的值写“Entitlements.plist”.

6,压缩生成的app

7,把 Distribution provision文件和压缩的APP,一起发给客户。

8,客户需把两个文件都拖进itune,然后同步手机。

 

1.First, in program portal, add the UDID of your client's device.

2.Then create the AdHoc Mobile Provision for your app.

3.Download it and install in your XCode.

4.Create the Entitlements.plist in XCode. Uncheck the get-task-allow in this file and save it.

5.In target Info window, go to Build, and type in "Entitlement.plist" in the Code Signing Entitlement value.

6.Build it for Distribution.

7.Compress your app you just built.

8.Send the .zip of your app together with the Adhoc mobile provision file to your client.

9.He should drag them to iTunes window and sync with his device to install.

10.Done.

 

 

分享到:
评论
1 楼 gulfer 2011-05-28  
我按照这个步骤操作,为什么仍然提示应用程序没有安装在iphone上,因为授权无效。

相关推荐

Global site tag (gtag.js) - Google Analytics