调用AVInstallation.getCurrentInstallation().saveInBackground(new SaveCallback() {
public void done(AVException e) {
if (e == null) {
// 保存成功
String installationId = AVInstallation.getCurrentInstallation().getInstallationId();
// 关联 installationId 到用户表等操作……
} else {
Toast.makeText(UIUtils.getContext(), "联网失败,请检查网络...", Toast.LENGTH_LONG).show();
}
}
});
时总是不成功
-
创建时间
16年3月11日
-
最后回复
16年3月12日
-
3
回复
-
1.1K
浏览
-
2
用户