WICG / get-installed-related-apps

proposal to add an API to the web for determining if related apps are installed
http://wicg.github.io/get-installed-related-apps/spec/
Other
42 stars 14 forks source link

`navigator.getInstalledRelatedApps()` doesn't detecting the installed app #33

Closed MrZhouZh closed 2 years ago

MrZhouZh commented 2 years ago

I've been trying to implement the getInstalledRelatedApps API to work into my project, but the relatedApps as shown below is returning empty.

Here is the code demo link: https://codesandbox.io/s/7fz9kb.

The playstore app ID has been doublechecked from the android app side. any help would be appreciated, thanks!

image

rayankans commented 2 years ago

This repo is for specification/standardization issues. If you have a bug please file against individual browsers (I believe that would be crbug.com in your case).