I am getting an error after adding this code from parse.com:
- (void)application:(UIApplication *)application
didReceiveRemoteNotification:(NSDictionary *)us
When you use the new didReceive... method you are expected to do two things:
If you do not want to download any data, you can add this to your didReceive... method
completionHandler(.NoData)