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

Action category? #134

Open saturnxxi opened 8 years ago

saturnxxi commented 8 years ago

According to Apple's documentation it should be possible to transmit an action identifier with the message payload in order to handle received notification by own function. More on this

But i didn't find this attribute in AppleMessage.php or iOSMessage.php. I tried to set it over the addCustomData function but it doesn't work to.

What is the right way to set this identifier? Thank you.