Open sunnyjain1 opened 7 years ago
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