Developing a mobile application is only half the path to success. In order for your project to be seen by millions of potential players, you need to choose the right digital distribution. The mobile games market is oversaturated, and not only the number of downloads, but also the financial return on the project depends on it. In the current geopolitical situation and changes in the functioning of global ecosystems, developers are faced with the need to diversify distribution channels. where to place a game on Android, not only the number of downloads depends, but also the financial return on the project. In the current geopolitical situation and changes in the functioning of global ecosystems, developers are faced with the need to diversify distribution channels.

Previously, dominance Google Play was absolute, but now the situation has changed dramatically. The emergence of domestic alternatives, such as RuStore, and the strengthening of the positions of stores from device manufacturers, for example, Huawei AppGallery, have created a new competitive environment. Choosing a platform now requires an in-depth analysis of the target audience, monetization conditions and technical requirements for APK or AAB files.

In this article we will analyze in detail the main publishing platforms, compare their commissions, moderation features and content requirements. You will learn how to prepare a project for release, what documents are required for verification, and how to avoid common mistakes when uploading a build for the first time. Understanding these nuances will help you optimize your marketing budget and launch your product as efficiently as possible.

Official Google Play store: features and limitations

Despite changes in payment systems for users from a number of countries, Google Play remains the largest showcase for Android applications in the world. For developers focusing on the global market (USA, Europe, Asia), this platform is still a priority. Getting into the Google catalog guarantees a high level of trust from users and access to powerful analytics tools.

However, the publication process here is characterized by a high degree of bureaucratization. You'll need to register for a developer account, pay a one-time fee of $25, and go through a strict identity verification process. The store's policy is constantly being tightened: new accounts are now required to conduct closed testing with a minimum of 20 testers for 14 days before open release.

Technical requirements also play a critical role. Google requires using the format Android App Bundle (.aab) instead of the outdated one APK for new applications. This allows you to optimize the size of the downloaded file for each specific user device. In addition, you must comply with the Target API rules: the application must be compiled for the current version of Android, otherwise it simply will not pass moderation.

โš ๏ธ Attention: Google Play commission is 15% for the first $1 million in annual income and 30% above this amount. Take this into account when calculating the unit economics of your project.

For those who plan to work with internal currency or subscriptions, integration Google Play Billing is a mandatory requirement for digital goods. Bypassing this system may result in the application being blocked. At the same time, for physical goods or services provided outside the application, the use of third-party payment gateways is allowed, which opens up opportunities for hybrid monetization models.

๐Ÿ“Š Which platform is your priority now?
Google Play
RuStore
Huawei AppGallery
Third-party stores
Your website

Domestic alternatives: RuStore and VK Play

In response to the limitations of Western services, local distribution platforms are actively developing in Russia. The leader of this segment was RuStore, supported by the Ministry of Digital Development of the Russian Federation and the largest IT companies in the country. This platform offers developers preferential conditions, a simplified registration procedure for legal entities and individual entrepreneurs from Russia, as well as the absence of commissions at a certain stage of service development.

Publication in RuStore requires a confirmed account in the Unified Identification and Logistics System (State Services) to verify the copyright holder. This ensures a high level of security and reduces the risk of fraudulent software. The store actively integrates with the operating systems of Russian smartphones, which provides it with organic traffic without the need for aggressive marketing.

Another significant platform is VK Play, which focuses not only on mobile games, but also on the PC segment, creating a unified ecosystem for gamers. Integration with a social network VKontakte allows you to use social graphs for viral distribution of games. There are also flexible conditions for indie developers and the ability to quickly start without complex barriers to entry.

  • ๐Ÿš€ Fast moderation: The average time for checking applications in Russian stores is from 1 to 3 business days, which is much faster than global counterparts.
  • ๐Ÿ’ณ Local payments: full support for cards MIR, SBP and other Russian payment methods, which is critical for monetizing audiences from the Russian Federation.
  • ๐Ÿ›ก๏ธ Support developers: availability of personal managers and grant support apps for promising gaming projects.

It is important to note that many users in Russia are already accustomed to installing applications from alternative sources. The presence of your product in RuStore increases the loyalty of the audience who are looking for legal and safe ways to install software after the departure of international giants. Ignoring local sites is now tantamount to voluntarily abandoning a significant part of the market.

๐Ÿ’ก

Use cross-promotional opportunities: place download links in RuStore inside the game for users from the Russian Federation, and for the rest - link to Google Play. This can be implemented through geotargeting in the server settings.

Stores from device manufacturers (OEM Stores)

Do not underestimate the potential of stores pre-installed on smartphones of specific brands. Huawei AppGallery is the third largest application store in the world. For game developers, this is an excellent opportunity to reach an audience of device owners Huawei and Honorwho are deprived of Google services.

The platform provides a powerful set of tools for analytics and promotion, including the system Huawei Mobile Services (HMS). HMS Core integration allows you to implement achievements, cloud saves and in-game purchases through local payment systems. The publishing process here is transparent, and developer support responds promptly, helping to solve technical problems with the build.

There are also stores from Samsung Galaxy Store, Xiaomi GetApps and Oppo Software Store. These sites are often less crowded than Google Play, which gives your project a better chance of getting into the recommendations and top categories. Publishing in them can be done directly through the developer portals of the corresponding vendors.

