unable to download app ios 7.1.2 - ios

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.

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.

Unable to install ad-hoc distribution .ipa file using Iphone/ipad

I unable to install the my app using the ad-hoc process previouly it used to work and the weird problem im getting is im entering udid's of each device and sending ad-hoc app to that person from past few days whats happening is even though i am adding udid and downloading the provisonal profiles and updating it also the newly added udid are not embeded in it ?
Hello #Madpop If you are using Signing in certificates automatically then try it manually and select the newly downloaded provisioning profile in Xcode targets.

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.

Unable to install the app in iPhone for testing. Because of UDID issue

When I try to added the device UDID In the developer account loader has come for 30 min and got hang. When I logged in back to developer account device was added in the list.
I have added the device to Provisioning Profiles but unable to install the app in iPhone. Please help me to resolve the issue.
Are sure that you used correct mobile provisioning profile? Maybe you added UDID in portal but used old provision for the new build?
To check it you can:
unzip .ipa-file you are trying to install
After this open package with content of app
Open file embeded.mobileprovision
Check if UDID of your device is listed inside this file (using text search)
If it is missed then you should rebuild your app using new provision profile from Developer Portal.
Did you make you iPhone for developing in Device Organiser? Anyway you should check in your Developer Account whats wrong. Check certificates etc.

.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