KjellConnelly / react-native-rate

Send your app users to Apple App Store, Google Play, Amazon, or other using the newest APIs
642 stars 101 forks source link

Open Google Play Store app instead of a chooser #44

Closed xwartz closed 5 years ago

xwartz commented 5 years ago

Hey,

Due to url http://play.google.com/store/apps/details?id=, the action to be performed could be handled by multiple apps and the user might prefer a different app each time. So it will show a chooser dialog as shown:

https://developer.android.com/training/basics/intents/sending#AppChooser

image

The chooser dialog forces the user to select which app to use for the action every time (the user cannot select a default app for the action).

I think we can use Linking from an Android App, so that users can see app's details in the Google Play Store app instead of a chooser.

KjellConnelly commented 5 years ago

That's a great idea :) I'm pretty busy with other things and still stuck with RN 0.40 at the moment, and would like to upgrade to the latest before I work on this intent. But if you or someone else wants to work on it and make a PR I would be fine with that :)