richsage / RMSPushNotificationsBundle

NOT MAINTAINED! ⛔️ Push notifications/messages for mobile devices. Supports iOS, Android (C2DM, GCM), Blackberry and Windows Mobile (toast only). A Symfony2 bundle.
MIT License
321 stars 152 forks source link

Add IOS notification category #115

Closed MatthieuLemoine closed 8 years ago

MatthieuLemoine commented 8 years ago

With IOS 8, Apple added a category option to handle custom actions in notifications : https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/IPhoneOSClientImp.html#//apple_ref/doc/uid/TP40008194-CH103-SW1

This pull request allows to set this category option.

richsage commented 8 years ago

thanks! :)