I have submitted one iOS application developed using Cordova/Sencha Touch but it being rejected.
I have one functionality which will behave different for iphone and ipad. I am using this code to identify device type :
Ext.os.deviceType.toLowerCase() == "phone"
But this always returns "phone" even if I run this app on ipad simulator.
So, how to fix this issue so I can submit this app successfully to app store.
Thanks.