Would iPad app be same as iPhone app?

3.6K Posts


in Techie Stuff
Hope that makes sense, I use a share dealing app called IGIndex on both iPhone 6 and on my nexus 7 and the iPhone version is much better, layout etc
Would it be the same on the iPad mini? What I mean is would the layout etc be Apple specific, or just for iPhones?
Would it be the same on the iPad mini? What I mean is would the layout etc be Apple specific, or just for iPhones?
Kitchen project - Apologies in advance for all the questions!
0
This discussion has been closed.
Latest MSE News and Guides
Replies
The universal ones may have the identical or different layouts/ functions etc on each device or the iPad may be slightly different to better use the extra screen space - or at least the developers idea of better use anyway. With this you have no option but to use the version for the device you are on (though in theory I guess developers could let you pick they dont generally)
With the others then you can actually install iPad or iPhone versions on an iPad, with an iPhone version it can either be run natively so you get a phone screen sized box in the middle of the screen and black around it or X times normal to fill the whole screen. Obviously in the later its just scaled up rather than higher resolution graphics being used and so whilst its functionally fine it evidently looks like something thats fairly poorly scaled.
Apple increasingly push universal apps so even if they are separate now you may find it being replaced with a universal one in the future.
its not actually that easy to allow this, as the developer doesn't have any control over which interface is used. They just specify the the different layouts for iphone and ipad, and the OS picks which to use based on the device.
in theory, you could create the interfaces programmatically, but this would be a huge amount of extra work, so not really worth it. And even if you did, theres no guarantee apple would even let you release it, they are quite strict on how interfaces should work
It is theoretically possible though, was my point. Fully accept that I have not seen a single one that does actually do it but you know how this forum is, if you say "never" its like red rag to a bull and you can be sure someone finds an obscure example that proves you wrong.
It depends on the app though. The app I made would look weird on an iPad so I didn't submit it for it, but it worked perfectly on an iPhone. Things like games would/could work regardless of screen resolution due to the programming involved.