push_service icon indicating copy to clipboard operation
push_service copied to clipboard

C++ push service abstraction with implementations for APNS and GCM.

Simple C++ push service abstraction library. This library can be used to develop a push server with support for multiple services such as Apple push notification service and Google cloud messaging.

Require

  • Boost.System
  • Boost.Asio
  • Boost.Thread
  • Boost.Bind and Boost.Function
  • Boost.Foreach

License

  • New BSD

Example:

  • See test/main.cpp