func triggerFidoRequest() {
if let url = URL(string: "FidoUAFClient1://") {
if UIApplication.shared.canOpenURL(url) {
UIApplication.shared.open(url, options: [:]) { success in
print("Opened: \(success)")
}
} else {
print("Cannot open URL - target app not installed or scheme not registered")
}
}
Dear Adric,
Please contact to...@fidoalliance.org in copy for support. FIDO Certification Staff can support you with your request.
Moving FIDO-Dev to BCC.
Thank you,
Paul
Paul Heim | Certification Director | FIDO Alliance
--
You received this message because you are subscribed to the Google Groups "FIDO Dev (fido-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fido-dev+u...@fidoalliance.org.
To view this discussion visit https://groups.google.com/a/fidoalliance.org/d/msgid/fido-dev/f5ef91c9-3514-4692-a738-fd383193c3ben%40fidoalliance.org.