Paul Beusterien 204f483225 Add static-framework testing to CI (#6599) 5 년 전
..
Sources eea957561c Merge remote-tracking branch 'origin/master' into pb-f7-msg-update 5 년 전
Tests 204f483225 Add static-framework testing to CI (#6599) 5 년 전
CHANGELOG.md c5501e6641 Ipv4 ipv6 fix (#6428) 5 년 전
README.md dea710957d Create Readme.md file for having release notes (#6023) 5 년 전

README.md

Firebase Dynamic Links SDK for iOS

Firebase Dynamic Links are universal deep links that persist across app installs. For more info, see the Firebase website.

Please visit our developer site for integration instructions, documentations, support information, and terms of service.

Managing the Pasteboard

Firebase Dynamic Links 4.2.0 and higher use a plist property FirebaseDeepLinkPasteboardRetrievalEnabled that a developer can set to enable/disable the use of iOS pasteboard by the SDK.

FDL SDK uses the pasteboard for deep-linking post app install (to enable deferred deep-linking, where the link is copied on the app preview page) and app install attribution; otherwise, FDL does not use the pasteboard for anything else.

Disabling pasteboard access affects the app in the following ways:

  • Deferred deep-linking will not work as reliably. At best, your app receives weak matches for deep-links.
  • App install attribution stats will be less accurate (potentially undercounting app installs).

Enabling pasteboard access affects the app in the following ways:

  • On iOS 14, will show a system alert notifying that your app accessed the content in the pasteboard. This should happen one-time after installation of the app.
  • Deferred deep-linking will work as designed. At best, your app receives a perfect match for deep-links.
  • SDK will be able to more reliably attribute installation stats for links.

For more information, check out the iOS documentation.