Request an App Review on a Mobile Device

A Lightning web component can use a mobile device to prompt users to rate and submit a review of your app to the app stores (Apple and Google). Their feedback can help improve your app experience, encourage downloads, and improve your app’s discoverability.

AppReviewService requires access to platform-specific APIs that are available only within compatible Salesforce mobile apps.

AppReviewService does not and cannot function when running in a web browser, whether on a desktop or mobile device.

Important

  • AppReviewService User Experience

    Your component can deliver any user experience you desire.

  • Use the AppReviewService API

    To develop a Lightning web component with app review features, use the AppReviewService API.

  • AppReviewService Example

    Here’s a minimal but complete example of a Lightning web component that uses AppReviewService to request an app review.

  • Compatibility and Requirements

    AppReviewService is a JavaScript module that provides an API to Lightning web components to make mobile hardware and platform (operating system) features available in JavaScript. It requires access to device hardware and device platform APIs. This access is only available when AppReviewService runs within a compatible Salesforce mobile app. It does not and cannot function when running in a standard web browser, whether the browser runs on a desktop or mobile device.

  • Considerations and Limitations

    Consider these guidelines and limitations when developing features that use the AppReviewService API.

See Also