简体   繁体   English

如何将Keychain共享功能添加到我的App ID?

[英]How do I add the Keychain sharing feature to my App ID?

I am using Firebase to create a Login portal. 我正在使用Firebase创建一个登录门户。 I first connected an Apple account to Xcode which didn't have an iPhone or iPad connected to it and this error popped up. 我首先将Apple帐户连接到Xcode,该帐户没有连接iPhone或iPad,并且弹出此错误。 Now I have removed that account and added another one which has an iPhone connected to it but still the error pops up. 现在我删除了该帐户,并添加了另一个连接了iPhone但仍然弹出错误的帐户。 How do I resolve it? 我该如何解决? 在此输入图像描述

It's a bit late, but if anyone else runs into this issue: 这有点晚了,但如果有其他人遇到这个问题:

I had the same issue. 我遇到过同样的问题。 I was using com.test.TestApp as my bundle identifier (which in turn made it the KeychainGroup ID when activating). 我使用com.test.TestApp作为我的包标识符(在激活时它又成为KeychainGroup ID)。

Changing my bundle identifier under Project > Targets > AppName > General > Identity > Bundle Identifier to something more unique like com.myLastName.TestApp solved it for me. Project > Targets > AppName > General > Identity > Bundle Identifier下的Project > Targets > AppName > General > Identity > Bundle Identifier更改为更加独特的内容,如com.myLastName.TestApp ,为我解决了这个问题。 Be sure to also adjust the KeychainGroup identifier to match your newly changed bundle identifier. 请务必调整KeychainGroup标识符以匹配新更改的包标识符。

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

相关问题 如何在没有设备的情况下将Keychain共享功能添加到App ID? - How to add keychain sharing feature to App ID without device? 如何为钥匙串访问添加证书? - How do I add a certificate to keychain access? 是否可以在iOS应用中使用Touch-ID身份验证和钥匙串共享? - Is it possible to use Touch-ID Authentication AND Keychain sharing in an iOS app? Swift:如何使用扩展表添加应用程序共享功能 - Swift: how to add App sharing feature with Extension Sheet 我存储的钥匙串数据是否仅限于我的应用程序? - Is keychain data that I store restricted to my app? 如何将GameCenter添加到我的应用程序? - How do I add GameCenter to my app? 如何在 Xcode 中启用钥匙串共享功能? - How can I enable the Keychain Sharing capability in Xcode? 如何使用Square of Sale销售应用的“其他付款”功能调用我的应用? - How do I invoke my app using Square Point of Sale app's Other Payments feature? 关闭ios应用程序时如何使用钥匙串? - How can I use keychain when I close my ios app? 如何为我的 iOS 应用程序创建仅允许授权用户(由我确定)并且不包含“注册帐户”功能的登录功能 - How do I create a login feature for my iOS app that only allows authorized users (determined by me) and does not include a "register account" feature
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM