Skip to content

Latest commit

 

History

History
67 lines (36 loc) · 1.81 KB

README.md

File metadata and controls

67 lines (36 loc) · 1.81 KB

[DEPRECATED] Apple Push Notification Service SCPF service

Copyright (c) 2015,2016 Silent Circle

Version: 1.2.0

Authors: Edwin Fine (efine@silentcircle.com).

apns_erl is a Silent Circle Push Framework service provider for the binary (pre-HTTP/2) Apple Push Notification Service (APNS).

NOTE: This is deprecated in favor of the HTTP/2 service provider, apns_erlv3.

  • Linux

  • Erlang >= 18.3

  • rebar3 >= 3.3.1

  • GNU make >= 3.81 or later

git clone $REPO/apns_erl.git
cd apns_erl
make

Note: Common Test cases are permanently out of order because this is deprecated.

make ct

Output is in logs/index.html.

Documentation uses edown to produce Markdown documents.

make docs

Output is in the doc directory.

Modules

apns_erl_app
apns_erl_feedback_session
apns_erl_session
apns_erl_session_sup
sc_push_svc_apns