Andrew Coutts

Results 96 comments of Andrew Coutts

I found using yaml to configure it resolves this issue.

Seems like there's 2 unmerged PRs, and this package is no longer maintained for a number of years now. I think the community should fork and update it in a...

I downgraded to `4.2.1` and disabling `encryptedSharedPreferences` fixed this for me.

Saw the same error on a Pixel 6.

Actually i'm having the same issue but when i call the `write()` method. The root cause seems to be that `preferences` is null / uninitialized. The `write` method first calls...

I downgraded to `4.2.1` and disabling `encryptedSharedPreferences` fixed this for me.

@juliansteenbakker can someone please take a closer look at this? This is affecting a ton of users and really hard to debug.

I downgraded to `4.2.1` and disabling `encryptedSharedPreferences` fixed this for me.

On closer look, I think it's working fine, and I have a bug elsewhere.

No, there is definitely an isssue. ```swift } else { latestText = url.absoluteString if(setInitialData) { initialText = latestText } eventSinkText?(latestText) } ``` This will send any deep link back through...