Over-the-air wireless communication
-4
votes
0answers
20 views
Is that possible to setup Android settings via “Over the Air” way? [closed]
I am researching a possibility to setup settings on Android device by wireless way, using SMS. This way is known as OTA (Over the Air).
So, the idea is to send SMS to Android device, and let device ...
-4
votes
0answers
24 views
Is that possible to setup Android settings via OTA? [closed]
Is it possible to setup following settings on Android 4.2 via "Over the air" SMS?
1. SMS settings
2. APN settings
3. Email settings
0
votes
0answers
20 views
ITMS Installation of IOS Applications
I just wanted to confirmed my experience with OTA installation of iPHone applications
For the users who use OTA (especially in enterprise situations) do you get failure of installation sometimes? ...
0
votes
1answer
21 views
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 ...
0
votes
0answers
9 views
iOS application OTA installation issue
I have created an app with a enterprise distribution profile and I am able to install the app to an iPad using the iPhone configuration utility.
When i try to use the same ipa and build the OTA ...
0
votes
1answer
60 views
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 ...
0
votes
0answers
45 views
I am accessing QC API through OTA but after deployment it says “Unable to connect to HPCQ server”
The code works perfect in debug mode but after getting deployed and running it gives error "unable to connect to HPQC server". Following are the details:
I am using QC 10.0
I have used OTA API and ...
0
votes
0answers
92 views
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 ...
0
votes
2answers
105 views
Do different versions of iOS require different methods of iOS over-the-air distribution?
I have created an iOS app with Cordova targeting iOS 4.3 and up. I am using enterprise OTA to distribute the app. The app is installed on a server with a link to the plist file as follows.
<a ...
1
vote
1answer
116 views
enterprise app distribution using OTA give error message in safari?
We distributed our enterprise app using OTA. When we open "App download URL" first time in iPhone browser it show "would you like to install app" alert.
if User is tap on cancel button and re-open ...
0
votes
1answer
288 views
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 ...
0
votes
1answer
125 views
How do I distribute ad hoc OTA apps without the .mobileprovision?
I followed a set of instructions from multiple sources about how to deploy apps ad hoc without the need for itunes; however, I ran into a discrepancy. I got the necessary distribution certificate, ...
1
vote
0answers
102 views
android app not able to get GPS until phone restarts
I am getting multiple reports from users that they can't get GPS or location services in my app until they restart their phone, and then everything works no problem.
I only get a limited sample of ...
0
votes
2answers
83 views
Remote update app on multiple devices NOT using Playstore
I'm trying to find a solution to do a remote update of an APK to 80 tablets. This should preferably be as automated as possible and if this can happen completely in the background without any user ...
0
votes
0answers
469 views
download and install .ipa file for over the air distributiopn of iOS app [closed]
I want to distribute my ipad application through Ad Hoc distribution. I have generated the .ipa file and the .plist files. I have them packaged in an enterprise application running on websphere ...
0
votes
0answers
105 views
MDM: iPhone: Clear Passcode Command Not Working
I am facing issues to execute clearpasscode command for certain devices only.
I am getting the below error:
mdmd[608] <Warning>: MC|Attempting to perform MDM request: ClearPasscode
mdmd[608] ...
0
votes
0answers
167 views
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 ...
2
votes
5answers
757 views
iOS Ad-Hoc OTA distribution works for iOS 6 and fails with iOS 5
I'm having trouble with over the air (OTA) distribution for my Ad-Hoc builds.
Building a universal iPhone/iPad app with base SDK 6.1, deployment target 5.0, architectures armv7 and armv7s. The very ...
0
votes
0answers
84 views
How to provide the iOS OTA install Process with a client certificate?
I've built an iOS app and created an .ipa archive and the plist file. I deployed both files on an Apache2 Webserver. The thing is that a client needs a client certificate to get through the Apache2.
I ...
2
votes
1answer
197 views
iOS OTA install not registering custom URL scheme
For one of our clients, we have developed an OTA app store for distribution.
To enable testing if the apps are installed, in each of the apps I wrote, I added two custom URL schemes: one that's just ...
0
votes
0answers
272 views
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 ...
1
vote
1answer
110 views
Enterprise iOS App distribution - which chars are legal in the app install URL?
I've been experimenting with which chars in the "Application URL:" field prevent an OTA installation from being triggered at all when deploying enterprise apps off of a manifest link.
I'm trying to ...
0
votes
1answer
151 views
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 ...
2
votes
1answer
54 views
Blackberry SecurityException : This token was registered by a different module and therefore the operation is not allowed
When I install app via OTA it work correct, but when I install app with Standard installation method, I get SecurityException after application start:
guid:0xBEF92E11214401C3 time: Sat Dec 15 ...
-1
votes
3answers
378 views
Installation issue with iPhone 5 with iOS 6.0.1 and xcode 4.5.2
We have been facing a special scenario for the last week and can not find any solution for it. Here is our configuration info:
Development tool
Xcode 4.5.2, iOS 6.0.1, deployment target 5.0, universal ...
0
votes
0answers
136 views
Upgrade VIA Google Play or upgrade VIA adb install -r? are they the same?
We're testing our database migration from version 1 of our application to version 6. We test every version along the way... with this in mind we'd like to speed things up.
How does upgrading work ...
1
vote
1answer
266 views
iOS MDM enrollment using OTA
I am following Apple's guidelines for creating an MDM server, and I want to distribute the MDM profile in OTA. Apple's guidelines for OTA consist of 3 steps:
authentication
SCEP
device configuration ...
0
votes
2answers
59 views
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
3
votes
3answers
892 views
Ad-hoc distribution fail
I work for a big company, and I'm developing an iOS app for iOS 5+. The only way the app will be distributed will be through ad-hoc deployment.
I have had my own server for some time, hosted by ...
0
votes
3answers
889 views
OTA Enrollment: MDM and SCEP
Three phases in OTA
Phase1: Collect required information via a simple initial configuration profile.
Phase2: Return a configuration profile with SCEP payload configured
Phase3: Return a ...
0
votes
1answer
33 views
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
4
votes
2answers
390 views
Phonegap Build ad-hoc OTA
Context:
I am using Phonegap Build to build an .ipa file for ad-hoc OTA distribution (for beta testers). I added a new key to my Phonegap build profile (this is a proof-of-concept thing for my ...
2
votes
1answer
142 views
iOS app not updating properly through OTA Enterprise Distribution
I have an iPad application that is distributed to a client via OTA Enterprise Distribution. The app is distributed and installed with no problem on the client's iPads. The problem occurs when they ...
0
votes
0answers
127 views
Ad hoc distribution Plist file
I want to read the plist file used for ad hoc distribution in my code after downloading the app. Is there a way to do it?
Also I wanted to know whether there is a way to know where an iphone app was ...
4
votes
2answers
333 views
What are supported device attributes on iOS during enrollment phase?
I'm installing configuration profile using over-the-air (OTA) enrollment. What are supported device attributes on iOS during first phase payload?
I'm sending sth like:
<plist version="1.0">
...
1
vote
2answers
295 views
Jenkins + HockeyKit
I'm developing iOS/Android apps. And I want to use Jenkins + HockeyKit to deploy my applications. I want to host HockeyKit on my server. Is this good idea? Can you tell more open source alternatives ...
1
vote
1answer
334 views
get mac address from mobileconfig on iOS device
I'm trying to see if I can get the mac address of iOS devices via the mobileconfig OTA process similar to this post here: Getting a device UDID from .mobileconfig
I've tried adding
...
-1
votes
2answers
165 views
OTA development build distribution of iOS app
I am trying to wirelessly distribute a dev build. I have been able to successfully accomplish this but with one problem. My app has requires WiFi so it has "UIRequiresPersistentWiFi" key set to true ...
1
vote
1answer
440 views
MDM OTA enrollment for iOS devices
I am trying to develop and distribute an iOS app in an enterprise. I came across this in iOS docs - Deploying iPhone and iPad MDM. In this article, it specifies that OTA enrollment can be performed ...
0
votes
0answers
85 views
Adding update to a app (Phonegap)
I have built an App using Phonegap.The App contains three icons on the home screen.For specific users i would like to roll an update which adds one more icon without disturbing other content.This icon ...
0
votes
0answers
119 views
How do I add Header Parameters in Enterprise Plist URL work for itms Service (OTA) in iOS
I want to download app through OTA, .Plist file for which is kept at the server which has some setting like I have to add the header parameters in Plist URL on it.
...
0
votes
1answer
59 views
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 ...
0
votes
0answers
94 views
Modify iOS Settings over the air without user action [closed]
I would like to know if it is possible to modify iOS settings like Wi-Fi, Location Services etc. over the air without user action. I understand it is possible using MDM at an enterprise level. But I ...
0
votes
1answer
445 views
Android Over the Air (OTA) installation
I have developed an android .apk file and I need to put it on my website for OTA installation (For some reasons, I cannot put it on Android Market). The idea is, I will send sms with the link of .apk ...
3
votes
1answer
547 views
Installing Android app through OTA service
I have developed 5 android applications and generated the 5 apk files with same keystore. Of the 5 apps, one app is the home app which contains a common database. All other apps are accessing the ...
0
votes
0answers
22 views
How do I get some notification or control on my application when an app is successfully installed using OTA
I have to download and install some application from some server on my iphone within my app by clicking a button.
The installation is happening successfully, for which I am using OTA. After that I ...
1
vote
2answers
316 views
iOS6 Mobile Configuration CA Chain Change
I used this page: iOS mobileconfig walkarounds to setup my mobile configuration profile on iOS. I had my SSL certificate/CA linked up with it.
All of a sudden iOS6 makes the profile show up as "Not ...
0
votes
0answers
75 views
enterprise app, over the air updates. any way to get to callback methods from Apple's automatic alert
I have an enterprise app and have everything set up for updating the app over-the-air. I send the link to the manifest plist and get the automatic notification from apple, requesting the user to ...
1
vote
1answer
183 views
iPhone Adhoc OTA download error
I have developed a OTA app which I can able to download to my iPhone and iPad devices(version 3gs) through Adhoc over the air.But when I am tring to download to some other devices other than ...
0
votes
0answers
16 views
Older xib showing up when I archive for ad-hoc, but not when I build for debugging
This one is really stumping me. I have my app ready to go and it installs in both the simulator and on the device exactly as I expect with my current xibs. Life is good. However, when I archive and ...


