klaviyo / klaviyo-react-native-sdk

MIT License
4 stars 3 forks source link

Example app | Troubleshooting guide | Updated app delegate to fix initial url being null #148

Closed ajaysubra closed 4 months ago

ajaysubra commented 4 months ago

Description

An issue was raised by one of our developers citing that deep linking was not working when the app is terminated. On digging noticed that this is an issue with react native so added a workaround for our developers to use when they encounter this issue. Since this is not an SDK issue there is no fix at the SDK level and developers would have to add this workaround to their native iOS app.

Check List

Changelog / Code Overview

Test Plan

Related Issues/Tickets