Closed Sysix closed 3 years ago
I think the Android doc is outdated for Capacitor 3. The Android app crashs if you implement the MainActivity.java
file like Capacitor 2.
Did someone find out how to use it on Android? We're also struggling to get it to work.
I'm also unable to get it working in Android. The plugin auto-loads fine, however, calling RateApp.requestReview()
results in the following error:
Editing MainActivity.java
is removed from new version 2.0.0.
Please test if it works for you.
Hello,
im confused about the implementation of this plugin. It says, we should add a code block in
MainActivity.java
file, like we did in capacitor 2.Since Capacitor 3 the Plugins are Auto-Loaded: https://capacitorjs.com/docs/updating/3-0#switch-to-automatic-android-plugin-loading
The Plugin is also listed in
capacitor.plugins.json
, so I think that the README.md is outdated