over-the-air

Upload ipa in google drive

我的未来我决定 提交于 2019-12-24 02:43:22
问题 My requirement is, If I upload an ipa file in google drive or share point then the tester should be able to install the ipa in his device from drive with out using iTunes . Is it possible? I can achieve this by deploying the ipa, plist and index.html file in server. The test able to download it for testing. 回答1: Take a look at this link which explains how to get the public link to the file: link Get the magic number in the link that looks like this: https://drive.google.com/file/d

iOS Enterprise OTA distribution Unable to Download Application

元气小坏坏 提交于 2019-12-17 07:14:30
问题 I created an iOS app and want to distribute it Over-The-Air. I followed this guide: http://help.apple.com/iosdeployment-apps/mac/1.1/?lang=en-us#app43ad77ea The App is signed with the enterprise certificate and contains the distribution provisioning profile. When I try to download the App onto the ipad (using the technique described in this guide), a square icon with my download icon appears on the screen with the name "Waiting...", then a second later the name changes to my actual

Why are some files not correctly installed when installing via TestFlight?

戏子无情 提交于 2019-12-11 01:32:09
问题 I distribute my iOS apps to my client with TestFlight for beta-testing. The problem is that we both experienced weird problems/behaviors with these apps when installing from TestFlight, which were fixed when uninstalling/reinstalling the apps (still from TestFlight). I don't see anything in my code explaining why a uninstall/reinstall is required (no CoreData migrations, no change in file storage usage, or other things like this). I'm quite confident that things will go better for end users

App Over-The-Air Installation with HTTPS not working

不问归期 提交于 2019-12-05 04:35:53
问题 I know that in general installation via HTTPS is working but somehow it doesn't in my Environment. The itms-service link is HTTP as far as I understood: itms-services://?action=download-manifest&url=http://' . $_SERVER['SERVER_NAME'] . $downloadLink The links in the .plist are then HTTPS <key>assets</key> <array> <dict> <key>kind</key> <string>software-package</string> <key>url</key> <string>https://app.ipa</string> </dict> <dict> <key>kind</key> <string>full-size-image</string> <key>needs

App Over-The-Air Installation with HTTPS not working

给你一囗甜甜゛ 提交于 2019-12-03 20:39:49
I know that in general installation via HTTPS is working but somehow it doesn't in my Environment. The itms-service link is HTTP as far as I understood: itms-services://?action=download-manifest&url=http://' . $_SERVER['SERVER_NAME'] . $downloadLink The links in the .plist are then HTTPS <key>assets</key> <array> <dict> <key>kind</key> <string>software-package</string> <key>url</key> <string>https://app.ipa</string> </dict> <dict> <key>kind</key> <string>full-size-image</string> <key>needs-shine</key> <true/> <key>url</key> <string>https://image_512x512.png</string> </dict> <dict> <key>kind<

BlackBerry: is it possible to download application from a website (Over the Air) ?

本小妞迷上赌 提交于 2019-12-02 06:02:08
问题 I want would like to make my BlackBerry application available for download through a website using the BlackBerry browser. Is this possible? 回答1: There are two ways to allow your BlackBerry application to be downloaded from a website: 1.Over the Air distribution To allow users to install the application over the air you will need to have a web server. On the web server you will need two files: Yourapplication.cod Yourapplication.jad On your web server you will need to setup three MIME types:

BlackBerry: is it possible to download application from a website (Over the Air) ?

不想你离开。 提交于 2019-12-02 00:20:33
I want would like to make my BlackBerry application available for download through a website using the BlackBerry browser. Is this possible? Ryan Shripat There are two ways to allow your BlackBerry application to be downloaded from a website: 1.Over the Air distribution To allow users to install the application over the air you will need to have a web server. On the web server you will need two files: Yourapplication.cod Yourapplication.jad On your web server you will need to setup three MIME types: .jad files: text/vnd.sun.j2me.app-descriptor .cod files: application/vnd.rim.cod .jar files

iOS Enterprise OTA distribution Unable to Download Application

こ雲淡風輕ζ 提交于 2019-11-27 03:24:20
I created an iOS app and want to distribute it Over-The-Air. I followed this guide: http://help.apple.com/iosdeployment-apps/mac/1.1/?lang=en-us#app43ad77ea The App is signed with the enterprise certificate and contains the distribution provisioning profile. When I try to download the App onto the ipad (using the technique described in this guide), a square icon with my download icon appears on the screen with the name "Waiting...", then a second later the name changes to my actual application name and then again a second later i receive the error message: Unable to Download Application "Your