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.

 

 

你可能感兴趣的:(xcode,mobile,Go)