Skip to content

Instantly share code, notes, and snippets.

View idelpivnitskiy's full-sized avatar

Idel Pivnitskiy idelpivnitskiy

  • San Francisco Bay Area
View GitHub Profile
@sebastienblanc
sebastienblanc / gist:9615439c67968ecb92da
Last active December 4, 2018 08:02
Add a new platform in the UnifiedPush Server

Add a new platform in the UnifiedPush Server

This is simple checklist for those who would like to add a new Push Platform support to UPS (like Blackberry hint for the community hint).

Adapt the Model

  • Start by updating the Variant Enum class by adding your platform

  • Create a subclass of the Variant base class , add any properties that are specific to this platform (like API keys, secrets etc ...)