简体   繁体   English

更新分发证书后的 iOS 钥匙串数据

[英]iOS Keychain data after renewing distribution certificate

My distribution certificate is about to expire & I am planning to submit a new update of app to AppStore.我的分发证书即将到期,我打算向 AppStore 提交新的应用程序更新。 My question is what happens to my app's keychain data after updating the distribution certificate ?我的问题是更新分发证书后我的应用程序的钥匙串数据会发生什么?

I have read this question which describes that我已经阅读了这个问题,它描述了

On iPhone, Keychain rights depend on the provisioning profile used to sign your application. Be sure to consistently use the same provisioning profile across different versions of your application.

But as I am not updating my provisioning profiles but distribution certificate , can anybody tell me what happens after updating distribution certificate ?但是由于我没有更新我的配置文件而是分发证书,有人能告诉我更新分发证书后会发生什么吗?

Any kind of information will be very helpful.任何类型的信息都会非常有帮助。 Thanks in advance提前致谢

Apple removed this sentence from the docs, because it's not true. Apple 从文档中删除了这句话,因为它不是真的。 Team ID and keychain-access-groups are the most important things that should match. Team ID 和keychain-access-groups是最重要的应该匹配的东西。

Check the github link below a code example of two apps reading and writing the same keychain item:检查两个应用程序读取和写入相同钥匙串项目的代码示例下方的 github 链接:

https://github.com/evgenyneu/keychain-swift/issues/103#issuecomment-491986324 https://github.com/evgenyneu/keychain-swift/issues/103#issuecomment-491986324

暂无
暂无

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

相关问题 续订iOS发行证书和推送通知 - Renewing iOS Distribution Certificate and Push notifications 续订我的iOS会员资格后,是否有必要使用新的分发证书签署新的分发配置文件来更新我的应用程序? - After renewing my iOS membership, is it necessary to update my apps with new distribution profiles signed with a new distribution certificate? 为什么我的 iOS 分发证书“不在钥匙串中”? - Why is my iOS Distribution Certificate 'Not in Keychain'? 即使在钥匙串中,也找不到 iOS 应用商店分发证书 - iOS appstore distribution certificate is not found even though it's in keychain 更新发行证书后,无法使用发行规定配置文件对签名进行编码 - Can't code sign with distribution provision profile after renewing distribution certificate Xamarin - 分发证书显示“不在钥匙串中” - Xamarin - distribution certificate shows “Not in keychain” 更新 iOS 分发证书时,我正在审核的应用程序会发生什么情况? 它会使用相同的私钥吗? - When renewing an iOS distribution certificate, what will happen to my app that is in review? and will it use the same privarte key? 在 iOS 上更新应用程序后钥匙串数据丢失 - Keychain data lost after updating the app on iOS 导入的分发证书未显示在钥匙串访问中 - imported distribution certificate not showing in keychain access 钥匙串已添加两次分发证书 - Keychain have twice Distribution certificate added
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM