アプリのプレビュー ページでは、Dynamic Links を iOS 上で一意の一致として受け取ることもできます。ユーザーが [Save my place in the app] を選択して [開く] をクリックすると、Dynamic Link が iOS のクリップボードにコピーされます。アプリが開くと、Dynamic Links SDK は、そのリンクをクリックしたユーザーが現在のユーザーであることを 100% 信頼するリンクを受け取ります。
Dynamic Link にソーシャル メタデータを指定しないと、アプリのプレビュー ページには、App Store のアプリ情報に基づいてアプリの名前、アイコン、説明が表示されます。次に例を示します。
Dynamic Link にソーシャル メタデータを指定すると、アプリの名前とアイコンに加え、指定したタイトル、説明、画像がアプリのプレビュー ページに表示されます。次に例を示します。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-09-10 UTC。"],[],[],null,["\u003cbr /\u003e\n\n| **Note:** Firebase Dynamic Links is *deprecated* and should not be used in new projects. The service will be shutting down soon. Follow the [migration guide](/support/dynamic-links-faq#how_should_i_migrate_from_the_service) and see the [Dynamic Links Deprecation FAQ](/support/dynamic-links-faq) for more information.\n\nYou can improve the way apps and sites display your Dynamic Links by specifying\nsocial metadata when you [create your Dynamic Links](/docs/dynamic-links/create-links).\nThis metadata is passed on to supported services in the form of social meta\ntags, which the services use to generate a rich presentation of the link.\n\nFor example, social apps can use the metadata to present shared Dynamic Links as\ncards with a title, a description of the linked content, and a preview image.\n\nAlso, the app preview page that is displayed when you open a Dynamic Link on iOS will\nuse the metadata, if provided, to display a preview of the link's content.\n\nSocial sharing previews\n\nSocial apps can use the data specified by social metadata to generate rich\npreviews of shared Dynamic Links. For example:\n\nThe above example is a preview of a Dynamic Link with the following metadata\nspecified:\n\n- Title (`st`): Reticulated Giraffes\n\n- Description (`sd`): The reticulated giraffe, also known as the Somali giraffe,\n is a subspecies of giraffe native to the Horn of Africa.\n\n- Image (`si`): (URL to image)\n\n The image should be at least 300x200 px, and less than 300 KB.\n\nSocial metadata is passed to Twitter, Facebook, Facebook Messenger, iMessage,\nWhatsApp, Google+, and other services.\n\nApp preview pages\n\nWhen a user opens a Dynamic Link on iOS, they will see an app preview page\nthat shows them which app will be used to open the link. The app preview page\nmore reliably sends users to the most appropriate destination (such as your app)\nby minimizing unnecessary system dialogs and enabling users to navigate out of\nin-app browsers. As a result, the app preview page increases the\nclick-to-install rate of your Dynamic Links.\n\nThe app preview page also enables Dynamic Links to be received as unique matches on\niOS. When a user selects **Save my place in the app** and then clicks **Open** ,\nthe Dynamic Link is copied to the iOS clipboard; then, when your app opens, the\nDynamic Links SDK an receive the link with 100% confidence that the app's current\nuser is the user who clicked the link.\n\nIf you don't specify social metadata in your Dynamic Link, the app preview page\ndisplays your app's name, icon, and description, based on your app's information\nin the App Store. For example:\n\nWhen you provide social metadata in your Dynamic Link, the app preview page displays\nthe title, description, and image you specified instead, as well as your app's\nname and icon. For example:\n\nYou can bypass the app preview page by specifying the dynamic link parameter\n`efr=1`. Note that without the app preview page, Dynamic Links cannot be received as\nunique matches on iOS."]]