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:
The correct cert and provisioning profile are shown. As the archive route continues I get to this screen:
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"?
ios in-house-distribution
add a comment |
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:
The correct cert and provisioning profile are shown. As the archive route continues I get to this screen:
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"?
ios in-house-distribution
I just wanted to report here that after testing, even though it says unknown and none like shown, the in house archive is actually created correctly. I am able to install the app on devices without problems. Is this just a UI bug then? I also inspected the provisioning profile in the app and it looks good. So, I am able to deploy the app without problems even with Xcode showing the screens I posted.
– zumzum
Nov 14 '18 at 5:53
solved? how????
– grizzly
Dec 8 '18 at 12:34
@grizzly I can see the confusion here. The UX in Xcode is misleading, it lead me to think that Xcode was the reason why the MDM install was not working. After days of troubleshooting the install problem turned out to be on my MDM server. So, Xcode is exporting the IN HOUSE app correctly even though the UX is not showing the proper signing UX like shown in the screenshots. This is solved because I have been able to prove on my end that it's just a UX problem. IN HOUSE exported apps still work fine for me regardless of the misleading Xcode UX.
– zumzum
Dec 13 '18 at 17:20
i found issue. it is bug in xcode 10.1 and downgrade to xcode 10.0 and fix it. thank you
– grizzly
Dec 13 '18 at 18:35
add a comment |
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:
The correct cert and provisioning profile are shown. As the archive route continues I get to this screen:
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"?
ios in-house-distribution
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:
The correct cert and provisioning profile are shown. As the archive route continues I get to this screen:
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"?
ios in-house-distribution
ios in-house-distribution
asked Nov 2 '18 at 3:09
zumzum
5,144126495
5,144126495
I just wanted to report here that after testing, even though it says unknown and none like shown, the in house archive is actually created correctly. I am able to install the app on devices without problems. Is this just a UI bug then? I also inspected the provisioning profile in the app and it looks good. So, I am able to deploy the app without problems even with Xcode showing the screens I posted.
– zumzum
Nov 14 '18 at 5:53
solved? how????
– grizzly
Dec 8 '18 at 12:34
@grizzly I can see the confusion here. The UX in Xcode is misleading, it lead me to think that Xcode was the reason why the MDM install was not working. After days of troubleshooting the install problem turned out to be on my MDM server. So, Xcode is exporting the IN HOUSE app correctly even though the UX is not showing the proper signing UX like shown in the screenshots. This is solved because I have been able to prove on my end that it's just a UX problem. IN HOUSE exported apps still work fine for me regardless of the misleading Xcode UX.
– zumzum
Dec 13 '18 at 17:20
i found issue. it is bug in xcode 10.1 and downgrade to xcode 10.0 and fix it. thank you
– grizzly
Dec 13 '18 at 18:35
add a comment |
I just wanted to report here that after testing, even though it says unknown and none like shown, the in house archive is actually created correctly. I am able to install the app on devices without problems. Is this just a UI bug then? I also inspected the provisioning profile in the app and it looks good. So, I am able to deploy the app without problems even with Xcode showing the screens I posted.
– zumzum
Nov 14 '18 at 5:53
solved? how????
– grizzly
Dec 8 '18 at 12:34
@grizzly I can see the confusion here. The UX in Xcode is misleading, it lead me to think that Xcode was the reason why the MDM install was not working. After days of troubleshooting the install problem turned out to be on my MDM server. So, Xcode is exporting the IN HOUSE app correctly even though the UX is not showing the proper signing UX like shown in the screenshots. This is solved because I have been able to prove on my end that it's just a UX problem. IN HOUSE exported apps still work fine for me regardless of the misleading Xcode UX.
– zumzum
Dec 13 '18 at 17:20
i found issue. it is bug in xcode 10.1 and downgrade to xcode 10.0 and fix it. thank you
– grizzly
Dec 13 '18 at 18:35
I just wanted to report here that after testing, even though it says unknown and none like shown, the in house archive is actually created correctly. I am able to install the app on devices without problems. Is this just a UI bug then? I also inspected the provisioning profile in the app and it looks good. So, I am able to deploy the app without problems even with Xcode showing the screens I posted.
– zumzum
Nov 14 '18 at 5:53
I just wanted to report here that after testing, even though it says unknown and none like shown, the in house archive is actually created correctly. I am able to install the app on devices without problems. Is this just a UI bug then? I also inspected the provisioning profile in the app and it looks good. So, I am able to deploy the app without problems even with Xcode showing the screens I posted.
– zumzum
Nov 14 '18 at 5:53
solved? how????
– grizzly
Dec 8 '18 at 12:34
solved? how????
– grizzly
Dec 8 '18 at 12:34
@grizzly I can see the confusion here. The UX in Xcode is misleading, it lead me to think that Xcode was the reason why the MDM install was not working. After days of troubleshooting the install problem turned out to be on my MDM server. So, Xcode is exporting the IN HOUSE app correctly even though the UX is not showing the proper signing UX like shown in the screenshots. This is solved because I have been able to prove on my end that it's just a UX problem. IN HOUSE exported apps still work fine for me regardless of the misleading Xcode UX.
– zumzum
Dec 13 '18 at 17:20
@grizzly I can see the confusion here. The UX in Xcode is misleading, it lead me to think that Xcode was the reason why the MDM install was not working. After days of troubleshooting the install problem turned out to be on my MDM server. So, Xcode is exporting the IN HOUSE app correctly even though the UX is not showing the proper signing UX like shown in the screenshots. This is solved because I have been able to prove on my end that it's just a UX problem. IN HOUSE exported apps still work fine for me regardless of the misleading Xcode UX.
– zumzum
Dec 13 '18 at 17:20
i found issue. it is bug in xcode 10.1 and downgrade to xcode 10.0 and fix it. thank you
– grizzly
Dec 13 '18 at 18:35
i found issue. it is bug in xcode 10.1 and downgrade to xcode 10.0 and fix it. thank you
– grizzly
Dec 13 '18 at 18:35
add a comment |
4 Answers
4
active
oldest
votes
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#
1
that was splendid mAn!
– Deepak Keynes
Dec 4 '18 at 8:26
3
Xcode 10 is full of tons of bugs...
– Linc
Dec 7 '18 at 6:50
add a comment |
Had the same issue, only downgrade to Xcode 10.0 fixed it: download old version of Xcode here
Indeed, only a downgrade fix it for me as well
– Erik Schmiegelow
Dec 4 '18 at 22:21
1
solve it. thanks.fk apple, fk xcode, fk certificate, fk appId, f**k identifier. king google and android :)
– grizzly
Dec 8 '18 at 15:08
add a comment |
I had the same issue and spent whole today morning on it. I set certificate and profile but it showed None for both and app installation failed. I didn't fix None showing but fixed installation failing. In my case I've just remove string "Required device capabilities" from Info.plist. May be it helps you!
I removed it, but, same problem.
– zumzum
Nov 2 '18 at 12:53
it doesn't work for me :(
– Lucy Jeong
Nov 12 '18 at 0:01
add a comment |
Same issue here, with all my apps. Does anyone else signed a app for enterprise distribution with the latest Xcode version in the last few days since Xcode Version 10.1 (10B61)came out?
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53112173%2fexporting-in-house-ios-app-says-certificate-unknown-profile-none%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
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#
1
that was splendid mAn!
– Deepak Keynes
Dec 4 '18 at 8:26
3
Xcode 10 is full of tons of bugs...
– Linc
Dec 7 '18 at 6:50
add a comment |
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#
1
that was splendid mAn!
– Deepak Keynes
Dec 4 '18 at 8:26
3
Xcode 10 is full of tons of bugs...
– Linc
Dec 7 '18 at 6:50
add a comment |
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#
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#
edited Dec 19 '18 at 10:39
piet.t
9,94263245
9,94263245
answered Nov 15 '18 at 6:04


