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

Unable to assign category #117

Closed alexacron closed 8 years ago

alexacron commented 8 years ago

Seems that setting the category to the "aps" dictionary has been forgotten. It is (should be) as simple as setting the other aps key like badge, sound and content-available.

richsage commented 8 years ago

This is already present - see the setCategory method on an AppleMessage (eg iOS):