解析PFInstallation更改字段错误

时间:2014-09-24 14:09:55

标签: parse-platform

我在Xcode中使用解析推送通知,并将userID存储在安装表中的“recipients id”列中....

当用户退出时我想清空收件人ID,否则当他们退出时,他们仍然会收到通知..

出于某种原因,如果我登录和退出n次,它会随机卡住并且收件人ID不会更新!? 我收到此错误

错误:必须在此操作中指定deviceType(代码:135,版本:1.2.21)

    PFInstallation *currentInstallation = [PFInstallation currentInstallation];
    [currentInstallation setObject: @" " forKey:@"recipientsId"];
    [currentInstallation saveInBackground];

0 个答案:

没有答案