A Class to use PushNotifier in C++ projects.
Just clone this repository to your sourcefolder or add it as submodule in git. You need to do this recursively as this SDK has submodules itself.
You will need the CURl development library for successful compilation.
Before compilation you need to uncomment and insert APP_TOKEN and APP_PACKAGE in PushNotifier.h, if you don't it won't work. Alternatively you can (if you are using g++) use -DAPP_TOKEN=\"testtoken\"
during compilation.
g++ -std=c++11 -o test PushNotifier.cpp main.cpp `pkg-config libcurl --cflags --libs`
Note that this class needs C++11 or higher to function.
The SDK is fully documented using doxygen.
doxygen docs.doxy