Release notes v2.x
2.0.1
Non functional changes.
2.0.0
See v2.0 for an overview of all the breaking changes when upgrading to version 2.0.0
Improvement
[Android]
Wrapper SDK now uses the latest Android Native SDK 11.9.0[iOS]
Wrapper SDK now uses the latest iOS native SDK 12.1.0-
[
iOS & Android
] The Error Structure has been reworked and extended, the updated documentation containing the details can be found in the chapter Error handling. This rework introduces:- More consistency between iOS and Android errors using our Flutter Plugin.
- More specific error codes to give more details on what the error caused.
- Consistent usage of the details property of PlatformExceptions containing an overview and potentially additional information regarding the error.
- Change of error codes
-
[iOS & Android]
Full support for Registration with Custom IdP. [Documentation]
The User registration documentation has been updated and extended.[iOS & Android]
Renamed fetchUserProfiles to getUserProfiles to better reflect the functionality from the function.[iOS & Android]
Support for multiple registered users on one device.[Documentation]
There is now documentation describing , , , , setPreferredAuthenticator.[iOS & Android]
Reworked deregisterUser function and updated the documentation.[Documentation]
Clarified the usage of .[iOS & Android]
Added getAccessToken getAuthenticatedUserProfile and getRedirectUrl methods.[Documentation]
Added function signatures to the reference guide methods.
BugFix
[iOS]
deregisterUser now successfully deregisters the profile based on the given Id instead of the first registered user on the device.[iOS]
authenticateUser will now properly return an error when an unregistered or unknown authenticatorId is given instead of starting pin authentication.