I want it so when I call this:
context.evaluatePolicy(.deviceOwnerAuthentication, localizedReason: reason) { (success, error) in
the UIAlertController that pops up offers an option to the user to select either TouchID or Passcode, and in the documentation I found that it's intended to do that, but for whatever reason it doesn't. Any idea of how I can get this to work?