Hi
I am having a problem installing with QR code through the OTA process. There is another thread opened but there was no answer for it, and that thread was opened for nearly 1 month. So i just want to open another thread to see if there are any one has any idea for fixing the OTA process, as i do quite need the QR installation.
The QR code scans with no problem and direct me to a URL link and it asks me to install the app, and i click install, but then it does nothing on the OTA process.
I am having a problem installing with QR code through the OTA process. There is another thread opened but there was no answer for it, and that thread was opened for nearly 1 month. So i just want to open another thread to see if there are any one has any idea for fixing the OTA process, as i do quite need the QR installation.
The QR code scans with no problem and direct me to a URL link and it asks me to install the app, and i click install, but then it does nothing on the OTA process.
- 74 Posts
- 0 Reply Likes
Posted 5 years ago
- 8261 Posts
- 263 Reply Likes
Hi Clark
When you click on 'Install' did the installation progress show up on the device screen? If not then common problem is as below;
1- Cert is not adhoc or development
2- Cert have already expired / revoked
3- Device is not registered or is not included when generating .mobileprovision file.
If you want to investigate further then use console output to look for possible culprit. Here is the step: https://developer.apple.com/library/ios/qa/qa1747/_index.html
Please check again
When you click on 'Install' did the installation progress show up on the device screen? If not then common problem is as below;
1- Cert is not adhoc or development
2- Cert have already expired / revoked
3- Device is not registered or is not included when generating .mobileprovision file.
If you want to investigate further then use console output to look for possible culprit. Here is the step: https://developer.apple.com/library/ios/qa/qa1747/_index.html
Please check again
(Edited)
- 74 Posts
- 0 Reply Likes
This reply was created from a merged topic originally titled Ipad IOS 8.1.3 Does not install over QR, but install when Itune connected via lap....
I am having a problem installing the App via QR code, everything works well when i install via itune.
But when i scan the QR code, it prompts me a install/Cancel, i click install,the window got redirected then nothing happens. It is not installed.
I am installing it on an Ipad ios 8.1.3
I made sure i use the development provisioning. Not sure what else is wrong, because it works when i load it via itune with cable connected.
I am having a problem installing the App via QR code, everything works well when i install via itune.
But when i scan the QR code, it prompts me a install/Cancel, i click install,the window got redirected then nothing happens. It is not installed.
I am installing it on an Ipad ios 8.1.3
I made sure i use the development provisioning. Not sure what else is wrong, because it works when i load it via itune with cable connected.
Brett, OFFICIAL REP
- 547 Posts
- 54 Reply Likes
hi clark,
what is your app id?
what is your app id?
- 8261 Posts
- 263 Reply Likes
Hey guys
I have created bug report below. Kindly remark or provide step to reproduce for engineers to work on.
https://github.com/phonegap/build/issues/410
Thank you and sorry for any inconveniences causes.
I have created bug report below. Kindly remark or provide step to reproduce for engineers to work on.
https://github.com/phonegap/build/issues/410
Thank you and sorry for any inconveniences causes.
- 70 Posts
- 9 Reply Likes
Thanks, I've posted there the steps to reproduce.
ryan, Developer
- 1538 Posts
- 132 Reply Likes
If someone who is experiencing this issue could check their device log via XCode, it would really help us out. Haven't been able to reproduce on our side.
- 70 Posts
- 9 Reply Likes
Thanks, I've just posted the device log output in the Github issue:
https://github.com/phonegap/build/iss...
https://github.com/phonegap/build/iss...
- 70 Posts
- 9 Reply Likes
I've done some tests, and here's what I found from the device logs in an iPhone 5 with iOS 8.1.1:
1) When the app fails to install, a "LoadExternalDownloadManifestOperation" warning is shown in the device log and nothing more is displayed in the log. It just stops there. Here's the full warning I got for 2 different apps that I couldn't install via OTA:
Mar 13 14:16:27 iPhone itunesstored[82] : LoadExternalDownloadManifestOperation: Ignore manifest download, already have bundleID: com.tercercielo.happykids
Mar 13 14:18:30 iPhone itunesstored[82] : LoadExternalDownloadManifestOperation: Ignore manifest download, already have bundleID: com.aplimovil.revista
2) There are some apps that I can still install via OTA, in those cases, I get the following output in the device log:
----------
Mar 13 14:19:45 iPhone itunesstored[82] : LaunchServices: installing placeholder for com.abc.4kids
Mar 13 14:19:46 iPhone installd[440] : 0x581000 -[MIClientConnection _doBackgroundInstallationForPath:withOptions:completion:]: Install of "/var/mobile/Library/Caches/com.apple.itunesstored/AppPlaceholders/-4017014723613593092.app" type Placeholder requested by itunesstored (pid 82)
Mar 13 14:19:46 iPhone installd[440] : 0x581000 -[MIInstaller performInstallationWithError:]: Installing
Mar 13 14:19:46 iPhone installd[440] : 0x581000 -[MIInstallableParallelPlaceholder performInstallationWithError:]: Installing parallel placeholder
Mar 13 14:19:46 iPhone installd[440] : SecTrustEvaluate [leaf CriticalExtensions IssuerCommonName]
----------
Also, we've just tested on the same iPhone after upgrading to iOS 8.2 and the problem is still present, and the device log output is the same.
1) When the app fails to install, a "LoadExternalDownloadManifestOperation" warning is shown in the device log and nothing more is displayed in the log. It just stops there. Here's the full warning I got for 2 different apps that I couldn't install via OTA:
Mar 13 14:16:27 iPhone itunesstored[82] : LoadExternalDownloadManifestOperation: Ignore manifest download, already have bundleID: com.tercercielo.happykids
Mar 13 14:18:30 iPhone itunesstored[82] : LoadExternalDownloadManifestOperation: Ignore manifest download, already have bundleID: com.aplimovil.revista
2) There are some apps that I can still install via OTA, in those cases, I get the following output in the device log:
----------
Mar 13 14:19:45 iPhone itunesstored[82] : LaunchServices: installing placeholder for com.abc.4kids
Mar 13 14:19:46 iPhone installd[440] : 0x581000 -[MIClientConnection _doBackgroundInstallationForPath:withOptions:completion:]: Install of "/var/mobile/Library/Caches/com.apple.itunesstored/AppPlaceholders/-4017014723613593092.app" type Placeholder requested by itunesstored (pid 82)
Mar 13 14:19:46 iPhone installd[440] : 0x581000 -[MIInstaller performInstallationWithError:]: Installing
Mar 13 14:19:46 iPhone installd[440] : 0x581000 -[MIInstallableParallelPlaceholder performInstallationWithError:]: Installing parallel placeholder
Mar 13 14:19:46 iPhone installd[440] : SecTrustEvaluate [leaf CriticalExtensions IssuerCommonName]
----------
Also, we've just tested on the same iPhone after upgrading to iOS 8.2 and the problem is still present, and the device log output is the same.
- 38 Posts
- 1 Reply Like
Same problem. iOS builds only install on new devices. Older (not much) ipad mini, ipad 2, etc. won't install. I have an ipad air 2 - no problem installing a build.
YES - the certs are in place. YES - the provisions are correct. YES the UDID's are proper. Please no suggestions of the obvious.
This IS A MAJOR ISSUE with either PhoneGap Build or Apple or both in regards to compatibility. EVERYONE without a brandnew apple iOS device I've certified and provisioned has the same problem -
Recognizes the app, attempts to load, (either in iTunes or phonegap download) and hangs up near the end - just spinning, or a persistent "INSTALLING" message.
YES - the certs are in place. YES - the provisions are correct. YES the UDID's are proper. Please no suggestions of the obvious.
This IS A MAJOR ISSUE with either PhoneGap Build or Apple or both in regards to compatibility. EVERYONE without a brandnew apple iOS device I've certified and provisioned has the same problem -
Recognizes the app, attempts to load, (either in iTunes or phonegap download) and hangs up near the end - just spinning, or a persistent "INSTALLING" message.
Related Categories
-
PhoneGap Build
- 15111 Conversations
- 275 Followers






clark ho
Yer my Cert is development, and i just created it like 20 mins before the installation, and i registered the device as well. Cos it installed with no problem via a cable through itunes, it just won't install when i scan the QR code.
If the Cert isnt development or expired, or the device isnt registered then it shouldnt install at all right even via Itunes.
Amir
Nothing wrong with QR link from my end. Please try Bakodo once again. Ignore 'connection not established' message.
IMPORTANT NOTE: Ensure Safari is your default web browser.
Ab Lopez
clark ho
RubenR6
clark ho
Brett, OFFICIAL REP
i notice the cert you used is a distribution cert. for ota it has to be a development cert.
Ab Lopez
Sorry to intervene, but OTA has always worked for ad-hoc distribution certs for me and everyone here... until iOS 8.1.2
RubenR6
clark ho