vignesh
28417
28417
1
that was splendid mAn!
– Deepak Keynes
Dec 4 '18 at 8:26
3
Xcode 10 is full of tons of bugs...
– Linc
Dec 7 '18 at 6:50
add a comment |
1
that was splendid mAn!
– Deepak Keynes
Dec 4 '18 at 8:26
3
Xcode 10 is full of tons of bugs...
– Linc
Dec 7 '18 at 6:50
1
1
that was splendid mAn!
– Deepak Keynes
Dec 4 '18 at 8:26
that was splendid mAn!
– Deepak Keynes
Dec 4 '18 at 8:26
3
3
Xcode 10 is full of tons of bugs...
– Linc
Dec 7 '18 at 6:50
Xcode 10 is full of tons of bugs...
– Linc
Dec 7 '18 at 6:50
add a comment |
Had the same issue, only downgrade to Xcode 10.0 fixed it: download old version of Xcode here
Indeed, only a downgrade fix it for me as well
– Erik Schmiegelow
Dec 4 '18 at 22:21
1
solve it. thanks.fk apple, fk xcode, fk certificate, fk appId, f**k identifier. king google and android :)
– grizzly
Dec 8 '18 at 15:08
add a comment |
Had the same issue, only downgrade to Xcode 10.0 fixed it: download old version of Xcode here
Indeed, only a downgrade fix it for me as well
– Erik Schmiegelow
Dec 4 '18 at 22:21
1
solve it. thanks.fk apple, fk xcode, fk certificate, fk appId, f**k identifier. king google and android :)
– grizzly
Dec 8 '18 at 15:08
add a comment |
Had the same issue, only downgrade to Xcode 10.0 fixed it: download old version of Xcode here
Had the same issue, only downgrade to Xcode 10.0 fixed it: download old version of Xcode here
answered Nov 9 '18 at 11:31
lucyia
412
412
Indeed, only a downgrade fix it for me as well
– Erik Schmiegelow
Dec 4 '18 at 22:21
1
solve it. thanks.fk apple, fk xcode, fk certificate, fk appId, f**k identifier. king google and android :)
– grizzly
Dec 8 '18 at 15:08
add a comment |
Indeed, only a downgrade fix it for me as well
– Erik Schmiegelow
Dec 4 '18 at 22:21
1
solve it. thanks.fk apple, fk xcode, fk certificate, fk appId, f**k identifier. king google and android :)
– grizzly
Dec 8 '18 at 15:08
Indeed, only a downgrade fix it for me as well
– Erik Schmiegelow
Dec 4 '18 at 22:21
Indeed, only a downgrade fix it for me as well
– Erik Schmiegelow
Dec 4 '18 at 22:21
1
1
solve it. thanks.fk apple, fk xcode, fk certificate, fk appId, f**k identifier. king google and android :)
– grizzly
Dec 8 '18 at 15:08
solve it. thanks.fk apple, fk xcode, fk certificate, fk appId, f**k identifier. king google and android :)
– grizzly
Dec 8 '18 at 15:08
add a comment |
I had the same issue and spent whole today morning on it. I set certificate and profile but it showed None for both and app installation failed. I didn't fix None showing but fixed installation failing. In my case I've just remove string "Required device capabilities" from Info.plist. May be it helps you!
I removed it, but, same problem.
– zumzum
Nov 2 '18 at 12:53
it doesn't work for me :(
– Lucy Jeong
Nov 12 '18 at 0:01
add a comment |
I had the same issue and spent whole today morning on it. I set certificate and profile but it showed None for both and app installation failed. I didn't fix None showing but fixed installation failing. In my case I've just remove string "Required device capabilities" from Info.plist. May be it helps you!
I removed it, but, same problem.
– zumzum
Nov 2 '18 at 12:53
it doesn't work for me :(
– Lucy Jeong
Nov 12 '18 at 0:01
add a comment |
I had the same issue and spent whole today morning on it. I set certificate and profile but it showed None for both and app installation failed. I didn't fix None showing but fixed installation failing. In my case I've just remove string "Required device capabilities" from Info.plist. May be it helps you!
I had the same issue and spent whole today morning on it. I set certificate and profile but it showed None for both and app installation failed. I didn't fix None showing but fixed installation failing. In my case I've just remove string "Required device capabilities" from Info.plist. May be it helps you!
answered Nov 2 '18 at 9:16
Tony Krasilnikov
313
313
I removed it, but, same problem.
– zumzum
Nov 2 '18 at 12:53
it doesn't work for me :(
– Lucy Jeong
Nov 12 '18 at 0:01
add a comment |
I removed it, but, same problem.
– zumzum
Nov 2 '18 at 12:53
it doesn't work for me :(
– Lucy Jeong
Nov 12 '18 at 0:01
I removed it, but, same problem.
– zumzum
Nov 2 '18 at 12:53
I removed it, but, same problem.
– zumzum
Nov 2 '18 at 12:53
it doesn't work for me :(
– Lucy Jeong
Nov 12 '18 at 0:01
it doesn't work for me :(
– Lucy Jeong
Nov 12 '18 at 0:01
add a comment |
Same issue here, with all my apps. Does anyone else signed a app for enterprise distribution with the latest Xcode version in the last few days since Xcode Version 10.1 (10B61)came out?
add a comment |
Same issue here, with all my apps. Does anyone else signed a app for enterprise distribution with the latest Xcode version in the last few days since Xcode Version 10.1 (10B61)came out?
add a comment |
Same issue here, with all my apps. Does anyone else signed a app for enterprise distribution with the latest Xcode version in the last few days since Xcode Version 10.1 (10B61)came out?
Same issue here, with all my apps. Does anyone else signed a app for enterprise distribution with the latest Xcode version in the last few days since Xcode Version 10.1 (10B61)came out?
edited Nov 6 '18 at 10:42
answered Nov 6 '18 at 10:33
Jan
2719
2719
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53112173%2fexporting-in-house-ios-app-says-certificate-unknown-profile-none%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I just wanted to report here that after testing, even though it says unknown and none like shown, the in house archive is actually created correctly. I am able to install the app on devices without problems. Is this just a UI bug then? I also inspected the provisioning profile in the app and it looks good. So, I am able to deploy the app without problems even with Xcode showing the screens I posted.
– zumzum
Nov 14 '18 at 5:53
solved? how????
– grizzly
Dec 8 '18 at 12:34
@grizzly I can see the confusion here. The UX in Xcode is misleading, it lead me to think that Xcode was the reason why the MDM install was not working. After days of troubleshooting the install problem turned out to be on my MDM server. So, Xcode is exporting the IN HOUSE app correctly even though the UX is not showing the proper signing UX like shown in the screenshots. This is solved because I have been able to prove on my end that it's just a UX problem. IN HOUSE exported apps still work fine for me regardless of the misleading Xcode UX.
– zumzum
Dec 13 '18 at 17:20
i found issue. it is bug in xcode 10.1 and downgrade to xcode 10.0 and fix it. thank you
– grizzly
Dec 13 '18 at 18:35