Prevent iPhone app to run on iPad -


i'm shipping 2 binaries; 1 iphone/itouch , other ipad. it's same application.

will apple ensure user never receive iphone version of app on ipad? if yes, don't have worry about, if not have problem.

the reason ask iphone application not work correctly on ipad because server knows it's ipad , deliver ipad hd content , iphone cannot handle that. rather not hack application send server fake device type if running iphone app on ipad in order receive correct resources.

suggestions?

i've been looking while because couldn't prevent iphone app load on ipad. searched bit understand why happening, followed @hotpaw2 insctructions , found on official apple store rules:

apple store official rules excerpt - developer.apple.com

https://developer.apple.com/appstore/resources/approval/guidelines.html


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -