Download for offline viewing or play live: The app gives you the freedom to either watch the movie live or else for further ease you can even download for offline viewing. Bookmark a movie you loved: We all love certain movies that we wish to watch more often, the app allows you to bookmark such movies. Puffin Browser Pro Download (NonJailbroken) Dont Forget to use date trick to install it.(Set date to 11 March 2014) Download link: itms-services://?action=download.
After updating a few devices to iOS 10 to test our distribution, we found that we can't install any of our internal applications OTA.
All of our devices are managed. Some are supervised and some are unsupervised. We support from iOS 6 (4th gen iPods) to iOS 10.
The restriction that seems to be cause the problem is for restricting access to the Apple App Store. Previously this meant that the App Store would not show up and you couldn't install apps from the Apple App Store, but could still install our internal applications through either our web portal or an MDM solution. In iOS 10, that restriction is stopping installation OTA through our web portal. Removing the restriction allows OTA installation to work but then the devices have access to the Apple App Store, which is very undesirable for us.
Our OTA installation works using the itms-services:// protocol pointed to a manifest plist. With the restriction in place, it seems to reject this protocol. All previous versions of iOS worked fine. Changing between HTTP and HTTPS for the IPA and manifest plist files, makes no difference.
<?xml version='1.0' encoding='UTF-8'?> |
<!DOCTYPEplist PUBLIC '-//Apple//DTD PLIST 1.0//EN' 'http://www.apple.com/DTDs/PropertyList-1.0.dtd'> |
<plistversion='1.0'> |
<dict> |
<key>items</key> |
<array> |
<dict> |
<key>assets</key> |
<array> |
<dict> |
<key>kind</key> |
<string>software-package</string> |
<key>url</key> |
<string>http://${YOUR_DOMAIN_DOTCOM}/${PATH_TO_BETA_IF_ANY}/${APPLICATION_NAME}.ipa</string> |
</dict> |
</array> |
<key>metadata</key> |
<dict> |
<key>bundle-identifier</key> |
<string>${BUNDLE_IDENTIFIER}</string> |
<key>bundle-version</key> |
<string>${APPLICATION_VERSION}</string> |
<key>kind</key> |
<string>software</string> |
<key>title</key> |
<string>${DISPLAY_NAME}</string> |
</dict> |
</dict> |
</array> |
</dict> |
</plist> |
Our plist file has one additional section in assets: Windows 7 ultimate preactivated iso download x86. |
For iOS 7 devices, make sure your link to your plist is using HTTPS. |
https://github.com/bumaociyuan/zxIpaServer |
Also the Plist is white-space sensitive. So copy paste a working plist and change only the parts you need. |
Hi Team, Thanks, |
Hi |