Collect store ratings and user reviews directly.
Collecting user reviews is essential for app store visibility. Use Nativine's review triggers to prompt users for ratings:
Trigger review logic via a link:
<a href="nativine://rate">Rate Our App</a>
Prompt review flow dynamically after positive user actions:
if (window.Nativine) {
window.Nativine.requestReview();
}
Note: Free plan builds automatically fall back to opening the application's Play Store detail page, while Release plan builds launch the in-app Google Play review dialog flow natively.