In my app I've been using otpauth:// deep link schema to open the 2fa authentication details on google authenticator. Users then had to only confirm saving the 2fa secret. iOS 15 broke this on google authenticator and opens the link in apples password manager. I found an answer to use googleauthenticator:// scheme instead, and that works in opening up the google authenticator. However, the parameters / path of the scheme is no longer working as it used to be, and I couldn't find the documentation of googleauthenticator:// scheme anywhere.
Opening google authenticator with googleauthenticator:// scheme with new account prefilled on ios 15
Asked
Active
Viewed 330 times
4
-
Were you able to resolve your problem? – animaonline Nov 02 '22 at 12:55
-
Unfortunately no, couldn't find a solution and opted out of deeplinking to google authenticator on ios. – Alyx Nov 17 '22 at 09:41