Parse Push Notifications Testing PFInstallation Not Working
问题 I am an objective c coder trying to use push notifications in parse. I added the Parse setApplicationID and Client Key in the didFinishLaunchingWithOptions section of the appDelegate.m file. Then I added these two methods: - (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken { // Store the deviceToken in the current installation and save it to Parse. PFInstallation *currentInstallation = [PFInstallation currentInstallation];