Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

Forums

OverviewFelgo Plugins Support › Ask to rate in Play Store

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12205

    Cho

    How can i add a button or something that will make users rate my game on play store and i can know if it is success. Please help me…

    #12211

    Günther
    Felgo Team

    Hi Cho!

    As far as I know, there’s no way to determine if a user has already rated your app or not. However, you can add a button or dialog, that will open the Play Store or Apple Store on the device:

    import Felgo 3.0
    
    App {
      id: app
    
      Page {
        AppButton {
          anchors.centerIn: parent
          text: "Rate Me"
          onClicked: {
            if(Theme.isAndroid)
              nativeUtils.openUrl("market://details?id=net.vplay.demos.apps.showcaseapp")
            else if(Theme.isIos)
              nativeUtils.openUrl("itms-apps://itunes.apple.com/app/id1040477271")
          }
        }
      }
      
    }

    This example would open the Felgo App Demos in the store.
    You may also use the Storage class to memorize if the user has clicked this link already.

    Best,
    Günther

     

Viewing 2 posts - 1 through 2 (of 2 total)

RSS feed for this thread

You must be logged in to reply to this topic.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded