How can i open the app store if my app is not installed

I’ve implemented sharing and deep linking following this:https://docs.expo.io/versions/latest/guides/linking.html#handling-urls-in-your-app

I was wondering if I wanted to be able to open the app store if the app was not installed, what would i need to do.

Hi @omorhefere! I’d recommend reading these docs: App Search Programming Guide: Support Universal Links and Handling Android App Links  |  Android Developers. You’ll have to do some extra server work on the iOS side.

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