我在didRegisterForRemoteNotificationsWithDeviceToken方法中按照文档写如下代码
[AVOSCloud handleRemoteNotificationsWithDeviceToken:deviceToken constructingInstallationWithBlock:^(AVInstallation *currentInstallation) { [currentInstallation setObject:application.appVersion forKey:@"version"]; }];
原本想观察_Installation里的 updatedAt字段看看参与测试的甲方人员的使用时间,
发现每次打开app时(是杀掉app进程重新打开),_Installation里的 updatedAt字段记录的时间,有时变为当前时间有时不变,毫无规律,后来用好几台机器从APPStore下载使用也是如此,除了这里以外,没有AVInstallation的任何操作,请问这里有逻辑判断吗?updatedAt会在哪种情况下改变?
-
创建时间
16年7月12日
-
最后回复
16年7月14日
-
6
回复
-
1.4K
浏览
-
2
用户
-
1
链接