pushex v0.2.3 Pushex.APNS.App View Source

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.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
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()
}

Link to this section Functions