PFInstallation *currentInstallation = [PFInstallation currentInstallation];
[currentInstallation setDeviceTokenFromData:newDeviceToken];
[currentInstallation saveInBackground];
我在iPhone中成功安装了我的应用程序,然后从我的设备手动关闭了我的应用程序的通知(在设置屏幕中)和已卸载的应用程序...现在我再次在设备中安装了我的应用程序,通知自动打开但设备令牌没收到。