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

Not compatible with Capacitor 2.x #15

Closed remonvdeijnden closed 3 years ago

remonvdeijnden commented 3 years ago

The latest changes make this plugin incompatible with Capacitor 2.x As a quick workaround, i've created a fork from an older commit: https://github.com/remonvdeijnden/capacitor-rate-app

Suggestion: Create separate releases (tags) on the main branch so users of this plugin are able to use the version matching their version of Capacitor. ✌️

Nodonisko commented 3 years ago

I think you can just use npm install capacitor-rate-app@0.1.1 that's version that should work with Capacitor 2.x. Or that is not working?

Also you can use commit hash instead of version something like npm install capacitor-rate-app@b9c27bf6e5a7c1fa9c18f5e67b54744898de93f1

Feel free to reopen, if you think this is still an issue :)

calvinwoo commented 3 years ago

Ran into this myself, glad I found this thread. I imagine it would be useful to include a note in the README — most people are still on Capacitor 2 given that 3 is still in beta.

calvinwoo commented 3 years ago

3.0 is out at this point, so you can probably ignore my last comment :)