Phonegap build ipa not installing on 4S - ios

What I Did:
I have made an app for iphone using phonegap and signed it with distribution certificate and ad-hoc provisional profile.
Problem Statement:
In iTunes when i click on install and sync, it shows installing. But even after half an hour it will not install.
UDID of my device is present in provisional profile. What am i missing?
Thanks in advance

I do not know the answer to your question directly... I don't use itunes to load the app to a phone.
I think you should be using xcode to test the app on the phone...
Alternatively... you would use with phonegap build https://build.phonegap.com/ - just upload the certificate and a zip of your files... scan the qr code on your device and it will load!

Related

Unable to install Adhoc Distribution iPA Xamarin iOS

I created new distribution certificate and added my device UDID, and then created Adhoc provisioning profile that contains my device UDID using distribution certificate that created right now.
I think there is not any wrong in this step.
After that, I made new iOS build(from Xamarin Forms project) with above certificate and provisioning and save Adhoc ipa to my MAC.
I tried to copy it to my device via itunes 12.7 but it's failed to install it.
It shows me following error message "Unable to install [App Name]."
So I tried to download that ipa from Diawi but it's also failed and shows me "Unable to download, please try again later".
I have been trying to fix this issue for full 2 weeks but I couldn't find any solution.
Please help me to fix if someone faced same issue in the past.
Any suggestions are also much appreciate.
Thanks.
Hit your diawi link in Mac's Safari browser and check whether your Device ID is present in build. You can check in Provisioning Devices section.

Beta iOS app distribution problems

I have an app ready and I want to test the beta in some external devices. I am using the correct bundle id and in the iTunes connect page I created a certificate , added the devices and then created an ad-hoc provision profile. I opened it on Xcode and then archive the app and export it. I used Diawi and Ubertesters for the app distribution but in both cases I get "Unable to download app". I am missing something ?
Most probably the issue is connected to the device provisioning. Please make sure you've added your device UDID to the provisioning profile and sign your .ipa file with it. Once the newly signed up build is uploaded to Ubertesters, please try to install it on your device.

.ipa file stuck on installing on iphone

I seen some answers in google but am not getting proper solution.I am trying to install my ipa file in my iphone but it's stuck on INSTALLING.
Am using Xcode 6.1.1 with iOS 8.1
My iphone is 8.1.2 version
My questions are ?
1. Which profile can i use for deploy ipa file into real device Development or distribution.
2. It is necessary to add real device in to member center for installing ipa file.
3. Before click on archive how can i fill my Xcode Code Signing Identity and Provisioning Profile fields.
Which profile can I use for deploy ipa file into real device Development or distribution.
===> both devlopment and distribution could use for deploy ipa file
It is necessary to add real device in to member center for installing ipa file.
===> yes. you must add device udid to profile devices list. follow this link to see how to config provisioning profile
Before click on archive how can i fill my Xcode Code Signing Identity and Provisioning Profile fields.
==> you could follow this link to archive
or you could follow App Distribution Quick Start
Steps to install IPA file on IOS.
Download (https://pangu8.com/sideloadly) Sideloadly.
Now connect your iphone to your PC.
After connecting your iphone to your pc the iDevice should be auto detected.
Now enter your apple account and select IPA by brosing to your pc.
Click on start button.
Enter your apple account password.
You should see the app install in your iphone.
If you see untrusted developer error then go to setting of your phone.
Select device management and click on trust developer.

unable to download app ios 7.1.2

i have developed an app but i face issue when i make a build for adhoc, it successfully run on my own device with iOS 7.0.1 every time but when i want to run on iOS 7.1.2 it give prompt message "unable to download app" i have tried very much, but unable to solve this issue till yet.I have implemented bar code scan in this app, I have developed on both development and distribution provisioning profiles. i have correct UDIDs and everything is ok. What should i do? Any suggestion, Please help. I usually upload ipa file to diawi.com
Edit adhoc Provisional Profile or create new Provisional Profile.
Select all devices that you have in apple account.
Download certificate and double click to install.
Create new .ipa file to install.
Hope this will work.
Problem might be about the provision profile. I had a similar problem but then i recognized i didn't download provision file again after i added UDID of the phone. So the provision file I was using wasn't containing this new phone UDID. After downloading provision file again i replaced the old one with the new one, then problem solved.

.ipa from phonegap build wont install on iphone

I have a Phonegap app build for iPhone and iPad. I followed below steps and was unsuccessful,
Downloaded .ipa file from build.phonegap.com.
Drag and dropped on iTunes. Clicked install and it shows Installing.
Then I pressed sync button.
But the app never opened on the device.
I am able to install on iPad but not on iPhone. It is running successfully through Xcode on iPhone and iPad.
Please guide me to install on iPhone.
You have to check below points:
1. Check UDID of the iPhone added in your provisioning profile.
2. If added, then download the provisioning profile and make build with the refreshed provisioning profile.
I used the blog https://www.iandevlin.com/blog/2012/11/phonegap/building-an-ios-signing-key-for-phonegap-in-windows to generate the keys, .pem and .p12 files that are required to create a certificate.
The steps to download required certificates from developer.apple.com are followed from another blog http://www.tuladhar.net/story/first-time-use-with-ios-and-phonegap-step-by-step-guide/.
After including the generated .p12 and .mobileProvision files in build.phonegap.com, I rebuild the app and installed it on my registered iPad device. Note: in my apple account, I registered the UDID of my iPad device.
Check that your ios certificate has not just expired. In that case you have to create a new one to enable your provisioning profile and update your phonegap build signing key.
This was happened with me once and problem was that I had not correct development certificate and provisioning profile so I used WildCard Provision Profile and and development certificate which look like below in keychain and in Member Centre . I downloaded this Development Certificate and made p12 file from it and added new key with this p12 file and my Wildcard Provisioning Profile and Thats it I solved it. I think this will be Helpful
I know this is old, but I had a similar issue. The difference was I don't think I saw an "Installing".
What corrected it for me was simply restarting the phone. After I restarted the search still did not pick up the application until about 30 secs in. Updates seemed to work fine after this

Resources