I have a problem installing an ipa via diawi.com. It says that it is unable to install it.
It was working fine before, until one morning when Xcode said that it cannot find the provisioning profile on my mac.
So I generated another ad hoc distribution profile (with the same app id, and included the device UDID).
I installed it manually in Xcode and set the Code Signing Identity and Provisioning Profile fields in the BuildSettings->CodeSigning in both PROJECT and TARGETS.
I even tried sync-ing the apple account profiles with Xcode and i get the same result.
Also, old uploaded ipa-s on diawi still work (so it's not something they changed).
Using Xcode 5.1 (58130a)
Trying to install it on an iPhone 4S with iOS 7.0.
The Deployment Target and iOS SDK fields in Build Settings are set to iOS 7.1
Related
I'm currently working on iOS/WatchOS2 app. And I want to upload to iTunesConnect.
I created all provision files, selected them in project build settings. But, when I try to archive my project, Xcode 7GM says:
error: Embedded binary is not signed with the same certificate as the parent app. Verify the embedded binary target's code sign settings match the parent app's.
Embedded Binary Signing Certificate: - (Ad Hoc Code Signed)
Parent App Signing Certificate: iPhone Distribution: INTER***. (***)
All certificates are for iOS distribution
AND, at first, I though that Xcode 7 GM has a bug, as beta versions. But, when I tried to archive my project on other mac (also Xcode 7GM), it archived silently. No errors.
What's going on?
I reseted project settings, Xcode settings, deleted old Xcode7Beta, reinstalled Xcode7GM, created new project and added my sources, but no effect.
What should I do?
How to archive my app?
From where Xcode gets Ad Hoc?
Is it possible that Xcode 7 GM produces this error as it is not release version?
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.
I have developed my iPhone application using Phonegap.I am able to install my application from diawi to my development device(iPhone 5c).
Using Iphone have IOS 7.1 version and developed my application using developer certificate.
Same link on client device download the application,but application is not installed properly.The installation failed with the following error message "Could not install the xxxx(app name) application on this device".
Need help to solve this.
Since this application is installed on your phone, certificates and provisional profiles are created properly. The error on the client device may come because of two reasons:
Client device UUID is not added to the provisional profile which is used while compiling this application.
Your deployment target is higher than client's device iOS version.
I assume that you are in development phase and trying to install the app via Xcode. If thats the case then make sure 1. you have added Client iPhone UDID in the list of devices in the Member Center 2. You have included that device ID in list of devices which can install the app under your provisioning profile. 3. If you are using Team Provision Profile, then make sure all devices are associated with the team + all development certificates are associated with the team. If you have already release a app then I am sure you had created a distribution certificate. Just before you submit your app to the store, you create a signed archive of your app and validate it. Test your final build before submitting it to the store, and if you have not done so, test the archive again for regressions after validating it. Link 1
If you are targeting a specific iOS version (for e.g.: 7), make sure client's devices has <= of that.
Attempting to deploy an Enterprise application wirelessly, with partial success. I do have the Enterprise Developers Kit, I've created the provisioning profile, added the devices ID's, uploaded the mobile provisioning profile, the ipa, and the P-list.
When I install the app through xCode directly onto the iPad, then attempt to download it wirelessly, it works fine. When I attempt to use it on a device that hasn't had that direct install, it downloads about 66%-75% of the way, right when the title shows up on the app, then says "Unable to Download Application".
Any ideas?
So, if you're on here, you should check to see if your iPad or iPhone is up to date with whatever version you archived it with on xCode. I updated the iPad to 5.1.1 and it installed just fine. My bad.
I have an apple developer ID. I have my developer certificate, my cert in my keychain, I have installed the last version of iOS (5.1.1 (9B206)) in my device (an iPad), I got my profile, I'm on a development team, I told Xcode that I want to use the device for testing. In the build settings, I have set the architectures to armv6 and armv7, both in "target" and "project" as well. Got the provisioning profile.
Still, when I try to run the app on the iPad, I receive an "Xcode cannot run using the selected device." saying that I need to install a newer iOS version (as I said, I installed the most recent on the device).
Anyone have faced this issue before?
You will need to update the version of Xcode to 4.3.2