How to Create Deep Link for Share Item
Important: If you are using website then use website URL everywhere in deeplink URL settings, but if you use only admin panel then use everywhere admin panel URL in deeplink URL settings. Please do not use http or https anywhere in deep link settings.
-
Go to admin panel settings -> deep link scheme and add your scheme name (e.g.,
eclassify
) -
In iOS, go to Info -> URL Types -> URL Schemes and add the same scheme name as configured in admin panel
-
Open lib -> settings.dart file.
-
Add your host URL here:
- If using website: Add your website domain (e.g.,
example.com
) - If using admin panel only: Add your admin panel domain (e.g.,
admin.example.com
) - Do not include http:// or https://
- If using website: Add your website domain (e.g.,
-
Go to android -> app -> main -> AndroidManifest.xml file. Add your host URL here [Without http or https] and use the same scheme name as configured in admin panel
-
Open your code in xcode -> Runner -> Signing & Capabilities -> Associated Domains in add your domain here. [Without http or https]