Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS15 otpauth opening Apple Password Manager instead of Google Auth? iOS 14 works correctly

Tags:

ios

swift

I'm having a small issue where otpauth (LSApplicationQueriesSchemes) is opening Apple Password Manager on iOS 15 but I would like to open any other 2fa app(Google auth, etc...) on the phone. On iOS14, it works as expected.

Shouldn't apple-otpauth open the Apple Password Manager and not otpauth? How would I open another other 2fa app like Google Auth?

Thanks.

like image 358
SomeCoder Avatar asked Sep 15 '25 12:09

SomeCoder


2 Answers

iOS 15 includes a built in Password Authenticator. Google Auth navigates to Apple Password Manager now.

After 2fa is set up on an iPhone, you can no longer disable it. source

like image 87
Jordan Daniels Avatar answered Sep 17 '25 03:09

Jordan Daniels


In iOS 16 (16.3.1 in my case), you can choose which app to open with the otpauth:// in the password options menu. (Setting > Password > Password Options > SET UP VERIFICATION CODES USING:)

like image 20
choiapril Avatar answered Sep 17 '25 02:09

choiapril