You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm the line for mutable_content was added on 2016, and the last apns uploaded to pypi is 2015.
Any chance that we can get a new version on pypi ? Or should we use directly from github ? If so, can we have a tag on the last known stable instead of relying on master.
Hi,
I am using this library to send notification to ios device.
For ios 10 compatible notification I tried below code written in README.
The Error I got was :
__init__() got an unexpected keyword argument 'mutable_content'
I installed the apns using :
easy install apns
Thanks
The text was updated successfully, but these errors were encountered: