Reputation: 1187
I want to develop universal application in iOS. But for now I am planning to upload only iPhone version of app on App Store and after some days I will upload iPad version. My question is, Should i keep Devices as "Universal" or only "iPhone" for now?. If I keep "iPhone" now, Can I change it to "Universal" in future once my iPad app is ready to upload on App store.
Upvotes: 3
Views: 897
Reputation: 102
Creating Universal App Using Storyboard
When you first create a Xcode project, you’re provided with an option to define the supported devices. Choose “Universal” and Xcode will automatically create a project for all iOS devices.
Upvotes: 1