Android/iOS improvements and bug fixes
Android
- Notifications received by subscribing
remoteNotificationReceived
event are now JSON objects instead of strings. #120 - Channel's name can now be set when registering. #121
notification
payload type is now probably handled. #118- Notification payload now includes
avatarUrl
field that can be used to set a notification's large icon from a remote image. #119 - Bug fixes: #109 #110
- Improve unit tests and code coverage.
iOS
- Improve unit tests and code coverage.