Class IOSStoreReviewService

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void requestStoreReview​(java.lang.String fallbackURL)
      Prompts the user with a request to rate and do a review of the current app in the store, without leaving the app Warning: on iOS it can be used only up to three times a year for the same app and version, and also the user could have disabled it from Settings
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IOSStoreReviewService

        public IOSStoreReviewService()
    • Method Detail

      • requestStoreReview

        public void requestStoreReview​(java.lang.String fallbackURL)
        Description copied from interface: StoreReviewService
        Prompts the user with a request to rate and do a review of the current app in the store, without leaving the app Warning: on iOS it can be used only up to three times a year for the same app and version, and also the user could have disabled it from Settings
        Specified by:
        requestStoreReview in interface StoreReviewService
        Parameters:
        fallbackURL - A string with a URL to access directly the store to leave a review, in case the request failed