Summary of uniapp project practice (twenty-six) Android app store listing tutorial

Introduction: I have introduced how to package an Android installation package file before. If you want to put it on the Android App Store, then come here to learn how.

Table of contents

  • Prepare materials
  • app Store
  • Register an account
  • Steps to put on shelves
  • Audit matters

Prepare materials

Basic Information

  • Installation package: 32 or 64 bit required;
  • Package name: The package name filled in when packaging configuration;
  • logo: your application’s logo icon;
  • Application name: the name of your application;
  • Developer Name: Your application developer name;
  • One sentence introduction: your application slogan;
  • Application introduction: This is a brief introduction to your app;
  • Update features: Attention functions in this update;
  • Keyword: This is the search term and keyword of the application;
  • Application classification: type of application;
  • Applicable age: suitable for users of what age;
  • Application permissions: What permissions are used by the application, on which pages, and what functions are performed;

App screenshots

Let me be clear on this. Every app store has different screenshot requirements. Here are the app screenshot requirements for some common app stores.

serial number name size size type quantity Remark
1 Millet 1080*1920 No more than 5 MB png
2 oppo 1080*1920 A single document cannot exceed 1M JPG/PNG 3-5 sheets
3 vivo 1080*1920 Within 2MB png/jpg 3-5 sheets
4 Huawei 450*800px WEBP is within 100 KB, others are within 2 MB PNG/JPG/JPEG/WEBP 3~5 photos Aspect ratio 9:16
5 360 Not less than 800 480 (480 800) Single sheet cannot exceed 3M JPG/PNG 4-5 sheets Remove the top notification bar in screenshots
6 Ali No less than 480 800 or 800 480 jpg/png at least 4 iOS app screenshots cannot be uploaded
7 Baidu Not less than 480*800px Single file is less than 1MB JPG/JPEG/PNG 4-6 sheets The content of each screenshot cannot be the same
8 Tencent 1080 1920px, minimum not less than 320 480px No more than 1M per page JPG/PNG 4-5 sheets

Qualification certificate

Below are the commonly required qualification documents.

  • Screenshot of website registration: Screenshot of company seal on ICP query website domain name page;
  • Security assessment report: If it has public opinion attributes, it is necessary to apply for public security filing;
  • Software copyright and copyright certificate: paper or electronic copyright and software copyright certificate;
  • AI algorithm registration: AI algorithm registration is required for deep synthesis applications;

The following is the website address for application:

app Store

Below are some common app store addresses.

Register an account

The following are the registration documents for each app store developer account.

The basic steps are:

  • Register a personal account;
  • Log in to the developer website;
  • Select developer type;
  • sign a contract;
  • Fill in the information: business email, name, type; contact name, email and QQ;
  • Enterprise certification: organization type, business license, company name, unified social credit code, legal person name and mobile phone number; corporate bank account, opening bank; small amount transfer test;
  • Authentication successful;

When registering a developer account and enterprise certification, you need to prepare the above materials to avoid registration and certification failures.

Steps to put on shelves

Create app

  • Application Name

The common name of the application, which cannot be modified after creation. This name is used for long-term management of the application. When the application is released, the display name after actual installation can be modified.

  • Application package name

As for the unique identification of the application, if a prompt appears that the package name is occupied during the creation process and you indeed have ownership qualifications for this package name, please follow the guidance to claim the application.

App package names can only contain uppercase or lowercase letters (from "A" to "Z"), numbers, and underscores ("_"). Each part of the package name can only start with a letter, be separated by ".", and contain at least two pieces of content; for example, com.android.demo

complete material

  • APK file upload;
  • Fill in permission information;
  • Compatible devices;
  • Application classification;
  • time online;
  • Basic Information;
  • Screenshot information;
  • Qualification information;
  • contact information;

After filling in the above information, submit it for review.

Audit matters

Review Guidelines Document

The following is the review guide document for each app store developer account.

basic requirements

The basic requirements are:

  1. The application name and package name cannot be repeated;
  2. It cannot involve publishing illegal, politically sensitive, violent and pornographic information;
  3. Safety/function/impact/advertising/content and other specifications;
  4. Privacy/payment/minor protection/intellectual property rights and other regulations;
  5. Developer behavior precautions and inclusion type specifications;
  6. Other matters needing attention;

As long as your app meets the above requirements, it can basically pass the review and be successfully put on the app store.

at last

The above is the main content of the Android App Store listing tutorial. If there are any shortcomings, please correct me.

Guess you like

Origin blog.csdn.net/fed_guanqi/article/details/133528133