Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NativeLink shouldn't be enabled by default on iOS #1233

Open
benlc opened this issue Nov 20, 2024 · 2 comments
Open

NativeLink shouldn't be enabled by default on iOS #1233

benlc opened this issue Nov 20, 2024 · 2 comments

Comments

@benlc
Copy link

benlc commented Nov 20, 2024

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.

@RodrigoSMarques
Copy link

@benlc

You have opened an issue for the Flutter iOS plugin in the Android repository.

Why didn't you open an issue in the Flutter plugin repository?

@RodrigoSMarques
Copy link

@benlc

I added an option to disable it. It will be available in the next version, 8.3.1

More details here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants