xcode - exclude iPad mini device Titanium iOS -
i have created ios app in titanium. tried running app on simulators(6.1 , 5.1) , works fine. however, when run on ipad mini device gets messed up.
since, have submit ap in next 2-3 days; ahve thought of excluding ipad mini app itself.
my app should not run on ipad mini. there way using xcode or titanium.
try run app on ipad mini , make code ipad mini id
ti.api.info( ti.platform.model )
it should return's model of ipad... can make if
know if current device ipad mini or not... if display screen saying app isn't supported ipad mini yet.
Comments
Post a Comment