zendframework / ZendService_Apple_Apns

BSD 3-Clause "New" or "Revised" License
49 stars 70 forks source link

Added support for title, title-loc-key and title-loc-args #29

Closed boboldehampsink closed 9 years ago

boboldehampsink commented 9 years ago

title, title-loc-key and title-loc-args are available since iOS 8.2. See https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html#//apple_ref/doc/uid/TP40008194-CH100-SW20

mwillbanks commented 9 years ago

@boboldehampsink the new parameters would need to be added to the end of the constructor in this case as this would break BC.

boboldehampsink commented 9 years ago

Re-arranged for backwards compatibility

mwillbanks commented 9 years ago

Merged to develop.