Getting "You have not configured a feed back link" error when trying to open a link from industry metrics?

I am working on deep linking. I am integrating branch.io sdk into my application. I am also creating an application at branch.io. I am creating a deep link for this application. When I submitted this link to the device and tried to open it in the browser, it displays the error message "You seem to have configured the affiliate connection incorrectly. Please go to the settings tab in your control panel to learn more."

+3


source to share


1 answer


On Android, in order for a link to know where to redirect, you must configure the link parameters.

Here are some requirements: 1. If you check the box "I have an Android application", you must select a destination for the redirect. You can either choose an app from the Play Store, or set your own URL if your app is inactive. If you have set up a custom url, provide the package name of your application project that you will be testing with.

Here's an example of a custom URL: enter image description here



  1. If you do not check the box next to "I have an Android app", you must provide the default URL at the bottom.

enter image description here

0


source







All Articles