I want to sign a Configuration Profile for my app which I am downloading from server and then installing it on my device, this is working perfectly for iOS version 7.0, 7.1, ... , 8.2 and for installing profile it is showing "Verified" status. But for iOS v. 8.3 and above while installing the profile is showing status as "Not Verified".
I am using certificate from https://www.apple.com/certificateauthority/ for ROOT I am using certificate name Apple Inc. Root Certificate and for Intermediate certificate I am using Apple IST CA 2 - G1 Certficate.
Any help would be appreciated.Thanks.
Related
After installing ipa file on my iPad 14.2 version this error prompt.
" this app cannot be installed because its integrity could not be
verified"
what should i do?
iOS version: 14.2
Certificate: Enterprise provisioning certificate.
N.B: In other version like 10.3.3 it's working fine.
I have resolved the issue after trying many times. Actually my app was built in Enterprise certificate. But I am trying to generate IPA using Development option that's why it is not recognised by new devices. So how i fix the issue??
Ans: I generate IPA file using Enterprise build option and using
enterprise distribution certificate and it's working perfectly for new
devices also and the error pop-up gone.
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.
I am attempting to launch my test app to a real iOS device through iOS xamarin. However, upon building or deploying, the error notes:
No installed provisioning profiles match the installed iOS signing identities
I have followed every step concerning creating certificates for the app, partitioning devices, creating an apple developer account and linking to Xcode, yet this error persists...
update:
I revoked the certificate an recreated the provisioning file, now downloaded through Xcode. However, Xamarin can now build, but not deploy out to my iPhone as there is no Run option:
How can this be alleviated?
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.
I'm developing an App with Phonegap Build and Cordova 3.3.0 for iOS.
I've installed and tested my app in iOS 6 and everything it's ok. I can install it and test it. But when I try to install it in iOS 7 (the same app, the same .ipa), the app stay in "Installing..." and never installs.
Cordova 3.3.0 it supposed to support iOS 7. I verified the UDID of my devices are corrects in my iOS Certificates.
Any idea why my Phonegap App in iOS 7 stay in an "installing loop"?
Phonegap Build use the iPhone Developer Certificate (.p12) and the Development Provisioning Profile (.mobileprovision).
Verify the UDID of all your devices are correct in your Provisioning Profile.
How to know my UDID of my Device?
You have to be sure that ALL your test devices are added into your Provisioning Profile. If you add new devices later you have to REGENERATE your provisioning profile and update your iOS Sign Key in your Phonegap Build Panel with the new Provisioning Profile.