
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
capacitor-rate-app
Advanced tools
Let users rate your app using native rate app dialog for both Android and iOS.
Let users rate your app using native rate app dialog for both Android and iOS.
Please be aware of limitations for your platform, it's reason in 99% cases when dialog is not showing. Platform details: iOS limitations, Android limitations.
$ npm i --save capacitor-rate-app
or
$ yarn add capacitor-rate-app
Don't forget run cap sync
command afterwards. For Capacitor 4 use older version of this plugin (capacitor-rate-app@3
).
import { RateApp } from 'capacitor-rate-app';
RateApp.requestReview();
For more detailed example check demo app check demo app.
This is copied from official docs:
To provide a great user experience, Google Play enforces a time-bound quota on how often a user can be shown the review dialog. Because of this quota, calling the launchReviewFlow method more than once during a short period of time (for example, less than a month) might not always display a dialog.
Because the quota is subject to change, it's important to apply your own logic and target the best possible moment to request a review. For example, you should not have a call-to-action option (such as a button) to trigger the API, as a user might have already hit their quota and the flow won’t be shown, presenting a broken experience to the user. For this use case, redirect the user to the Play Store instead.
Note: The specific value of the quota is an implementation detail, and it can be changed by Google Play without any notice.
FAQs
Let users rate your app using native rate app dialog for both Android and iOS.
The npm package capacitor-rate-app receives a total of 10,061 weekly downloads. As such, capacitor-rate-app popularity was classified as popular.
We found that capacitor-rate-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.