Deep Link / Invite Signup

Hi,

I’m building a very small Task Manager app, that allows users create different Task Lists, add tasks to those lists, and then invite people to join the Task List.

I’d like to build in an invite system into the app, so that users can invite (email or SMS) their friends to join their Task List.

I understand that the following would need to happen from the invite link / process when it is sent to the other user:

A - download the app OR open the app if already installed
B - signup to the app (if you are a new user)
C - join the user to the Task List

How can you complete this full process and keep A, B and C linked together.

For example, if i send the invite to a friend who didn’t have the app, and they end up being redirected to the App store to download the app… however can we link step C to the process?

Thanks in advance to any help you may be able to give.

You can have the user click on a link to both download the app and run a scrip that also puts a keyword in an online database along with the Task List info associated with it.

The User downloads the app, and at app startup, the user enters the keyword given, and taps a submit button, and it queries the online DB for the keyword and finding it, the Task List is created in the app and the invite is added to it.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.