标签: android parse-platform
我正在尝试将undefined设置为我的Installation类中名为“user”的列。我没有收到任何错误消息,但列仍然有价值。为什么呢?
ParseInstallation installation = ParseInstallation.getCurrentInstallation(); installation.remove("user"); installation.saveInBackground();