简体   繁体   English

iPhone临时分发同步错误

[英]IPhone Ad-hoc distribution sync error

I am working on an iPhone application for a customer. 我正在为客户开发iPhone应用程序。 After the development will be finished the application will be on the Apple Store, but meanwhile during its development, on a regular basis the customer wants to see and install the application on his own phone to check the current status of the development. 开发完成后,该应用程序将在Apple Store上,但与此同时,在开发过程中,客户希望定期查看并在自己的手机上安装该应用程序,以检查开发的当前状态。 -I went to the provisioning portal registered my customer's device udid and added to my application's provisioning profile. -我去了供应门户,注册了我的客户设备并对其进行了调查,然后将其添加到我的应用的供应配置文件中。 -I downloaded the provisioning profile and installed it. -我下载了配置文件并安装了它。 -I then built the ipa and sent it to my customer. -然后,我建立了ipa并将其发送给我的客户。

SHouldn't this be enough? 这还不够吗?

The customer is experimenting a sync error. 客户正在尝试同步错误。 He can import the ipa inside itunes but at the end of the sync he receive this error alert on his iphone.I tested this ipa file on two other iphones and is working (both registered and one is ios 5.1 and the other 5.0.1)..Where should I check for misconfigurations? 他可以将ipa导入到iTunes中,但是在同步结束时,他在iphone上收到了此错误警报。我在另外两台iphone上测试了该ipa文件,并且该文件可以正常工作(均已注册,一个是ios 5.1,另一个是5.0.1) ..我应该在哪里检查配置错误?

I'm running the latest xcode version 4.3.1 我正在运行最新的xcode版本4.3.1

Make sure you build with the distribution provision. 确保使用分发条款进行构建。 I use a new Xcode build configuration for this (called Ad Hoc) and I make sure my archive build uses this new build configuration. 我为此使用了新的Xcode构建配置(称为Ad Hoc),并且确保我的存档构建使用了此新构建配置。 The customer will need a copy of this distribution provision (which he double clicks), and you send him the ipa file. 客户将需要此分配条款的副本(他双击该副本),然后您向他发送了ipa文件。 He drags this into his iTunes library and he is then able to install the app to his device. 他将其拖放到iTunes库中,然后便可以将应用程序安装到设备上。

Sometimes the provisioning profile needs to be installed on the device separately. 有时,供应配置文件需要单独安装在设备上。 I encountered this problem once with my team member who had Windows. 我的Windows团队成员曾经遇到此问题。

Just send your customer the profile and ask to install it on the device. 只需向您的客户发送配置文件,然后要求将其安装在设备上即可。

You may need iPhone Configuration Utility to install the profile on the device. 您可能需要iPhone配置实用程序才能在设备上安装配置文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM