Is there a method for cross app authentication in iOS that allows a user who has an authenticated session with one app to get authenticated for another app from the same developer? It works pretty nicely for the Facebook app and Facebook messenger on iOS, but I couldn't find any documentation on it.
Asked
Active
Viewed 325 times
2
-
2You would typically share a keychain item using an application group – Paulw11 Mar 24 '20 at 22:42
-
1https://developer.apple.com/documentation/security/keychain_services/keychain_items/sharing_access_to_keychain_items_among_a_collection_of_apps – HalR Mar 24 '20 at 23:40