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
The current implementation enables Branch's NativeLink by default while the official SDK makes it an opt-in.
While this feature can be useful in certain scenarios, it is also an advanced feature that isn't often required when working with branch links, and also prompts iOS users with a clipboard permission dialog that certain developers would rather stay away from.
The Flutter SDK enables checkPasteboardOnInstall in the iOS AppDelegate- this should instead be an option to be set on the flutter SDK. Currently, the only way to get rid of this seems to be to fork the SDK.
The text was updated successfully, but these errors were encountered:
The current implementation enables Branch's NativeLink by default while the official SDK makes it an opt-in.
While this feature can be useful in certain scenarios, it is also an advanced feature that isn't often required when working with branch links, and also prompts iOS users with a clipboard permission dialog that certain developers would rather stay away from.
The Flutter SDK enables
checkPasteboardOnInstall
in the iOSAppDelegate
- this should instead be an option to be set on the flutter SDK. Currently, the only way to get rid of this seems to be to fork the SDK.The text was updated successfully, but these errors were encountered: