IOS
Before you begin, make sure to ios app to the project
Enter your app’s bundle ID in the bundle ID field.
Enter your app’s appstore ID in the appstore ID field.
Enter your app’s team ID in the team ID field.
You can confirm that your Dynamc project is properly configured to use Dynamic Links in your iOS app by opening the following URL:
https://your_dynamic_links_domain/apple-app-site-association
If your app is connected, the apple-app-site-association
file contains a reference to your app’s App ID prefix and bundle ID. For example:
{"applinks":{"apps":[],"details":[{"appID":"1234567890.com.example.ios","paths":["NOT /_/*","/*"]}]}}
If the details
field is empty, double-check that you specified your App ID prefix. Note that your App ID prefix may not be the same as your Team ID.
Open Dynamic Links in your app
In the Info tab of your app’s Xcode project, create a new URL type to be used for Dynamic Links. Set the Identifier field to a unique value and the URL scheme field to be your bundle identifier, which is the default URL scheme used by Dynamic Links.
In the Capabilities tab of your app’s Xcode project, enable Associated Domains and add the following to the Associated Domains list:
applinks:your_dynamic_links_domain