Skip to content

Commit f4e5c15

Browse files
Updated Migration Guide.md
1 parent 7a14caf commit f4e5c15

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/Migration Guide.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# TrueLayer iOS SDK Migration Guide
22

3+
- [Migrating from 3.x.x to 4.x.x](#migrating-from-3xx-to-4xx)
34
- [Migrating from 3.0.x to 3.1.0](#migrating-from-30x-to-301)
45
- [Migrating from 2.x to 3.x](#migrating-from-2x-to-3x)
56
- [Migrating from 1.x to 2.x](#migrating-from-1x-to-2x)
67
- [Migrating from beta to 2.x](#migrating-from-beta-to-2x)
78

9+
## Migrating from 3.x.x to 4.x.x
10+
11+
For the New UI, SDK now uses a single-screen, declarative state-driven navigation system under the hood. If you previously relied on imperative navigation APIs like `push`, `pop`, and `present` to handle navigating to and from the TrueLayer SDK, please re-test your implementation.
12+
13+
The previously deprecated `.redirect` success case has been removed. Check that there are no compiler errors and update your implementation if needed.
14+
815
## Migrating from 3.0.x to 3.1.0
916

1017
Previously:

0 commit comments

Comments
 (0)