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.
我想在加载我的 phonegap/iOS 应用程序之前检查设备的操作系统版本,并希望支持我的应用程序到 iOS 6 版本。我想如果应用程序检测到更高的操作系统版本(让我们采用 iOS7)然后应该抛出一些错误或警告并终止。怎么做?
使用此获取设备版本
NSString *currSysVer = [[UIDevice currentDevice] systemVersion];