.ipa file stuck on installing on iphone - ios

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.

Related

IOSApp unable to install

I try to deploy an app for my company use. So I do Product->Archive, select the good distribution cert/profil. I upload the file on the web, make the link to the manifest.plist to .ipa and then I try to install it on my ipad but ... unable to intall:
UPDATE: I don't want to install it directly on a Ipad, but download it from an url with the ipad and I'm using entreprise developper program and it work if I directly build it for the ipad
Here the ios console Log :
I find strange that in the log after
INVALID >> { 642AFE.... this number is not the same there is in my
ipa filename.
I also find strange to get many plist file (distribution, export ...) .
Here the folder i drop to the server :
Does anyone have some idea ?
thanks by adavance
If you are using the normal developer account then to install the application in device(either directly or from any third party sites) you have to sign the archive file either with development profile of AdHoc distribution profile. Here if you have selected the Appstore distribution certificate and profile then the application will not be able to install in any device.
If the device's UDID is added to the profile(development or AdHoc distribution) then you can install the app directly using Xcode or via an URL.
If you are using the enterprise program and the application is signed with the distribution certificate and profile then the application can be install in any device regardless of the existence of UDID in the profile.
Please check the profile when you are archiving the ipa.
Hope this helps you in some way.

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.

Install .ipa with iTunes 12.3

I would like to install an application that I exported as .ipa with Xcode. I exported the file with Xcode 7 Beta and without Apple account developper.
I followed several tutorial to install the application on my iPhone (connecting the device - click on intall - sync)
But it does not. I is not an error message, but the application will not install in full. Loading goes well, and at the time of application installation, everything stopped, and the logo is clouded.
iTunes or the iPhone do not say anything to me about an error eventual.
When I click the application (grayed) iPhone triggers an alert "can not open -titleApplication-" with two options: Cancel or repair.
I exported the file with Xcode 7 Beta and without Apple account developper
That's a bug in Xcode, then. I'm surprised it allowed you to do that.
You cannot export without a developer account, because you need a distribution profile. For example, you could export as an Ad Hoc Distribution build linked to your device, and you could then install the .ipa file through iTunes - but to do that, you would need an Ad Hoc Distribution profile, and you can't obtain one without an Ad Hoc certificate and identity, which required a developer membership.
You can, without a membership, hook your device to your computer and run your app on that device - that's a new feature in Xcode 7. But you cannot usefully export anything without a membership.

Phonegap build ipa not installing on 4S

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!

Ad hoc .ipa is not installing using iTune

I have developed app on iOS sdk 6.1,i code sign it using distribution provisioning profile and certificate,it deployed on device using xcode.Even i can install it using link genrated by Link
But when im installing the same ipa from iTune,a message box pop up with massege "The app was not installed on the iPhone because it is not compatible with this iPhone! "
Please help me to install the app using iTune
This message what you got, its because the device is not registered into the provisioning profile. Every devices's UDID must be registered into your Distribution Ad-Hoc provisionin profile.
Step by Step:
Register all devices into your profile.
Make a Discitribution Ad-Hoc profile on apple's developer page with the right bundle ID, and check all devices which you want.
download this profile, and add to Xcode
Go to product => archive and after distribute
in discribute chose Ad-Hoc distribution, and I recommend you to save the IPA file to the desktop.
now you got the Ipa file, double click on it
iTunes will open, and there click on the phone what you want to synchronize, and under applications you will see your App.
Click on the "Install" button next to your App
next syncronize your iPhone, and your app will be installed successfully

Resources