Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add KeyBank appID #840

Merged
merged 1 commit into from
Oct 25, 2024
Merged

Add KeyBank appID #840

merged 1 commit into from
Oct 25, 2024

Conversation

kamcma
Copy link
Contributor

@kamcma kamcma commented Oct 25, 2024

Hello! Thanks for reminding on social this is a thing we can do! Here's one I bump on regularly (my bank).

This is KeyBank's iOS app:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
  <dict>
    <key>application-identifier</key>
    <string>2V2KHYTNSF.com.keybank.mobile</string>
    <key>aps-environment</key>
    <string>production</string>
    <key>com.apple.developer.team-identifier</key>
    <string>2V2KHYTNSF</string>
    <key>keychain-access-groups</key>
    <array>
      <string>2V2KHYTNSF.kmbHWSharedSpace</string>
    </array>
  </dict>
</plist>

My evidence that the iOS app uses the same credentials as key.com is that I use it, but you may also examine the app and see that the App Store listing uses a key.com domain for its support link. Several links on the app's launch screen also link to key.com support pages.

Overall Checklist

@rmondello rmondello merged commit a699dc9 into apple:main Oct 25, 2024
5 checks passed
@rmondello
Copy link
Contributor

Thank you!

rmondello pushed a commit to rmondello/password-manager-resources that referenced this pull request Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants