Over-the-air wireless communication
Questions tagged [ota]
427 questions
0
votes
1 answer
UICC with OTA vs mobile app using web-services with https
The question would be much clearer when use a concrete e.g,
Lets say I need to topup my mobile , I have two options
top up using sim services [UICC with OTA]
top up using a mobile-top-up-app (a hypothetical mobile app) [web-services https ]
my…

nish1013
- 3,658
- 8
- 33
- 46
0
votes
1 answer
error net_rim_bb_browser_field_api when download blackberry file
I had this error when downloading a blackberry app from a webserver, as I make the user download it over the air:
this appication requires the following module : net_rim_bb_browser_field_api
I had created my app with blackberry - eclipse and…

Myworld
- 1,861
- 16
- 45
- 75
0
votes
1 answer
iOS Developer Enterprise Program can be used for OTA?
In the Apple Developer Portal I have used an In-house Provisional Profile for distribution.
Now our license has been renewed with the iOS Developer Enterprise Program, and I get this error when updating my app.
Can the iOS Developer Enterprise…

Nithinbemitk
- 2,710
- 4
- 24
- 27
0
votes
2 answers
Having troubles executing HP ALM test suite remotely
I am attempting to invoke a test suite in ALM programmatically. I have no issue running the specified test suite on my local machine when I execute the code (when my machine acts as a test runner). I run into an issue however when I attempt to point…

Tony D.
- 551
- 1
- 10
- 26
0
votes
1 answer
xcode distribute the ipa with "in house" method
xcode distribute the ipa with "in house" method,and then I deployit in OTA and ios devices install it from safari.The first time I open the app running time will be prompted“whether to allow a certain company",how to remove it?
0
votes
1 answer
OTA install of app (jailbreak) doesn't work
I have made an app in Xcode (without a developer certificate, so for jailbroken devices).
I tried to make an over the air (itms) install with it, but when I try to install it always say:
Unable to Download MyApp …
I tried to install the ipa file…

eds1999
- 1,018
- 2
- 12
- 26
0
votes
1 answer
Android - WIFI Configuration OTA using URL
I need to deploy OTA WIFI configuration on Android devices.
For example, by deploying an XML file on a Web server accessible by an URL from the mobile. Do you have any idea on how to proceed?
On iOS devices, we just need a configuration…

Spawnrider
- 1,727
- 1
- 19
- 32
0
votes
1 answer
How to link to an .ipa file (over the air ios app installation) using django and STATIC_URL?
I have a django server set up in development. It is basically the simplest "app store" you can imagine. I can now finally serve up static images using STATIC_URL as the prefix.
I however have failed to be able to enable over the air installation of…

user798719
- 9,619
- 25
- 84
- 123
0
votes
1 answer
SOAP PHP issue "Encoding: object has no 'schema' property"
I am trying to call web service via SOAP. I feel that the PHP request looks about right. Below is the SOAP PHP code and, the XML. Please let me know what may be wrong. I technically keep getting response of object has no property.
This is the error…

Mike131
- 19
- 1
- 7
0
votes
1 answer
How to access HP QC(Quality Center 10.0) from Java Application
I am working on java aplication, and i want to access HP QC(10) ALM from my java applicatoin,so that i can access all TestSet Folder,Test Set and Test from HP QC. What are tha APIs excluding REST APIs, since REST APIs does not support for QC 10,Does…

Kamal
- 11
- 1
- 8
0
votes
1 answer
Using Apple OTA Guide to make RUBY MDM solution
I have been trying to follow apples guide but do not know much Ruby can any one show me an example of getting the link to the Certification Authority on the Root Page Working i have the SSL Server working and have created the certificates but im…

john
- 1
0
votes
2 answers
OTA is only available for enterprise account?
I have an apple individual account($99). Is it possible to let my client test the app by OTA? Thanks. I mean just give him a link http://www.xxxx.com/app.html

TK189
- 1,490
- 1
- 13
- 17
0
votes
1 answer
Any one know is there any possible to change the alert msg "loqi.me would like to install 'Geoloqi'" while install the .ipa file using OTA method
Any one know is there any possible to change the alert msg "loqi.me would like to install 'Geoloqi'" while install the .ipa file using OTA method.
Check the Screenshot image

kumaresh
- 61
- 6
0
votes
1 answer
Why is Settings.bundle causing iTunes/adhoc to say my iPhone App is not valid?
Any time I have an app with a settings bundle it will not install OTA or through iTunes. It will work fine on the device under a dev cert but ota or iTunes or installing through organizer fail with a dist cert.
My settings bundle has a single toggle…

malaki1974
- 1,605
- 3
- 16
- 32
0
votes
2 answers
iOS Adhoc Distribution OTA: Bundle version in plist
I am distributing my .ipa via Xcode 4.5 archiving mechanism over the air to my testers. Found out, that earlier the automaticly generated plist-file contained the bundle-version of the current build.
I'd like to get this bundle-version into my plist…

Sascha Manuel Hameister
- 966
- 5
- 28