|
|
5 years ago | |
|---|---|---|
| .. | ||
| Sources | 594be97236 Adding test to make sure pending dynamic link is getting passed to App delegate method. (#6819) | 5 years ago |
| Tests | 594be97236 Adding test to make sure pending dynamic link is getting passed to App delegate method. (#6819) | 5 years ago |
| CHANGELOG.md | c5501e6641 Ipv4 ipv6 fix (#6428) | 5 years ago |
| README.md | dea710957d Create Readme.md file for having release notes (#6023) | 5 years ago |
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.
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:
Enabling pasteboard access affects the app in the following ways:
For more information, check out the iOS documentation.