Skip to content

Releases: khrizt/PushNotiphications

Renamed folder to match migration to FCM and to avoid error

26 Nov 11:53
Compare
Choose a tag to compare

This is a patch to avoid an error when the FCM exceptions are not found

Supporting FCM

30 Oct 08:58
4f4c804
Compare
Choose a tag to compare

Migrate from GCM to FCM

Fix setBody call

18 Jul 07:02
Compare
Choose a tag to compare

Bugfix in setBody call thanks to @aporat

Remove getTimestamp return type

15 Jun 10:50
Compare
Choose a tag to compare

As timestamp property can be null we removed getTimestamp return type

Fix bug in decoding timestamp from APNS response

15 Jun 10:05
Compare
Choose a tag to compare

Fix bug in decoding timestamp from APNS response

Add sound support for APNS and debug mode

14 Jun 15:34
Compare
Choose a tag to compare
  • Add debug mode in GCM and APNS
  • Add notification sound support in APNS

Avoid warnings in type hinting

14 Jun 13:46
Compare
Choose a tag to compare

Avoid warnings in type hinting in APNS Response

Bugfix in method visibility

14 Jun 13:42
Compare
Choose a tag to compare

Change from private to public Device setters

Bugfix in GCM notifications

14 Jun 13:27
Compare
Choose a tag to compare

If GCM notification fails there's no message_id in response

Custom data support in APNS

14 Jun 12:29
Compare
Choose a tag to compare

This release adds support for custom data in APNS messages