ApnsPHP icon indicating copy to clipboard operation
ApnsPHP copied to clipboard

ApnsPHP: Apple Push Notification & Feedback Provider

Results 75 ApnsPHP issues
Sort by recently updated
recently updated
newest added

We should add a `return this` to setters and most of the void functions. This would allow chaining of the class functions. Consider this example: I'm using this library and...

enhancement

the code 10 "Server restart" sent by Apple not recognized, thankfully there is disconnect() and connect() at each error in _updateQueue

enhancement

https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/CommunicatingWIthAPS.html

The main concerns are: whether or not ‘unread_bytes’ is actually populated without an fread(), and also whether or not a loop is needed with a timeout to check fread() multiple...