Function apn_init
Creates a new Apple Push Notification resource which is needed to hold the data for a connection to Apple Push Notification/Feedback Service
This function allocates memory which should be freed - call apn_free() function for it
Return value summary
resource|null |
Returns a APNs link identifier on success or null on failure. |