android - How To Receive Parse Push Notification JSON Data Through Custom BroadcastReceiver? -


i not seeing in documentation. in 1.3.9 there data passed via extras bundle of intent object, after upgrading 1.9.1 seeing bundle returned null. how supposed fetch json data sent push notificatio via custom broadcast receiver?

in past versions of parse sdk subclass normal broadcastreceiver , able json payload intent extras fine. in newer versions of sdk need subclass parsepushbroadcastreceiver , implement 'protected onpushreceive(context context, intent intent)' had implemented 'void onreceive(context context, intent intent)' in order access json payload.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -