|
|
1 жил өмнө | |
|---|---|---|
| .. | ||
| Sources | 5df5663cbc Docs: enhance FirebaseDynamicLinks comments (#13786) | 1 жил өмнө |
| Tests | f468408a8d Fix all typos found under the FirebaseDynamicLinks/Tests and the main directory (#13351) | 1 жил өмнө |
| CHANGELOG.md | e668c846d8 Fix typo in some method documentations, md files and local variables (#13285) | 1 жил өмнө |
| README.md | 395e0c0afa Firebase Dynamic Links Deprecation Notices (#12234) | 2 жил өмнө |
[!IMPORTANT] Firebase Dynamic Links is deprecated and should not be used in new projects. The service will shut down on August 25, 2025.
Please see our Dynamic Links Deprecation FAQ documentation for more guidance.
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.