简体   繁体   English

iOS:如何检查临时配置文件中包含的签名证书?

[英]iOS: How to check SIGNING CERTIFICATE included in a Provisional Profile?

How does one check for the signing certificate that has been included inside a Provisional Profile.如何检查已包含在临时配置文件中的签名证书。 I keep on getting the following error:我不断收到以下错误:

Doesn't include signing certificate: "Apple Distribution: My Name (ABCDEF)"不包括签名证书:“Apple Distribution: My Name (ABCDEF)”

ABCDEF Being the TEAM ID or APP PREFIX ID ABCDEF 是 TEAM ID 或 APP PREFIX ID

I thought I have included the correct certificate inside the Provisional Profile but I still am getting this error.我以为我在临时配置文件中包含了正确的证书,但我仍然收到此错误。 So I would like to open this Provisional Profile and see what signing certificate was actually used and if it does or does not match what is being expected.所以我想打开这个临时配置文件,看看实际使用了什么签名证书,以及它是否符合预期。

How to check SIGNING CERTIFICATE included in a Provisional Profile?如何检查临时配置文件中包含的签名证书?

You can check the profile detail, preview it(I prefer using Space bar) and under Certificate section, you can get the detail.您可以检查配置文件详细信息,预览它(我更喜欢使用空格键)并在Certificate部分下,您可以获得详细信息。

Otherwise, login to apple developer portal and edit the profile to check the certificate used to create the profile.否则,登录苹果开发者门户并编辑配置文件以检查用于创建配置文件的证书。

Hope this helps.希望这可以帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 证书和临时配置文件问题 - Certificate and provisional profile issues 重新生成临时配置文件、分发证书和 APNS 证书 - Rengenerating Provisional profile, distribution certificate and APNS certificate iOS MDM配置文件签名,使用哪个证书? - iOS MDM profile signing, which certificate to use? 如何解决 Transporter 错误“捆绑包中包含的配置文件无效。[缺少代码签名证书]”? - How do I resolve the Transporter error "The provisioning profile included in the bundle is invalid. [Missing code-signing certificate]"? Xamarin形式:如何从ios捆绑签名中清除旧的发行证书和供应配置文件? - Xamarin forms: How to clear old distribution certificate and provisioning profile from ios bundle signing? 针对iOS 5.0构建时缺少临时配置文件 - Provisional profile is missing when building for iOS 5.0 如何在我的itunes connect中找到IOS应用程序的临时配置文件 - How do I find out the provisional profile for an IOS app in my itunes connect ios如何从plist获取当前的临时配置文件名称(Dev,Dist,ETC) - ios how to get current Provisional Profile name (Dev, Dist, ETC) from plist iOS 13检查CLLocationManager的临时授权状态 - iOS 13 check for provisional authorization status of CLLocationManager 如何判断哪个配置文件/签名证书用于签署 .ipa? - How to tell what profile/signing certificate was used to sign .ipa?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM