public
Description: Z2Live Push Notification Tester for Mac (MIT License)
Homepage: http://www.z2live.com
Clone URL: git://github.com/Z2Live/Z2Notify.git
name age message
file .gitignore Sun Jul 26 14:14:37 -0700 2009 Added .gitignore. [Z2Live]
file ApplicationDelegate.h Sun Jul 26 14:17:47 -0700 2009 Added project files for first version. [Z2Live]
file ApplicationDelegate.m Sat Oct 03 18:39:20 -0700 2009 Disabled certificate field upon successful conn... [Z2Live]
directory English.lproj/ Sun Jul 26 14:17:47 -0700 2009 Added project files for first version. [Z2Live]
file Info.plist Sun Jul 26 14:17:47 -0700 2009 Added project files for first version. [Z2Live]
file LICENSE Wed Jul 22 13:07:19 -0700 2009 Initial commit [Z2Live]
file README Mon Jul 27 08:38:37 -0700 2009 Added README instructions for setting up certif... [Z2Live]
directory Z2Notify.xcodeproj/ Sun Jul 26 14:17:47 -0700 2009 Added project files for first version. [Z2Live]
file Z2Notify_Prefix.pch Sun Jul 26 14:17:47 -0700 2009 Added project files for first version. [Z2Live]
file ioSock.c Sun Jul 26 14:17:47 -0700 2009 Added project files for first version. [Z2Live]
file ioSock.h Sun Jul 26 14:17:47 -0700 2009 Added project files for first version. [Z2Live]
file main.m Sun Jul 26 14:17:47 -0700 2009 Added project files for first version. [Z2Live]
file version.plist Sun Jul 26 14:17:47 -0700 2009 Added project files for first version. [Z2Live]
README
Z2Notify: Z2Live Service Notification Tester
MIT License (Copyright 2009 Zero260, Inc)
www.Z2Live.com

Z2Notify is a native Mac application that sends notifications to the iPhone 
and iPod touch (OS 3.0) via the Apple Push Notification service (APNs).

*** Push Notification Certificate Setup on the Mac ***

You need an application-specific push notification certificate from Apple.

See instructions on Z2Live.com about creating the AppID and certificate  
via Apple's developer portal.

Download the .cer file and double-click it to enter it into your keychain.  
It must have the private key associated with it.  

If you've installed the certificate and it doesn't have the private key, 
then have the owner export the private key into a .p12 file and send that 
to you.  Double-click that to install it.

Enter the name of the certificate into the Certificate text field.  It will
be something like this:

  "Apple Developer Push Services: XXXXXXXXX:YYYYYYYYY"


*** iPhone Application Setup *** 

You will need an iPhone app built with an AppID that has push notifications 
enabled.  

Download the provision profile associated with the AppID used to create the 
certificate (above).

Build the iPhone app with that bundle identifier (note: it has to have the 
full name com.your-company.app-name.  You cannot use wildcards for push
notification as they are application specific.

You will need to run the application and get the device token via the 
UIApplication didRegisterForRemoteNotificationsWithDeviceToken method.

Enter that device token into the Device Token text field.