Questions tagged [over-the-air]
71 questions
1
vote
0 answers
Is there any good choice of Wifi-Transfer(OTA) kit for iOS?(Like cocoawebresource)
I have tried cocoawebresource(which is based on cocoahttpserver). It's quite functional , but I wonder is there any other better choice?

Jimmy
- 1,094
- 10
- 22
1
vote
1 answer
How to use Lineage OS OTA in AOSP projects?
I am going to develop an OTA update manager for client side through AOSP project. The Lineage OS developers have already developed an OTA manager for this purpose (please find the following GitHub…

Mehran Alidoost Nia
- 195
- 2
- 2
- 11
1
vote
1 answer
iOS 14 apps failed on over the air installation
I am getting the error 'unable to install app' while installing the app on iOS 14. For other iOS versions 10, 11, 12 and 13 it is working fine. I am using the HTTPS URL for app installation. The app has built with Xcode 12.2. Please help.

Manish
- 29
- 3
1
vote
1 answer
I already a expo app published on play and apple store. How can I use a OTA over-the-air update in this case?
Like I said in subtitle, I already a expo app published on play and apple store. Expo version 37.0.0.
I would like use OTA updates, but I don't know how to do this.
In Expo documentation, I need upgrade to 37.0.2 version to use expo-updates. And…

Adriano
- 11
- 1
1
vote
1 answer
Block Level signature with respect to Over The Air Update
I have been reading this interesting link https://news.ycombinator.com/item?id=13741625
Where I have come across the word 'block level signature'. What does exactly block level signature means?.
Any pointers much appreciable.

DrunkenMaster
- 1,218
- 3
- 14
- 28
1
vote
0 answers
How to securely provide plist and api files with Apple's Over The Air delivery from website?
A typical Over The Air link looks like
Download App
The plist contains a link to the .ipa file found in the same directory on the website. If I…

Andrew Kind
- 111
- 1
- 1
- 9
1
vote
2 answers
Will app lose the NSUserDefault data on over the air installation?
Will app lose the NSUSerDefaults values when I do over the air installation?
No app installed in the device
Install the app version 1.0 over the air and saving some values in NSUserDefaults
Install the app version 1.0 over the air again with out…

jailani
- 2,260
- 2
- 21
- 45
1
vote
2 answers
OTA Ad Hoc Distribution fails without any response
I created an install page for beta testers. This link to the manifest.plist is valid and is via HTTPS.
However when I click the link nothing happens. No alert or no errors or messages appear in the device logs.
Does anybody know this issue?
EDIT I…

Julian F. Weinert
- 7,474
- 7
- 59
- 107
1
vote
1 answer
Over-the-Air Profile Delivery Concepts
From some document of Apple, I've read that:
"Once the Mobile Device Management server and network are configured, the first step in managing an iPhone or iPad is to enroll it with an MDM server. Some MDM vendors use an app to kickstart this…

meaholik
- 440
- 5
- 19
1
vote
1 answer
I am unable to deploy OTA iPhone apps via my webserver but services like Diawi can install the app on my device just fine
I have built an iPhone application in Xcode and have generated all of the required certificates and provisioning profiles on Apple's developer website. I have installed the certificates on my computer and the test phone I am using has my OTA…

Tristan
- 65
- 4
- 9
1
vote
1 answer
Export an OTA installable IPA from XCARCHIVE
I'm migrating our build scripts to produce xcarchive files, so we can upload builds right from the Xcode Organizer, however, I'm having trouble getting builds to work over the air now.
I'm building the archive with:
xcodebuild -scheme myScheme \
…

brianpartridge
- 763
- 8
- 19
1
vote
2 answers
App Wireless Distribution not working in iOS7. Internet Connection needed?
In iOS6 I used to install some of my apps over an adhoc network without internet sharing. So the iPad had no internet connection. Therefore I use a typical html and plist file. Everything was alright.
Now, in iOS7 the installation is not working…

Philipp Otto
- 4,061
- 2
- 32
- 49
1
vote
1 answer
Google+ Over-The-Air installs with oAuth 2.0 protocol
Here (https://developers.google.com/+/web/signin/android-app-installs) is described how to make over-the-air Android installs using HTML button.
I wonder how to do the same using oAuth 2.0 flow (the docs…

Mike Keskinov
- 11,614
- 6
- 59
- 87
1
vote
3 answers
Google+ Over-The-Air Installs doesn't work
I'm trying to make Google+ Over-The-Air Installs working (https://developers.google.com/+/web/signin/android-app-installs)
I added Client ID for my Android app and for web app into Google apis frontend and added data-apppackagename parameter to…

Mike Keskinov
- 11,614
- 6
- 59
- 87
1
vote
1 answer
Automatically generate OTA distribution manifest for XIB-less MonoTouch Enterprise app?
I have an XIB-less Enterprise MonoTouch iPhone app and I need to distribute it over-the-air using a manifest file. Is there a way to generate the manifest file automatically, or must I construct it by hand?
Help appreciated.

BillF
- 444
- 1
- 9
- 15