iOS-Potential Loss of Keychain Access

最近APP进行转让,从自己的账号转让到别的账号,然后在upload包的时候,警告了,警告信息如下:

  • WARNING ITMS-90076: “Potential Loss of Keychain Access. The previous version of software has an application-identifier value of [‘XXX.com.example.myApp.testApp’] and the new version of software being submitted has an application-identifier of [‘XXX.com.example.myApp.testApp’]. This will result in a loss of keychain access

这个问题,其实是不需要考虑的,该警告信息,是因为App转让引起的,实际上,对IPA包的上传并没有任何影响,当你登录到iTunesConnect后台查看的时候,你的包已经上传成功了,不需要重新上传,也不需要重新打包

你可能感兴趣的:(iOS-Potential Loss of Keychain Access)