Could I submit app to appstore without ios device?

后端 未结 5 1389
庸人自扰
庸人自扰 2020-12-06 07:24

Today I want submit my app to app store, I created apple ID and prepared app for upload. I created Distribution Provisioning Profile and I prepared everything in xcode but w

5条回答
  •  [愿得一人]
    2020-12-06 07:53

    From Official Apple Documentation

    To create an archive

    1. For iOS, tvOS, and watchOS apps, choose a generic device or your device name from the Scheme toolbar menu in the project editor.

      You can’t create an archive of a simulator build. If a device is connected to your Mac, the device name appears in the Scheme toolbar menu. When you disconnect the device, the menu item changes to the generic device.

    2. Choose Product > Archive.

      The Archives organizer appears and displays the new archive.

    So you don't need an iOS Device to create an archive and distribute it on the App Store or for beta/ad-hoc testing.

提交回复
热议问题