I am trying to set up my app to have deeplinks.
As mentioend in the ionic native docs here we need to use the following command
ionic cordova plugin add ionic-plugin-deeplinks --variable URL_SCHEME=myapp --variable DEEPLINK_SCHEME=https --variable DEEPLINK_HOST=example.com --variable ANDROID_PATH_PREFIX=/
What should I enter in the DEEPLINK_HOST parameter.
If I provide it my site domain will I have to setup anything on that site?