Questions tagged [ota]

Over-the-air wireless communication

427 questions
1
vote
1 answer

Running BlackBerry application automatically directly after installation

I have written an application that injects some menu items in other BlackBerry applications (for example a "bookmark this page" menu item in the BlackBerry browser). I have configured the application to be run automatically at startup (of the…
jkramer
  • 15,440
  • 5
  • 47
  • 48
1
vote
1 answer

Stop an app from updating itself whilst being used

So I have discovered that an app can be updated whilst the app is in mid-use. My app records a workout and stores values into a local DB before uploading the workout. During the last update, we altered the databases, adding new tables and columns.…
1
vote
1 answer

Any Over the Air xml samples for android devices?

I have searched a looot and could not find any website that shows ota xml samples for android devices. I'd like to know if anyone can post a sample xml or a useful link for android gingerbread and android ics? thanks DETAILS: Many devices get…
Adroidist
  • 544
  • 3
  • 11
  • 23
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
1
vote
1 answer

Apple OTA App Distribution: App Download Issue

i've an issue regarding to manage downloading an App via OTA. This link shows pretty well, how to begin and it's the same i did in the following step: After I created an App in Xcode 4.3.1 for Archiving (Product -> Archive) with a Developer…
NicTesla
  • 1,626
  • 5
  • 21
  • 35
1
vote
2 answers

Is the iOS OTA 50Mb limit applying to all versions of iOS?

I haven't found a clear answer to this after a fair amount of scouring google and answers on here. Our app being a mobile app gets a lot of sales from being able to, on a whim, be downloaded over 3G/Edge/Cellular because it is under the 20Mb limit…
Josh Peak
  • 5,898
  • 4
  • 40
  • 52
0
votes
4 answers

iOS OTA Distribution "unable to download" immediately upon clicking the link

I have an iPad app that we are distributing over the air for QA and Beta testers; we have both a debug and and a release config that we are building. Our build process puts together the website and the PLIST manifest file that that iOS needs to…
Allen Fisher
  • 607
  • 2
  • 7
  • 28
0
votes
1 answer

iOS AdHoc OTA Distribution - Do I need to rebuild and redistribute every time I provision a device?

We have an in-house iOS app that we use for quickly entering time into our time system. It's hosted on an external facing site so that our users can simply point their phone browser to the app to download and install it over the air. The question I…
ashurexm
  • 6,209
  • 3
  • 45
  • 69
0
votes
1 answer

Using itms-services to distribute a web clip OTA

I would like to distribute an HTML5 app as a web clip using the itms-services:// protocol. So far I've seen you can distribute a .ipa application "in-house", using itms-services://?action=download-manifest&url=[your_plist_file], but this seems only…
Chris R.
  • 53
  • 7
0
votes
1 answer

How to keep ipa outside webroot when using iOS OTA to install app?

In the plist we need to mention the URL which is accessible public. Is it possible to keep that out of web root so that no one can hit that path using web browser. This means I want to keep .ipa not accessible through a web URL.
Varun
  • 111
  • 1
  • 3
  • 9
0
votes
1 answer

iPad app fails to install in new device added to Ad Hoc provisioning profile

I am using an enterprise account for deploying an internal iPad app. The app is signed with an adhoc provisioning profile, so far I never used the entitlements file. The app is deployed in a web server and installed via OTA. The customer has some 80…
momo
  • 3,404
  • 6
  • 37
  • 66
0
votes
1 answer

ios over-the-air encrypted profile delivery

I've been going thru the Over-the-Air profile delivery implementation. In the section titled "Creating a Profile Server for Over-The-Air Enrollment and Configuration", in phase 3: Device Configuration on page 25, it talks about delivering the final…
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
2 answers

Streamlining OTA testing on local network

I need to allow an iPad to quickly install an IPA saved on a local network. The solution I am using today is pretty cumbersome: Create IPA Uninstall previous version from iPad Restart iTunes, if running Drag new IPA over to iTunes Sync Populate the…
sinsro
  • 905
  • 7
  • 25
0
votes
0 answers

OTA over MQTT in a ESP8266 board

I want to perform an OTA update in an ESP8266 board using the MQTT protocol. This device isn't in the same network, in fact, it is hundred kilometers away. The idea is to generate the .bin in a server, publish (probably in chunks, I guess) it to the…
Diego
  • 1
  • 1