I am trying to find a way to open the google play store with my application when the user clicks a button inside the responsive application. Is there any way to do this?
You can use deeplinking to redirect the user from your application using this: https://developer.android.com/distribute/tools/promote/linking.html
and Linkingnative-native APIs : http://facebook.imtqy.com/react-native/docs/linking.html
Linking
, SPA dev docs android:
market://details?id=<package_name>
:
Linking.openURL("market://details?id=<>");
Linking.openURL("market://details?id=googoo.android.btgps");
Source: https://habr.com/ru/post/1658932/More articles:Express JS Router Middleware Abstraction - node.jsGetting the current timestamp in an inline script pipeline using the hudson plugin pipeline - jenkinsHow to style annotation lines in Google charts? - annotationsFormatting Chart Data Shortcuts with VBA - vbaHow does Java determine the name of the operating system? - javaWhere (in which properties file) is System.getProperty ("key") read? - javaUIView frame does not update after orientation change - iosHow to export mapStateToProps and a Redux form? - reactjsCreate a Laravel request object on the fly - phpUnable to get background gradient to fill the whole screen when rotating - iosAll Articles