Flutterfire: 馃悰 firebase_dynamic_links shows clipboard banner every launch on iOS 14.

Created on 18 Sep 2020  路  5Comments  路  Source: FirebaseExtended/flutterfire

The issue is discussed here:
https://github.com/firebase/firebase-ios-sdk/issues/5893

The problem for the flutter plugin is that it seems we can't access version 6.28.0 and so we can't set the property created in that version to fix the issue:
To disable pasteboard access, set the Info.plist property FirebaseDeepLinkPasteboardRetrievalEnabled to false.

Is there anyways we can get a build that uses a more recent version?

ios dynamic_links question

Most helpful comment

I have the same issue. To fix this, the property FirebaseDeepLinkPasteboardRetrievalEnabled was added into the dynamic links library in 6.28.0, however the current version of the SDK used is the 6.26.0 according to the podspec, thus the property doesn't work. Would it be possible to upgrade the version?

All 5 comments

Hi @m-j-g,
Can you provide flutter doctor -v and a minimal complete reproducible code sample that shows the issue ?
Thanks,

Just add dynamic_links to a new project and run it on iOS 14.

I have the same issue. To fix this, the property FirebaseDeepLinkPasteboardRetrievalEnabled was added into the dynamic links library in 6.28.0, however the current version of the SDK used is the 6.26.0 according to the podspec, thus the property doesn't work. Would it be possible to upgrade the version?

Hi guys,

Is there any update on this?

@billymahmood

I looked into it for a week and couldn't find a solution. I ended up having to completely remove dynamic links from my app (which is in production). I had to make a tough decision between the feature that required dynamic links and with showing a warning to the user every time they launched the app. Obviously, you can't have a credible app with a warning from the OS showing up every time your app starts.

Was this page helpful?
0 / 5 - 0 ratings