3

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.

Rakesh
  • 1,177
  • 1
  • 15
  • 31
  • yes you can change later on, keep it iPhone only for now, show that iPhone version didn't messed up on iPAD. – Sheshnath Mar 11 '16 at 07:22
  • @sheshnath thank you for your response. Can you provide me some doc where i can read this and show to my client. – Rakesh Mar 14 '16 at 10:46
  • see this link https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/ChangingAppMetadata.html – Sheshnath Mar 14 '16 at 11:47

1 Answers1

1

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.

ashwini
  • 102
  • 1
  • 10