Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Titanium 中创建了一个 iOS 应用程序。我尝试在模拟器(6.1 和 5.1)上运行该应用程序,它运行良好。但是,当我在 iPad mini 设备上运行它时,它就搞砸了。
因为,我必须在接下来的 2-3 天内提交申请;我曾想过将 iPad mini 从应用程序本身中排除。
我的应用程序不应该在 iPad mini 上运行。有没有办法使用 XCode 或 Titanium 来做到这一点。
尝试在您的 ipad mini 上运行您的应用程序并制作此代码以获取 ipad mini ID
Ti.API.info( Ti.Platform.model )
它应该返回您的 ipad 型号...然后您可以if知道当前设备是否是 ipad mini...如果是您显示的屏幕显示 ipad mini 尚不支持该应用程序.
if