HOME.en.md


RU EN
🏠 Home ❮ Back

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.

  1. Open the settings: Edit → Project Settings → Package Manager.
  2. In the Scoped Registries section, click + and fill in the fields:
    • NameRuStore Nexus.
    • URLhttps://nexus-external.vkteam.ru/repository/npm-unity-rustore-exposed/.
    • Scopesru.rustore.
  3. Open Window → Package Manager — the RuStore Nexus registry will appear in the list of sources.
  4. Select RuStore Nexus and install the ru.rustore.review package with the Install button. The ru.rustore.core dependency will be installed automatically.

From a local location

Installation via Package Manager

  1. To connect, download the following packages from the releases page:
    • ru.rustore.core-version.tgz.
    • ru.rustore.review-version.tgz.
  2. Import the packages into the project via Package Manager (Window → Package Manager → + → Add package from tarball…).

*Installation via .unitypackage

  1. Download the RuStoreUnityReviewSDK-version.unitypackage file from the releases page.
  2. 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.

  1. Open the project settings: Edit → Project Settings → Player → Android Settings.
  2. In the Publishing Settings section, enable the following settings.
    • Custom Main Manifest.
    • Custom Main Gradle Template.
    • Custom Gradle Properties Template.
  3. 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.