I have an Android app and I'm building a corresponding website. I would like to write a code in my website home page "index.php" which check if my app is installed direct the user to thanks page url , or if the app isn't installed redirect user to download page
Does someone know how to implement this procedure?
Thanks in advance for your help.
I have an Android app and I'm building a corresponding website. I would like to write a code in my website home page "index.php" which check if my app is installed direct the user to thanks page url , or if the app isn't installed redirect user to download page
Does someone know how to implement this procedure?
Thanks in advance for your help.
Share Improve this question edited Jul 27, 2018 at 18:01 David 2,7122 gold badges21 silver badges32 bronze badges asked Jul 27, 2018 at 17:26 Dr.MezoDr.Mezo 8693 gold badges10 silver badges25 bronze badges 2- Possible duplicate of Redirect User From Browser to My App after open a specific URL – anthonyPHP Commented Jul 27, 2018 at 17:29
- No, this wasn't that duplicate. Here, he wants to check in the browser without clicking on any URLs or without redirecting from website to installed app. – Kamalakannan J Commented Jul 27, 2018 at 17:31
1 Answer
Reset to default 5Yes, you can do if the user has accessed your webpage from Chrome browser(Chrome 59+).
You need to create the Webapp manifest for your website and configure your app's package name. Now from your website, you can check whether your app is installed or not.
You can find the documentation here.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744125765a4559605.html
评论列表(0条)