Fittoburst
Fittoburst

Reputation: 2305

Force universal app to run iPhone version on iPad

I've had an iPhone product on iTunes for a while and have superseded it with a universal app which has been met with approval except from one customer who wants to run the iPhone version on his iPad as he preferred the larger inputs and working of the iPhone.

Is there any way to configure the app to run either as native iPad app or iPhone app on iPad at runtime? Seems an odd request but customer is quite insistant.

Thanks

/Fitto.

Upvotes: 1

Views: 1130

Answers (3)

meowmeow
meowmeow

Reputation: 1

Assuming you are running some sort of source control, you could change the project to be "iPhone Only" and then test on the iPad, then later revert the changes made to make it a Universal app again

Upvotes: 0

Dan F
Dan F

Reputation: 17732

Theoretically, you could have some setting that would load the iPhone storyboard on the iPad, but it would still display full screen, and not in compatibility mode, which is probably the way this particular user wants it

Upvotes: 0

iSofTom
iSofTom

Reputation: 1718

No way to do that, except making separates versions for iPhone and iPad.

Upvotes: 1

Related Questions