On Android, each application has a uniquely identifying string that can be figured out easily. However, on iOS the URL is often not pre-filled and I’m struggling to guess what to enter to make Bitwarden auto-recognize an app. I usually try to use a very generic regex that contains the app name, but more often than not it fails.
Is there a way to do this more reliably? The help section says “A URI can be a website address (i.e. a URL), a Server IP Address, a Mobile App Package ID, and more.”.
The “Mobile App Package ID” sounds promising. Can that be found reliably and is it the recommended approach?
EDIT: I think this might just be the ID from the AppStore share URL … let me give that a try.
EDIT2: Nah, I had already tried that, both in idXXXX...XXX
and XXXX...XXX
format, but didn’t work.