Reputation: 4721
I successfully created an Iphone application...Now I want to create the equivalent Ipad application with bigger resolution but the same functionality.. How to start ? Should I create a separate Application for the Ipad or can I extend the Iphone one to support Ipad big screens ? Is this possible ?
Upvotes: 2
Views: 82
Reputation: 8845
You should go to your App Summary and set Devices to Universal.
Then you can run the app in both clients. Just make sure the UI scales with the different resolutions, and you will be fine.
Also, this will ensure that people who bought it for one device don't need to buy it for a second device. Plus you can keep rating, updates and comments syncronized.
Upvotes: 3