dreipol / django-scarface

Send push notifications to mobile devices using Amazon SNS
MIT License
43 stars 21 forks source link

Support for rich push notification #26

Open sahithchandan opened 6 years ago

sahithchandan commented 6 years ago

Hello,

I'm trying to implement rich push notification. I tried to override the format_payload method and added 'mutable-content': True to the aps dictionary. The data that is being posted to the self._make_request('Publish', params, '/', 'POST') has the mutable-content in it but for some reason the notification that come through the device seems to be missing the parameter. It worked initially for few days before it stopped. Can you please look into this?