Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhanced binary message format is implemented. Added handling response from APNS server in case of connection gets aborted from APNS side. #49

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 17, 2012

  1. wrapped string compare for binary data with MD5 checksum compare. Reo…

    …rdered elements in JSON fixture.
    Denys Zadorozhnyi committed May 17, 2012
    Configuration menu
    Copy the full SHA
    acbf369 View commit details
    Browse the repository at this point in the history
  2. implemented the enhanced binary message needed to send to Apple in or…

    …der to have the ability to retrieve error description from Apple server in case of connection was cancelled. Default notification expiration is set to 30 days. ( http://developer.apple.com/library/mac/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CommunicatingWIthAPS/CommunicatingWIthAPS.html )
    Denys Zadorozhnyi committed May 17, 2012
    Configuration menu
    Copy the full SHA
    41ff543 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d5cf71 View commit details
    Browse the repository at this point in the history