Platform Commission (standard) Account requirements Features
Google Play 15% / 30% Identity verification, $25 Global coverage, strict rules
RuStore 0% / 5% (benefits) Legal entity/IP of the Russian Federation, Government services Local payments, support of the Russian Federation
Huawei AppGallery 15% / 25% Verification companies Audience without GMS, HMS tools
Samsung Store Individually Seller registration Premium audience, Galaxy devices

When choosing OEM stores, it is important to take into account the specifics of their audience. Users Samsung are often more solvent, while the audience of Chinese brands may be more price-sensitive, but massive. Adapting the interface and marketing materials to the specifics of each store can significantly increase installation conversion.

โš ๏ธ Attention: Commission conditions and moderation rules in app stores may change. Always check the current tariffs in the โ€œFor Developersโ€ section on the official website of a specific site before starting integration.

Third-party sites and independent distribution

In addition to official catalogs, there is a segment of independent distribution. Platforms like TapTap or QooApp are extremely popular among hardcore gamers, especially in the RPG and strategy genres. These communities value Early Access and beta tests, providing developers with valuable feedback before the full release.

Hosting the game on your own website or landing page gives you complete control over the process. You can distribute APK the file directly without sharing income with intermediaries. However, this method requires significant investment in marketing since you do not have organic store traffic. Users will have to allow installation from unknown sources in the settings Security โ†’ Unknown applications.

For the technical implementation of direct download, it is necessary to configure the correct MIME typing on the server and ensure a secure connection HTTPS. Browsers and antivirus apps may mark downloaded files as suspicious if the domain does not have a reputation. Using services like Firebase App Distribution or HockeyApp (now part of Visual Studio App Center) simplifies the task of distributing test builds.

How to protect an APK from piracy?

For protection, use code obfuscation (ProGuard or R8), check the application signature at startup and implement server-side license validation. Never store critical game logic on the client side.

Independent distribution is often chosen by developers of adult games (18+), which are not moderated in strict stores, or by projects with non-standard monetization mechanics. In this case, you set the rules yourself, but you also bear full responsibility for the security of user data.

Preparing a project for publication: developer checklist

A successful release begins long before you click the โ€œPublishโ€ button. Build quality, optimization of resources and compliance with platform guidelines are the key factors influencing the decision of moderators. Errors at this stage can lead to rejection of the application and loss of time for re-verification.

First of all, you need to prepare the graphics assets. The icon, screenshots, promotional video and description must be made in high resolution and meet the requirements of a specific site. For example, Google Play requires screenshots for at least 7-inch tablets if the application is declared as universal. Texts must be localized into the main languages โ€‹โ€‹of the target regions.

The technical part includes checking access rights. Requesting unnecessary permissions (for example, access to contacts for a simple arcade game) is a common reason for denial. Use the manifest AndroidManifest.xml minimum necessary. Also make sure that the application does not crash upon launch and passes basic usage scenarios on different OS versions.

โ˜‘๏ธ Ready for release

Completed: 0 / 5

Pay special attention to the privacy policy. Having a link to a document describing the collection and processing of personal data is a mandatory requirement for almost all stores. The link must be placed both in the store and inside the application itself in the settings section.

Promotion and ASO after placement

Game placement is just the start. In order for the project to be noticed, work is necessary on ASO (App Store Optimization). This is the process of optimizing an app's page to increase its visibility in in-store searches. Keywords in the title and description, high-quality visuals and high ratings directly affect the position in the search results.

Working with user reviews is critically important. Respond to comments, especially negative ones, by offering solutions to problems. This shows live support and increases the trust of new users. Encourage satisfied players to leave ratings, but do it natively, without violating site rules regarding incentivized reviews.

Use the analytics tools built into the developer console. Track your conversion funnel: how many users saw the page, how many proceeded to install, and how many completed it. Analyze traffic sources and retain your audience through regular content updates and in-game events.

๐Ÿ’ก

Regular updates (at least once a month) signal the store algorithms about a live project, which has a positive effect on ranking in search and recommendations.

How much does it cost to host a game on Google Play?

Registration A developer account costs $25. This is a one-time payment. Next, you pay a commission on income: 15% on the first million dollars per year and 30% on the amount exceeding this limit. The placement of applications itself is free.

Is it possible to place a game in RuStore without an individual entrepreneur or LLC?

Currently, for the full publication of commercial projects and connection of payments in RuStore, the status of a legal entity or individual entrepreneur, confirmed through State Services, is required. For individuals, the possibilities are limited.

What is an Android App Bundle and why do you need it?

AAB is a publication format that allows Google Play to generate optimized APK for each specific user device. This reduces the download file size by 15-20% compared to a universal APK.

How long does it take to moderate a game in stores?

On Google Play, verification can take from 2 to 7 days, sometimes longer for new accounts. In RuStore and Huawei AppGallery, the process is usually faster - from 1 to 3 business days, thanks to more personalized support.

Do I need to register the game as a media outlet or get an age rating?

An age rating (0+, 12+, 18+) is required when publishing in any store and is filled out through a form in the developer console. Registration as media is required only for certain types of content in accordance with the legislation of the Russian Federation; ordinary games do not fall under this.