Sending PUSH Notifications from OS X / Mac

Can I use the OS X SDK parsing to complete push notification?

As soon as I added:

#import <ParseOSX/PFInstallation.h>
#import <ParseOSX/PFPush.h>

I started getting build errors:

Undefined characters for x86_64 architecture: "_OBJC_CLASS _ $ _ PFInstallation" referenced by: objc-class-ref in SendMessageController.o "_OBJC_CLASS _ $ _ PFPush" referenced: objc-class-ref in SendMessageController.o ld: character (s) not found for x86_64 clang architecture: error: linker command did not work with exit code 1 (use -v to call the call)

0
source share
1 answer

PFPushand are PFInstallationnot available in OS X. From the documentation (with SDK 1.4.2):

iOS. PFInstallation Parse, OS X, push-.

push-, Cloud Code REST-API OS X. . , . NSURLSession NSURLSessionTask .

0

Source: https://habr.com/ru/post/1568617/


All Articles