iOS Visual studio 2019 Xamarin Apple 帐户中缺少分发证书,它在苹果开发者帐户中,已导入配置文件
iOS Distribution certificate missing from Visual studio 2019 Xamarin Apple Accounts, it is in apple developer account, provisioning profile imported
我关注了 the guide on how to release the Xamarin app to Apple Store
我已经为 iOS 分发和配置文件
制作了证书
然后按照 Microsoft on how to integrate this with Visual Studio
中的步骤操作
我已成功将我的 Apple 帐户添加到 Visual Studio 2019
它确实显示了配置文件,但不像指南中显示的那样显示了证书。
更糟糕的是,如果我尝试手动下载证书和 Import Certificate
,下载的证书具有扩展名 .cer
,而导入仅限于 .p12
感觉自己漏了一步什么的?
只需从开发站点下载 certificate
和相应的 provisioning profile
,并将它们安装到 mac 中,之后它应该会列在菜单中。
我关注了 the guide on how to release the Xamarin app to Apple Store 我已经为 iOS 分发和配置文件
制作了证书然后按照 Microsoft on how to integrate this with Visual Studio
中的步骤操作我已成功将我的 Apple 帐户添加到 Visual Studio 2019
它确实显示了配置文件,但不像指南中显示的那样显示了证书。
更糟糕的是,如果我尝试手动下载证书和 Import Certificate
,下载的证书具有扩展名 .cer
,而导入仅限于 .p12
感觉自己漏了一步什么的?
只需从开发站点下载 certificate
和相应的 provisioning profile
,并将它们安装到 mac 中,之后它应该会列在菜单中。