Questions tagged [over-the-air]
71 questions
1
vote
1 answer
Ad-hoc OTA distribution install error
I have created an ad-hoc distribution ipa file along with a plist file and uploaded it onto a website. I have then navigated to the website and clicked the download link. It pops up saying:
www.mywebsite.co.uk would like to install "myApp"
So I…

Ben Thompson
- 4,743
- 7
- 35
- 52
0
votes
1 answer
How to send the Wifi configuration file over-the-air to iPhone?
I know how to distribute the ad hoc app over-the-air to iPhone.
(The ipa and manifest plist are on my website)
I add the following link in the download page:

hitheredude
- 929
- 5
- 18
- 32
0
votes
1 answer
BlackBerry: How to read in a JAD and extract the version number
I know the method
ApplicationDescriptor.currentApplicationDescriptor();
But I aim to download another JAD and compare it's version number to the current applications version. What is the best/easiest way to do this? Is there a way to construct an…

cschuff
- 5,502
- 7
- 36
- 52
0
votes
0 answers
Install ipa over link
I have a Flutter App and want to make a website to install the .ipa for the latest build on their iPhone. I have a manifest. plist file with all the information like this:

Shiedix
- 5
- 2
0
votes
0 answers
fix for seeds labs android rooting
I am doing android rooting seeds lab following each step very closely, I have started project from scratch 2 to 3 times all codes are good, but when uploading task2.zip and running update-binary, It gives this error as in the screenshot.
I tried to…

Ali Abbas
- 1
- 1
0
votes
0 answers
ESP32 OTA Drive update using otadrive_esp library
I am using ESP32-WROOM-32E (16MB flash). And I am using Arduino IDE for firmware development.
While updating the Firmware via OTA the Wi-Fi connection gets interrupted due to a network issue. The device gets hang-in that state for 45 minutes…

Annakkili Arumugam
- 51
- 4
0
votes
2 answers
Flutter OTA (hot update) on Android with REQUEST_INSTALL_PACKAGES banned
I want a mechanism to push small-features and bug-fixes quickly, because Playstore-reviews are getting stuck for at least one week again. I checked ota_update which seemed promising, but it uses REQUEST_INSTALL_PACKAGES permission, which has been…

beria
- 153
- 1
- 6
0
votes
2 answers
iOS App won't start after OTA deployment of the same version
We're distributing an iOS App over the air to our beta-testers. We've now noticed, that if a tester installs the exact same build of the app he already has on the system, the app won't start anymore. There are no provisioning warnings or anything…

huesforalice
- 2,418
- 2
- 24
- 29
0
votes
2 answers
OTA ipa distribution using localhost
I've set up a local webserver running with a self-signed certificate (SSL).
I've also installed the certificate on my iOS 15.0 device and trusted it from the Device Settings. But when I load https://my-local-hostname/ which loads a download button…

arturdev
- 10,884
- 2
- 39
- 67
0
votes
1 answer
How expo-updates works in different versions of a react native bare workflow app?
I am using expo-updates to update my react-native bare workflow app over-the-air. I have a question when I publish my app with different versions.
Lets say my app version is 1.0.0 and build number is 1, and I publish my app to play/app store.
Users…

John Stuart
- 950
- 5
- 11
- 28
0
votes
2 answers
libraries / services to assist with iOS wireless app distribution
Can anyone recommend any libraries/utilities they use to assist in distributing iOS adhoc/enterprise applications over the air, so users can install without needing a PC/iTunes?
There's a few hosted services around (eg. https://testflightapp.com/ -…

JosephH
- 37,173
- 19
- 130
- 154
0
votes
1 answer
Thingsboard OTA : How to update firmware of the IoT devices via GSM or Bluetooth using Thingsboard?
I am working on a POC project that has following configurations,
Two types of IoT devices : Device with built-in GSM module, Device with Bluetooth Module
A Mobile Phone with Android OS
Thingsboard
I would like to update the firmware of these IoT…

bhimashankar poddar
- 63
- 8
0
votes
0 answers
Can I distribute an iOS app over-the-air from an individual account?
I can distribute an iOS app over-the-air to my own personal phone; however, installing it (using the exact same hyperlink etc.) on any other phone seems to not work.
I am using an individual iOS account; I have a hunch that this is due to the fact…

Lucas
- 16,930
- 31
- 110
- 182
0
votes
0 answers
IOS OTA installation : capture .ipa file instead of installing
I want to direct-download an .ipa file instead of going through itms-service and installing the file on my iPhone. I cannot access the manifest .plist file because it’s dynamically made by PHP and disposed after the installation.
I tried changing…

abdollah zakeri
- 364
- 3
- 11
0
votes
1 answer
iOS Enterprise App distribution OTA
I'm trying to create OTA for my enterprise app. I have created all pre-requisite for the same including signing certificate, provisioning profile. When I use apples standard hyperlink link nothing happens on the device, just blank screen. I've…

Pandurang Yachwad
- 1,695
- 1
- 19
- 29