1. to create a provisioning distribution profile for Ad Hoc build with the selected iDevices (devices' UDID are registered in the portal).
2. in Xcode, associate this provisioning distribution profile with your build. In the Code Signing section choose the new Provisioning Profile.
3. Build and Archive.
4. Click on the Share button, and choose Distribute for Enterprise – fill in the URL to the location where you plan to host the application.
5. Upload ipa, plist and icon files to the server you typed in step 4.
6. Build the HTML to let iDevice to access and install the app.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>OTA Test App</title>
</head>
<body>
<br><font size = "20">You are invited to test new app.</font></br>
<br><<font size="15"><a href="itms-services://?action=download-manifest&url=http://www.yourwebsite.com">Tap Here to Install the Application</a></font>
</br>
</body> </html>
You may refer to the below link.
http://mobiledevelopertips.com/xcode/distribute-ad-hoc-applications-over-the-air-ota.html
You may refer to the below link.
http://mobiledevelopertips.com/xcode/distribute-ad-hoc-applications-over-the-air-ota.html
No comments:
Post a Comment