Can we use share keychain data beetween two different bundle?
No. Keychain item sharing is based on keychain access groups, which can’t be shared between teams. Sharing access to keychain items among a collection of apps explains how that process works [1].
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
[1] For the data protection keychain. If you’re using the file-based keychain on macOS — see TN3137 On Mac keychain APIs and implementations — the access control model is different but the final result is the very similar: There’s no way to share items between teams without user approval.