Install CA on iOS simulator Xcode 7.1 - ios

I've got a CA certificate file. I'd like to install it on every iOS simulator available as part of a script. I've had a look around and used both https://github.com/ADVTOOLS/ADVTrustStore and https://github.com/yageek/iostrust but neither of them successfully install the certificate (they appear to install it successfully, but navigating to Settings in the simulator doesn't show any profiles installed). I am trying to install them on iOS 9.1 and iOS 8.4.
I can install the CA certificate by dragging and dropping it into the simulator, but I would like to find a way to do this automatically, as part of a set-up script. Has anyone had any success doing this?

Related

Failed to install .ipa file on IOS device

I'm trying to install .ipa release of my flutter project on a physical IOS device but as I'm not fully familiar with IOS there were some problems moving the file from mac to iphone and install it. finally I used installonair.com ,but when I try to open it the following error comes up:
"This app cannot be installed because its integrity could not be verified."
Screenshot of error
I tried going to Settings -> General -> Profiles and it says "No profiles are currently installed."
I would appreciate any help to resolve this issue or other ways of installing .ipa file on IOS devices.
Why use over-the-air installs for your own devices in the first place? If you're using an iOS device you physically have with you, installing to it is as simple as plugging it into your Mac and running the app from Xcode. Alternatively, try the flutter run command.
If you want to install to a device you can't do these steps for and must use over-the-air (for example, when installing to a cloud device, or to your friends/colleagues/clients), make sure its UDID is added at https://developer.apple.com/account/resources/devices/ (I'm pretty sure you'll need a Paid Apple Developer account for that.), then re-build/re-sign.

Iphone can't install my app after assembling with Distr certificate in XCODE

I did everything according to the instructions:
https://youtu.be/91sTQ39kkK4
For Ipad everything works, but on an iPhone - no!
I tried to put different certificates, but nothing helps.
When I use the developer certificate, the application is installed and started normally.
Any ideas?
p.s.
When i try run on Iphone, i get the following error:
App installation failed. A valid provisioning profile for this executable was not found.
App installation failed
General settings

Xcode Server OTA Install: "cannot connect to server.local"

I cannot get the "Over The Air" installation of iOS apps to work using the latest version of macOS (10.12.5) and Xcode Server (5.3.1). I can create Xcode Bots and the integrate without any issue, but it always fails with "cannot connect to server.local" when trying to install the app from any device.
The "Xcode Server OTA Installation" profile is installed.
I can download the archive and product using Safari on the Mac without a problem.
In summary, everything work but the OTA installation always fails.
Tried on two different Macs already, also with a complete clean installation of macOS before.
Versions: macOS 10.12.5, Xcode 8.3.2 and Server 5.3.1
I found several old reports of this problem but all the workarounds didn't seem to help.
Same problem on Xcode 9 beta 1 with the now built-in Xcode server.
For iOS 10.3 and later, a reason why fails, in some cases, with "Cannot connect to *.local" is that self-signed certificate shall be trusted manually in Settings on test devices (eg. iPhone).
Steps as follow:
Install self-signed certificate(s) from Xcode server's bots page on your iPhone;
Go to iPhone's Settings->General->About->Certificate Trust Settings;
Find your server's self-signed certificate(s) under section ENABLE FULL TRUST FOR ROOT CERTIFICATES, and turn the switch ON;
Visit bots page on Xcode Server, click install.
My SSL certificate had expired thats why happened to me. Make sure you add that to the list of things to check. Once I renewed that it started working again.
I had this issue on Xcode9 GM. I have installed profile on the Xcode server page and trust the profile. Is this a signing error? I use "export: installable product" for server bot.

Can not install CA cert file into iphone simulator 9.3

I try to install the .cer ca certificate file into iphone simulator 9.3 by drag and drop to simulator following with installation successful and verified certificate text shown during installation process.
But at the end in the setting>General>profiles it is empty and shows "No profiles are currently installed".
What's wrong with it? because I was doing during previous versions of simulator successfully.

"Install prohibited" when trying to install ad hoc .ipa file

I have the following problem - I am trying to install ad hoc .ipa file on my iPad 2, model MC979HC/A with iOS version 6.1.3. But when I try to install the app via iPhone Configuration Utility or iTunes it says: "An unknown error message 'Install Prohibited', was received from the device."
My app was created by using Xcode 4.6.1. I installed the same app on iPad 2 with iOS version 6.0.
What is the problem, because I can't find any solution on the internet? I guess it can be something with the version of Xcode and iOS. I also have to mention that in my iPad 2 General Settings, Restrictions are disabled. But if I enable the restrictions, the option "INSTALLING APPS" is set to OFF and it is not active, so I can't really change it. How to activate this option?
You may have already installed with other app in your iphone with same Provisioning profile. Please uninstall the app with same provisioning profile which you installed previously and install again a clean build.

Resources