-1

If a user clicks a hyperlink it should take the user to the app if installed or corresponding app in the Google play. After installation the auto fill in the login page with credentials in the hyperlink.

To do this which feature should I enable - Dynamic link or App Indexing or App Invite ?

user1382802
  • 567
  • 2
  • 11
  • 21
  • https://stackoverflow.com/a/11610829/940834 Here is an example of opening app or playstore. – IAmGroot Nov 16 '17 at 09:43
  • I want to click a tiny url received via sms or email which include the user credential. Once clicked if the app is already installed it should populate the textbox or install from the Google play after installation the textbox should be auto populated – user1382802 Nov 16 '17 at 10:34
  • You cannot control someone elses app in that manner, entering text into boxes. – IAmGroot Nov 16 '17 at 10:50
  • I don't want to control other apps. I will be creating an app with user login. Upload to app store. Build a tiny url with user info. Send it to user. Once the user clicks, the app should fill the login detail in the login screen from the hyperlink – user1382802 Nov 16 '17 at 10:58
  • See here: https://stackoverflow.com/a/17063750/940834 – IAmGroot Nov 16 '17 at 11:21
  • This won't take to the Google play if the app is not installed in the device. – user1382802 Nov 16 '17 at 11:28
  • You would probably have to do it in two steps. See both links above – IAmGroot Nov 16 '17 at 12:40

1 Answers1

0

Firebase Dynamic Links will work for your purpose.

App Invite generally serves similar purpose, but a bit less configurable. App Invite has built-in people picker.

App Indexing is different kind of library.

As a bonus the Firebase Dynamic Links will work with iOS App, if you have one.

Oleksiy Ivanov
  • 2,181
  • 11
  • 20