Search code examples
xcodeipadreleasedevicearchive

Can I release an app without the device?


I have created an iPad app and it is ready to go to the app store, but I can't reach the .app file.. I think it is because I have to build through a real iPad device(which I don't have)?

So, can I build the app for archiving without an iPad, using like the simulator?

/A noob


Solution

  • Yes you can build for archive without having a device connected.

    Step 1: Set the active scheme to 'iOS Device'
    enter image description here

    Step 2: Product > Archive
    enter image description here

    Step 3: Organizer > Archives
    enter image description here

    Note: The screenshots were taken without a connected device.