标签: ios parse-platform
当我在解析云上保存数据时,对象如:saveEventually没有互联网连接,然后关闭应用,在解析云中重新启动应用后创建新行,但所有字段都未定义。
这是错误还是我做错了什么?
[newItem pinInBackgroundWithName:@"PurchaseItems" block:^(BOOL succeeded, NSError *error) { [newItem saveEventually]; }];