immobiliare / ApnsPHP

ApnsPHP: Apple Push Notification & Feedback Provider
BSD 3-Clause "New" or "Revised" License
1.44k stars 452 forks source link

Add support for action-loc-key #35

Closed jasonhinkle closed 11 years ago

jasonhinkle commented 11 years ago

The action-loc-key parameter can be used in a push notification to customize the "slide to unlock" message. This pull request adds a new method "SetActionLocKey" to the Message class.

ghost commented 11 years ago

https://github.com/duccio/ApnsPHP/blob/master/ApnsPHP/Message/Custom.php#L31 ?

jasonhinkle commented 11 years ago

wtf, don't know why i didn't see that.