pushex v0.1.2 Pushex.APNS.App
Pushex.APNS.App
represents an APNS application.
:name
is a unique identifier used to find the application,
:certfile
is the certificate for the application, and :env
is :dev
or :prod
.
Summary
Types
t()
t() :: %Pushex.APNS.App{cert: term, cert_password: term, certfile: term, env: term, expiry: term, feedback_interval: term, key: term, keyfile: term, name: String.t, support_old_ios: term}