capacitor-community / in-app-review

Let users rate your app using native review app dialog for both Android and iOS.
MIT License
163 stars 20 forks source link

Google Play In App Review #6

Closed dmastag closed 4 years ago

dmastag commented 4 years ago

With the release of the Google Play In-App review are there any plans to integrate that into this plugin ?

https://developer.android.com/guide/playcore/in-app-review/ https://developer.android.com/guide/playcore/in-app-review/kotlin-java#kotlin

Nodonisko commented 4 years ago

Good to know, this is definitely things we want and should be easy to implement, only thing we need to handle is compatibility with older version of android.

Feel free to create PR, I wont have free time in next few weeks.

ghost commented 4 years ago

This would be awesome if this was added to the plugin.

ahsanz024 commented 4 years ago

I would like to explore this, will try to open up a PR soon(ish)

ahsanz024 commented 4 years ago

Hey guys I've opened up a PR for adding the in-app review for this plugin. Please do take a look https://github.com/Nodonisko/capacitor-rate-app/pull/8

@Nodonisko

Nodonisko commented 4 years ago

Feature added in #8 publish in version 0.1.1

ghost commented 4 years ago

Thanks, this is awesome. I will look forward to using it.