HOME.en.md
RuStore Unity plugin for ratings and reviews
The RuStoreReviewManager plugin allows users to leave a rating and review for your app in RuStore without leaving the app. Unity 6000+ versions are supported.
Integration into the project
From a network location (recommended)
RuStore packages are published in the npm registry and are added to the project via Package Manager without manually downloading archives.
- Open the settings: Edit → Project Settings → Package Manager.
- In the Scoped Registries section, click + and fill in the fields:
- Name —
RuStore Nexus. - URL —
https://nexus-external.vkteam.ru/repository/npm-unity-rustore-exposed/. - Scopes —
ru.rustore.
- Name —
- Open Window → Package Manager — the RuStore Nexus registry will appear in the list of sources.
- Select RuStore Nexus and install the
ru.rustore.reviewpackage with the Install button. Theru.rustore.coredependency will be installed automatically.
From a local location
Installation via Package Manager
- To connect, download the following packages from the releases page:
ru.rustore.core-version.tgz.ru.rustore.review-version.tgz.
- Import the packages into the project via Package Manager (Window → Package Manager → + → Add package from tarball…).
*Installation via .unitypackage
- Download the
RuStoreUnityReviewSDK-version.unitypackagefile from the releases page. - Import it into the project (Assets → Import Package → Custom Package…).
Cloning the repository
To install from source code, use the cloning instructions.
For each artifact in the release, checksum (.sha256) and digital signature (.sig) files are available, which can be used to verify the integrity and authenticity of the artifact after downloading.
Tip
If you are using the macOS operating system, change the settings of the archiving utility. In the Archive Utility settings, uncheck Keep expanding if possible. Otherwise, the project archive will be downloaded incorrectly.
Project configuration
To handle SDK dependencies correctly, perform the following configurations.
- Open the project settings: Edit → Project Settings → Player → Android Settings.
- In the Publishing Settings section, enable the following settings.
- Custom Main Manifest.
- Custom Main Gradle Template.
- Custom Gradle Properties Template.
- In the Other Settings section, configure:
- package name.
- Minimum API Level = 24.
- Target API Level = 34.
Dependency setup
After installation, update the project dependencies using External Dependency Manager (Assets → External Dependency Manager → Android Resolver → Force Resolve).
Open the External Dependency Manager settings: Assets → External Dependency Manager → Android Resolver → Settings, and enable the following options:
- Use Jetifier.
- Patch mainTemplate.gradle.
- Patch gradleTemplate.properties.
SDK initialization
Before calling library methods, you must initialize the RuStoreReviewManager object.
RuStoreReviewManager.Instance.Init();
Start learning the RuStore library documentation with the methods of the RuStoreReviewManager class. Or use the online guide.
Technical support
Additional help and instructions are available in the RuStore documentation and by email at support@rustore.ru.
Distribution terms
This software, including source code, binary libraries, and other files, is distributed under the MIT license. Licensing information is available in the MIT-LICENSE document.