1

when i invite friend by sending link using branch.io,when a receiver click on link and install app and make account,he will automatically add in my friend list,How this is possible?

SAT
  • 11
  • 3

1 Answers1

1

The invite link that you send should have the referring user as a link parameter. Once a user installs the app you can read the referring link parameters on first install https://docs.branch.io/apps/android/#read-deep-link

You will get the referring user details that you had set while creating the link. Use this info to add the user to the referring user's friend list.

Devi Shetty
  • 101
  • 1