RodrigoSMarques / flutter_branch_sdk

Flutter Plugin for create deep link using Branch Metrics SDK. This plugin provides a cross-platform (iOS, Android, Web).
https://branch.io
MIT License
100 stars 90 forks source link

iOS 16 non_branch_link not work on flutter_branch_sdk: 8.0.2 #337

Closed sleepingkit closed 5 months ago

sleepingkit commented 5 months ago

Describe the bug The issue appears to be specific to iOS 16, as iOS 15 and iOS 17 are working fine.

The value is not as expected when opening a deeplink while the app is killed or in the background.

Code:

FlutterBranchSdk.listSession().listen((value) {
});

FlutterBranchSdk.getFirstReferringParams().then((value) {
});

Expected behavior The expected behavior is for the "non_branch_link" value to be equal to the deeplink.

Smartphone:

RodrigoSMarques commented 5 months ago

I didn't understand the problem

sleepingkit commented 5 months ago

I don't know why, it works fine suddenly.