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

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.

Related

Cannot deploy iOS app to app store or actual device despite working provisioning profiles

I previously released my app to the iOS store but my certificates expired and so I created new certificates and profiles. I am using Xamarin Forms on Windows with a paired Mac. Everything is up to date.
I followed all of the steps in this answer already: Could not find any available provisioning profiles for iOS
I am able to see my provisioning profile in Xcode and release the project there with the same bundle identifier as my Xamarin project. It even works when I use Automatic Provisioning and a device simulator. But, when I run either Automatic or Manual Provisioning and try to deploy to an actual device I get the same error "Could not find any available provisioning profiles on iOS".
Any help would be greatly appreciated. Thanks!

Device UDID is already present in my developer account still getting the error as waiting for developer in firebase and fastlane

I am trying to build the app and upload to firebase through fastlane.
Add distributed successfully, but after the distribution the app shows the Waiting for developer and need to add the UDID.
But already I have added that UDId of the user in my provisioning profiles?
How this will be happen?
Not fully understanding the context here but whenever I ran in a similar issue I need to archive the build once again making sure it gets the updated provisioning profile.
Also, if you use SIGH and you want all your devices being added automatically, every build I recommend using force option.
http://docs.fastlane.tools/actions/sigh/#parameters
For firebase distribution using the fastlane, I need to set the adhoc certificate. The above issue got because I have distributed the app using AppStore provisioning profile.
Added the export_method as Adhoc and run the build it get succeeded and able to install the app on my phone.

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 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