Questions tagged [over-the-air]
71 questions
3
votes
2 answers
App Over-The-Air Installation with HTTPS not working
I know that in general installation via HTTPS is working but somehow it doesn't in my Environment.
The itms-service link is HTTP as far as I understood:
itms-services://?action=download-manifest&url=http://' . $_SERVER['SERVER_NAME'] .…

spankmaster79
- 21,555
- 10
- 42
- 73
3
votes
2 answers
How to generate OTA SMS for SyncML configuration
I need to generate and send SyncML OTA SMS. I have sms provider that can send binary sms. But I'm kind of stuck in OTA spec and will be really happy if you point me to any of these:
An open source tool that can generate OTA sms out of some…

Maxim Ananyev
- 690
- 6
- 13
3
votes
2 answers
Upload ipa in google drive
My requirement is, If I upload an ipa file in google drive or share point then the tester should be able to install the ipa in his device from drive with out using iTunes . Is it possible? I can achieve this by deploying the ipa, plist and…

jailani
- 2,260
- 2
- 21
- 45
3
votes
3 answers
Over-the-air installation failed from time to time
We used over the air iOS application distribution. All our ios apps can be installed over the air by our customers and testers.
Sometimes we have problems with the installation process. Few times my collegues noticed they are unable to install…

jaromudr
- 151
- 8
3
votes
2 answers
Google Plus Over the Air installs via server-side oauth
Google released nice feature called Over-The-Air Installs. But documentation has example only for google's sign-in button.
Checked Google API PHP Client and it doesn't have anything related. Tried adding apppackagename and app_package_name to…

mente
- 2,746
- 1
- 27
- 33
3
votes
1 answer
iphone over the air in house distribution not downloading on devices via the web site
Setup everything looks good, certs, provisions, etc. App starts to download and then get the message...
App could not be installed at this time.
Here is what we are getting on the console.
Everything looks good on the certs, etc. AD HOC works…

ort11
- 3,359
- 4
- 36
- 69
2
votes
2 answers
Why are some files not correctly installed when installing via TestFlight?
I distribute my iOS apps to my client with TestFlight for beta-testing.
The problem is that we both experienced weird problems/behaviors with these apps when installing from TestFlight, which were fixed when uninstalling/reinstalling the apps (still…

Mick F
- 7,312
- 6
- 51
- 98
2
votes
1 answer
code signing in xcode 4: options grayed out & unavailable for Target, not so for Project. Why?
I am so very tired of wrangling around with XCode 4's quirk's with regards to code signing. In my project, I have a developer certificate and a distribution certificate. I have 2 distribution provisioning profiles set to the distribution…

jdb1a1
- 1,045
- 1
- 13
- 32
2
votes
0 answers
How bypass integrity error during OTA install of an IPA file?
I am currently working on a project allowing me to upload IPA (iOS) files to s3 bucket in order to install them on my iPhone using Over The Air (OTA).
The index.html file include the following link:

RegisS
- 21
- 2
2
votes
0 answers
Secure the IOS enterprise IPA file by preventing direct downloads
This company which I'm working with wanted to have their IOS application in-house based rather than distributing over the general App store. So I built a simple html page with a button to download the application to user's iPhone. this button…

Ramesh Jaya
- 671
- 1
- 10
- 16
2
votes
0 answers
Google Over the Air installs server side flow redirect uri parameters are incorrect
I have implemented google over the air installs using server side flow as mentioned in google's documentation:
https://developers.google.com/identity/sign-in/web/server-side-flow
The client-side authentication is successful, but when I try to set…

amala.devi
- 21
- 1
2
votes
1 answer
.ipa install over the air
Is it possible to have any url in the manifest.plist, for the feedback to know if the .ipa is installed on the device by the url or I have to write that call in the app?
I know about Crashlytics, and such apps.
Thanks

user762532
- 140
- 6
2
votes
1 answer
iOS 9 XCode Export without Provisioning Profile - Developer Deployment/Adhoc
I've always only been able to "side load" my app on others phones by obtaining their UUID, adding to devices and selectin to be part of the provisioning profile. Have been doing this through over the air deployment via a website. That's all worked…

aherrick
- 19,799
- 33
- 112
- 188
2
votes
1 answer
BlackBerry: is it possible to download application from a website (Over the Air) ?
I want would like to make my BlackBerry application available for download through a website using the BlackBerry browser. Is this possible?

MohammedYakub M.
- 2,893
- 5
- 31
- 42
2
votes
1 answer
Not able to add Google Plus Page ID to Developer Console
Adding my Google plus page ID to developer console throws following error:
The Google+ Page ID does not exist. Please make sure you do not link to a profile ID.
Even though the page ID is correct and the url 'http://plus.google.com/' works…

Gunjan
- 1,177
- 2
- 11
- 22