-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/packages
#5125Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterp: local_authPlugin for local authentificationPlugin for local authentificationpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-iosiOS applications specificallyiOS applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-iosOwned by iOS platform teamOwned by iOS platform teamtriaged-iosTriaged by iOS platform teamTriaged by iOS platform team
Description
As you can see at LocalAuthPlugin.m file, lines 42 - 43 isDeviceSupported function is not implemented but instead value YES is always returned.
We would need the same functionality as Android to be able to know if any authentication method is available (including passcode) not just biometrics. At some parts of our app we have the need to not actually ask for authentication but just allow some action if any authentication method is enabled.
} else if ([@"isDeviceSupported" isEqualToString:call.method]) {
result(@YES);
legrandced, Bylynka, T-Davis and Imgkl
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterp: local_authPlugin for local authentificationPlugin for local authentificationpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-iosiOS applications specificallyiOS applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-iosOwned by iOS platform teamOwned by iOS platform teamtriaged-iosTriaged by iOS platform teamTriaged by iOS platform team