Mobile Review
The Mobile Review plugin is specifically designed to implement in-app rating and in-app review features in both Android and iOS, for games built using Construct 3 and Construct 2.
The Mobile Review plugin allow users to leave application ratings and reviews using the in-app rating dialog if supported and the general in-app review of the current application, or an external one.
Introduction
The Construct Master Collection supports the full and easy integration of native mobile Android SDKs and iOS SDKs for both Construct 3 and Construct 2.
Please click here to learn more about Mobile.
Features
The Mobile Review plugin is specifically designed to implement in-app rating and in-app review features in both Android and iOS, for games built using Construct 3 and Construct 2.
The Mobile Review plugin allow users to leave application ratings and reviews using the in-app rating dialog if supported and the general in-app review of the current application, or an external one.
Here are some of the native features of the mobile plugin:
Android In-App Review
Android In-App Rating
iOS In-App Review
iOS In-App Rating
Rating support check condition.
Review for 3rd party or external applications.
Review check if successfully shown.
Rating check if successfully shown.
Additional rating check triggers.
Easy demo projects
For more information about native mobile or Android and iOS features, please click here to learn the introductory lessons to Mobile.
Platform Integration
Here are some of the platforms that are natively supported:
Android
iOS
Native Android
Native iOS
Build Support
Here are some of the supported build options:
Construct 3 Build Service
Android Studio
Xcode
Phonegap
Editor Features
Here are some of the features in the Construct editor:
Construct 3
Construct 2
How to use?
It is easy to use the Mobile Review plugin, you will only need to follow the steps below.
1. The first step is to add the Mobile Review object into the project.
Documentation
Here are the following official documentation and guides into setting up your In-App Rating and In-App Review integrations in both Construct 3 and Construct 2.
Proper Event Syntax
The Mobile Review is a plugin that allows users to leave ratings through an in-app rating dialog or launches the app store page for review, for the current application, or a 3rd party or external application, for applications made in Construct 3 or Construct 2 with support for both Android and iOS.
The image above represents a sample event with proper syntax in launching in-app rating dialogs.
Some old devices do not support in-app ratings, therefore it is recommended to check if rating is supported beforehand.
As a fallback if the device does not support in-app ratings, you can still show in-app reviews, which is supported by most, if not all devices. Application reviews compared to in-app ratings, will launch the application page in the Google Play Store or Apple App Store, with easy access to the review section.
Actions, Conditions & Expressions
Actions
The following action groups:
Mobile Review
Mobile Rating
Mobile Review
Launch Review - Launches the App Store page for the current app, in order for the user to leave a review.
Launch Review for App - Launches the App Store page for the specified app, in order for the user to leave a review.
App ID - Android: Package Name of the App. IOS: Apple ID of the app.
Mobile Rating
Launch Rating - On Android and iOS 10.3 and above, this invokes the native in-app rating dialog which allows the user to rate your app without needing to open the App Store.
Conditions
The following condition groups:
Mobile Review
Mobile Rating
Mobile Review
On Review - Triggered when the launch review has been shown successfully.
On Review Failed - Triggered when the launch review has failed to show.
Mobile Rating
On Rating Requested - Triggered when the launch rating has been requested. iOS only.
On Rating Shown - Triggered when the launch rating has been shown.
On Rating Dismissed - Triggered when the launch rating has been dismissed. iOS only.
On Rating Failed - Triggered when the launch rating has failed to show. iOS only.
Is Rating Supported - Indicates if the current platform/version supports in-app ratings dialog.
Is Rating Loading - Indicates the duration between the "On Rating Requested" and "On Rating Shown".
Expressions
The following expression groups:
Mobile Review
Mobile Rating
Mobile Review
reviewError - Return the failure error message of the "Launch Review".
Mobile Rating
ratingError - Return the failure error message of the "Launch Rating".
Showcase
The Mobile Review plugin allow users to leave application ratings and reviews using the in-app rating dialog if supported and the general in-app review of the current application, or an external one.
This is essential in making sure you receive feedback for your game or general applications, to attract new players or application users, and improve your project with constructive feedbacks.
Game Projects
Instructions Kit
Specifications
-
Instructions - The game project contains instructions and steps on how to use the addon and its features.
-
Action, Conditions and Expressions - It covers the implementation of each action, condition and expression.
-
Tips and Tricks - It provides some tips and tricks on the recommended ways of using the addon.