App Review
You'll need to import the javascript file in your website before starting from this link.
The App Review Add-on enables you to prompt your users to rate and review your app on respective app store listing page.
.png?alt=media&token=00ecb521-7273-446c-a6c7-0e0c6762f5d9)
Apple App Store App Review
.jpeg?alt=media&token=ee5ce1bc-b3df-49ea-9e8a-dbc4bc709378)
To show Native App Review
Plain JS
ES 6+
const { appReview: AppReview } = window.WTN
AppReview.prompt()
import AppReview from "webtonative/AppReview"
AppReview.prompt()
The Apple App Store controls the actual display of this alert so it may not show for some cases. This is to prevent frequent rating prompts which can be irritating for users. See more details in Apple's Documentation
Last modified 2mo ago