You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for passkeys for both Android and iOS have been added. To make this possible, numerous action has been taken on the codebase.
3
7
4
-
### SDK version has been pinned to 4.1.x
8
+
####SDK version has been pinned to 4.1.x
5
9
Previous releases did not pin the version on iOS, and android was using 4.0. If you experiencing differences with this update, please refer to the SDK changelogs:
Fix: The iOS module was dependant on the `start` method being called every time the module was loaded. This made it hard to keep an application state between app starts. This dependency is now removed, so that methods like `refreshToken` works without the `start` method` being called first.
29
+
30
+
31
+
### Bug Fixes
32
+
* The iOS module was dependant on the `start` method being called every time the module was loaded. This made it hard to keep an application state between app starts. This dependency is now removed, so that methods like `refreshToken` works without the `start` method` being called first.
0 commit comments