For iOS:
In Unity, go to :1
Build Settings
2
Player Settings
3
Other Settings
4
Supported URL Schemes
appname
with the name of your game.
For example: bitcoinbash

For Android:
You’ll need to declare your URL scheme in your AndroidManifest.xmlfile. In Unity, go to:1
Build Settings
2
Player Settings
3
Publishing Settings

AndroidManifest.xml
file is located in Assets/Plugins/Android
. in the <activity>
section.