DEV Community

Gjunny
Gjunny

Posted on

Detailed explanation of the process for listing the Apple iOS App Store: from developer account to application release

Detailed explanation of the process for listing the Apple iOS App Store: from developer account to application release
Many developers, after completing the development and internal testing of their iOS app, face the next step of uploading it to the App Store. However, many developers may not be familiar with the process of submitting an app to the App Store. Below, we will outline the specific steps for submitting an iOS app to the App Store. If there are any parts that we haven't covered, feel free to ask for timely consultation and discussion.
After completing the development and internal testing of the iOS app, the next step is to submit the application to the App Store. However, many developers may not be familiar with the submission process. Below, we will provide a detailed introduction to the process of submitting an iOS app to the App Store.

  1. Create a developer account: To start the submission process, you first need to create an Apple Developer account. The specific steps can be found in the following link: Link (https://community.apicloud.com/bbs/thread-170140-1-1.html).
  2. Certificate creation: Before applying for App Store submission, you need to create the corresponding certificates for your application. You can refer to the following link for the specific steps: Link (https://community.apicloud.com/bbs/thread-170140-1-1.html).
  3. Submit to the App Store: a. Submit the app to the App Store: In the developer center, select "My Apps" and then choose "New App". On the new page, fill in the basic information of the application, such as the app name, subtitle, app description, etc. b. Set price and sales territories: In the "Pricing and Availability" section, choose the appropriate price and sales territories based on the app's situation. c. Configure app privacy settings: In the "Privacy" section, configure the required privacy settings for the app. d. Submit for review: After completing the above steps, submit the app for review. The review process usually takes about one working day, but it may be extended due to delays or other factors. e. Once approved, the app will be available for sale, and users can download it from the App Store. This is the complete process of submitting an iOS app to the App Store. We hope this guide will be helpful to you. If you have any questions or need further guidance, please feel free to consult and discuss. Today, we will share a convenient method for certificate upload, which is the "appuploader" tool.
  4. Certificate Management: Click on "Certificate Management" on the home page.
  5. Create a new certificate: Click on "Add" to create a new certificate file. Note that certificates created with a free account are only valid for 7 days and do not have push notification functionality. Push certificates are used for configuring push notifications on websites, not for packaging and compiling apps. Furthermore, free accounts can only create development certificates and cannot submit uploads for distribution, use Apple login, payments, or push notifications. The circled part in red represents the development certificate, while "distribution" and "managed" certificates require a $99 payment to Apple to use.
  6. Use the appuploader service to synchronize certificates: If you check the box for "Use appuploader service to synchronize certificates," you will be able to download and use this certificate on different computers. You can then upload the IPA file to the App Store for Apple's review without needing a Mac computer or Xcode. It's very simple and convenient. After creating the certificate, save the file to your desired location using the "Save As" function. The created certificate will be in .p12 format and does not require conversion.

Image description

Top comments (0)