Reputation: 6333
Can I submit an iPad app without owning a iPad? In other words can I build and compile an app without the device and submit it. Obviously without the device the build will Fail. Or is there a way around this with the simulator builds?
thanks
Upvotes: 0
Views: 132
Reputation:
You should be able to build with "iOS Device" and get a working app.
Upvotes: 1
Reputation: 19912
You can.
You can't submit simulator builds because they are compiled for Intel and not ARM, but you don't need an iPad to build and iPad app.
If you set up your certificates and provisioning profiles properly, the build will NOT fail even if you don't have the device.
Upvotes: 3