tangyiyong / JPushDemo

Demostrate the use of the remote push API of JPush in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JPushDemo

Demonstrate the usage of the remote push API of JPush in C

Please make sure that you have libcurl and openssl library install on your system

For libcurl, please go to http://curl.haxx.se/libcurl/ For openssl library, please go to http://openssl.org

It is an Xcode project, if you want to build it under command line, please type following command:

gcc main.c -o main -lcurl -lcrypto

About

Demostrate the use of the remote push API of JPush in C


Languages

Language:C 52.6%Language:Groff 47.4%