Is it possible to use the parse OS X SDK to end push notification?
As soon as I added :
#import <ParseOSX/PFInstallation.h>
#import <ParseOSX/PFPush.h>
I started getting build errors:
Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_PFInstallation", referenced from: objc-class-ref in SendMessageController.o "_OBJC_CLASS_$_PFPush", referenced from: objc-class-ref in SendMessageController.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)