ios - KIK 无法识别 IOS 8.1.1.1

标签 ios firebase polymer kik

使用 Polymer 和 Firebase 为 KIK 用户创建了一个应用程序,但除 IOS 8.1.1 设备外的所有设备都可以使用。

我用过:

var os = kik.utils.platform.os;
typeof os.name    === 'string';
typeof os.version === 'number';
console.log(os.name, os.version);

当每个设备加载应用程序时,我可以看到什么操作系统和版本,但 IOS 8.1.1 仍然是一个幽灵,甚至不生成输出。这意味着该操作系统上的任何人都无法使用该应用。

有人知道为什么会这样吗?

最佳答案

尝试检查 kik.utils.os.versionString。这将具有非数字版本控制。

关于ios - KIK 无法识别 IOS 8.1.1.1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27973324/

相关文章:

javascript - 消防商店 : How to update Field in object data structure in firestore using cloud functions

javascript - 使用 Firebase-util 连接表时,Firebase 事件未正确触发

ios - 无法识别的选择器 Swift 2 Purelayout Xcode7

c++ - Cocos2dx 重启场景崩溃 CCTextureCache

ios - 自适应启动屏幕 Storyboard : is there a way to differentiate iPad orientations?

Firebase Auth,如何知道新用户注册,而不是现有用户登录?

ios - InsertRow 动画将 UITableView 向上滚动

android - 获取 FCM 通知消息并在单独的 Activity 中显示

dart - 如何在 Polymer.dart 中使用 Material 设计的内置 css 颜色类?

javascript - Polymer WebComponents 数据绑定(bind) js 对象/数组