Summary of uniapp project practice (twenty-seven) Apple App Store listing tutorial

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

Table of contents

  • Prepare materials
  • Steps to put on shelves
  • Audit matters

Prepare materials

Basic Information

  • Build version: requires an ipa format installation package;
  • logo: your application’s logo icon;
  • App name: The name will be displayed in the App Store only after review;
  • App subtitle: The subtitle will be displayed in the App Store after review;
  • Promotional text: Promotional text allows you to let App Store visitors know about the current app features without submitting an update request;
  • Description: A description of your App to detail features and functions;
  • Keywords: Add one or more keywords to describe your app. Keywords will make App Store search results more accurate. Keywords should be separated by English commas or Chinese commas (or a mixture of both);
  • Application classification: type of application;
  • Applicable age: suitable for users of what age;
  • Technical support URL: Your App technical support information URL (URL), which will be displayed in the App Store;
  • Version: The version number of the App you want to add. Numbering should follow software version specifications;
  • Copyright: Your application developer name;

App screenshots

Let me be clear on this. The screenshot requirements for each device size are different. Here are the application screenshot requirements for some common sizes.

serial number name size type quantity Remark
1 6.5 inches 1242*2688 png 3-5 sheets
2 5.5 inches 1242*2208 png 3-5 sheets
3 12.9 inches 2048*2732 png 3-5 sheets

Steps to put on shelves

The article on Apple packaging tutorial has already introduced how to register an Apple developer account, so the registration process will be omitted.

Log in to the background

Apple developer backend address

Create app

  • After entering the background, click My APP
    Insert image description here

  • Click the plus sign in the upper left corner and click New App
    Insert image description here

  • Fill in the platform, name, note language, SKU (your App’s unique ID, this ID will not be displayed in the App Store); access permissions (you can limit which users can see this App in App Store Connect. If you choose is "Full Access", then all users will have access to the App. Users with "Management", "Finance" and "Reporting" functions cannot have restricted access to the App);
    Insert image description here

  • After successful creation, enter the application homepage;
    Insert image description here

complete material

Mainly the following information:

  • App information;
  • Price and sales range;
  • App privacy;

The above three parts are basic filling items.

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

Upload application

Apple supports two upload methods: software upload and interface upload. Upload to TestFlightthe application for testing, and then add it to the App Store application information column for submission.

  • Software upload

Search in MAC App Store transporter.

transporter download address

  • Interface upload

Apple upload interface address

Audit matters

Review Guide

Apple App Store Review Guidelines

Precautions

The following lists some common review issues. Apple's test reviewers all use the latest iPads for testing. Therefore, before submitting for review, please ensure that the iPad can also be used normally.

  • Guideline 4.8 - Design - Sign in with Apple

Your app uses a third-party login service, but does not offer Sign in with Apple. Apps that use a third-party login service for account authentication need to offer Sign in with Apple to users as an equivalent option to provide the sign-in experience App Store users expect.

This means that if you use a third-party login method, you must support logging in with an Apple account.

  • Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage

We noticed that your app requires users to register or log in to access features that are not account based.

This means that if you have purchased services or products in your app, you need to be able to purchase them without logging in.

  • Guideline 4.0 - Design

We noticed that several screens of your app were crowded or laid out in a way that made it difficult to use your app.

The problem is that your application must support the iPad to access the page normally, and there must be no page style issues.

  • Guideline 3.1.1 - Business - Payments - In-App Purchase

We noticed that your app includes or accesses paid digital content, services, or functionality by means other than in-app purchase, which is not appropriate for the App Store. Specifically

This problem means that if you provide virtual services and products in your app, you must use Apple's in-app purchase channels, and you are not allowed to use third-party payment channels, such as WeChat payment, Alipay payment and other third-party payment methods.

  • Guideline 2.3.3 - Performance - Accurate Metadata

We noticed that your screenshots do not sufficiently show your app in use. Specifically, your iPad Pro (2nd Gen) and iPad Pro (6th Gen) screenshots show an iPhone device frame.
To help users understand your app’s functionality and value, your screenshots should highlight your app’s core concept. For example, a gaming app should feature screenshots that capture actual gameplay within the app.

The problem is that the application screenshots should be consistent with the content of the application and highlight the main functions.

  • Guideline 2.3.1 - Performance

We noticed that your app may contain hidden features, functionality, or content.

Don't include untapped pages and functionality, including hidden content, functionality, and features.

  • Guideline 1.1.6 - Safety - Objectionable Content

We noticed that your app’s in-app purchase products are labeled as ¥ (RMB), which could confuse and mislead users into believing they are purchasing a real currency.

The problem is that you cannot use the ¥ character in the amount unit to avoid ambiguity.

  • Guideline 1.2 - Safety - User Generated Content

We still found in our review that your app includes user-generated content but does not have all the required precautions. Apps with user-generated content must take specific steps to moderate content and prevent abusive behavior.

The problem is that if your app contains content posted by users, you must block or ban the users, and report and delete the illegal content posted by users.

Adopt suggestions

After the review is rejected, it is best to send an email or call Apple customer service, so that you can quickly know the cause of the problem and correct it in time, and the review speed will be very fast.

Pay attention to your email or phone number in time. Apple customer service will call you from time to time. If you don't receive it, you will miss some opportunities.

at last

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

Guess you like

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