Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exporting In-House iOS app says certificate "Unknown", profile "none"?

I put together a test app simply to test In-House distribution through our Enterprise Developer Account.

Before archiving I checked that all signing settings looked good. Debug and Release show the correct provisioning profile and certificate.

Then I ARCHIVE the app. The prompts show this:

enter image description here

The correct cert and provisioning profile are shown. As the archive route continues I get to this screen:

enter image description here

I am trying to understand why it says: Certificate "Unknown" and Profile "None"

As I then try to distribute this through our MDM solution it never installs.

My question is: when distributing in-house enterprise apps, is it correct to see Certificate "Unknown" and Profile "None"?

like image 918
zumzum Avatar asked Nov 02 '18 03:11

zumzum


People also ask

How do I export an Apple developer certificate?

Open Xcode and navigate to Xcode > Preferences… > Accounts. In the left column, select your Apple ID. Then on the right side of the window, select your personal or team account and click Manage Certificates… . Control-click on the certificate you'd like to export and select Export certificate from the menu.

What is iOS App certificate?

An iOS developer certificate is a code-signing certificate, a digital signature that associates you and your digital identity with your applications. On the Mac, you must create and submit a request for an iOS development certificate.


1 Answers

I have same behaviour: Apps validate and distribute fine, so I guess this is just a display issue introduced by XCode 10.1

https://forums.developer.apple.com/message/338402#

like image 66
vignesh Avatar answered Sep 19 '22 18:09

vignesh