Methods for allowing the app to perform actions related to the device's application store

Hierarchy

  • AppStore

Methods

  • Start the process to ask user to review the app, following the rules defined by iOS and Android in their guidelines.

    It is recommended you read the Android and iOS guidelines related to in-app reviews, as they can affect the behavior of this method and influence the app's approval when it is submitted to digital stores.

    Apple Developer Documentation - Request Review

    Google Play In-App Reviews API

    Example:

    await Eitri.appStore.requestInAppReview()
    

    In-App Review request only work on iOS 16.0+. For more information on how to use this method's fallback, check the documentation for RequestReviewInput .

    Compatibility Control

    • API LEVEL 20 - Functionality added

    Parameters

    Returns Promise<void>

Generated using TypeDoc