Skip to main content

How to Publish iOS App to App Store

To publish your News App to the iOS App Store, follow these steps:

  1. Open your Project's Runner.xcworkspace file in Xcode, and add your Team (Your Apple Developer ID) and also insert GoogleService-Info.plist file (Downloaded from Firebase Project) inside the folder named Runner.

    iOS App Setup

  2. Select Any iOS Device (armv7,arm64) as shown in the image below.

    iOS Device Selection

  3. After that, select Archive from the Product menu of Xcode as shown below.

    Archive Option

  4. Once Build/Archive is generated, a pop-up window will be shown. Validate your app first, and after successful validation, you can distribute the app to the App Store.

    App Distribution

  5. After successful submission of the build file, it will be reflected in your Apple Developer Account where you have created an app with the same Bundle ID.

    Click here for detailed help on submitting your app to the App Store