Skip to content

Instantly share code, notes, and snippets.

@prat14k
Created February 22, 2019 07:49
Show Gist options
  • Save prat14k/11eae109f8589e4ed84a85a7eb670ff6 to your computer and use it in GitHub Desktop.
Save prat14k/11eae109f8589e4ed84a85a7eb670ff6 to your computer and use it in GitHub Desktop.
Basic Requirements to upload an app to app-store
  1. Register for the Apple Developer Program:
  • Delevopment Team Account ($299)
  • Individual Person Account ($99)
  1. Create an App entry in iTunes Connect
    • This account will be accessible as soon as you have enrolled in the developer program
  2. App-Icon
    • There are multiple sizes.
  • Can be made first for 1024 x 1024 and generated for all sizes using Sketch or XD
  1. Screenshot/App previews
    • Should add screenshots of your app and can add preview video, containing the overview of the app.
    • If supporting all iPhone devices in Potrait, better will be to provide screenshots of multiple screen sizes
  2. App Information/Metadata:
    • The app entry in the iTunes Connect should include the following:
      • The name of your app
      • The version number
      • Privacy Policy URL
      • The category for your app
      • A detailed description
      • Any additional keywords
      • Support URL (Basically web-site url)
      • Marketing URL (Optional; A URL with marketing information about your app)
      • Copyright
      • Contact Information (The person in the organization who should be contacted if the App Review team has any questions or needs additional information)
      • Sign-In credentials for App Review Demo
  3. Generating Provisioning Profiles, APNS Certificates (if using push notifications), Any other certificates required
  4. Xcode for build upload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment