hni
westlinkin: AVInstallation.getCurrentInstallation().saveInBackground(new SaveCallback() { @Override public void done(AVException e) { if (e != null) { e.printStackTrace(); } final AVInstallation currentInstallation = AVInstallation.getCurrentInstallation(); Log.d("PushHelper", "first save"); Log.d("…