Skip to content

Releases: onmyway133/PushNotifications

1.7.10: Support for iOS 16 Live Activity push notifications

22 Sep 21:10
Compare
Choose a tag to compare
  • Adding support for iOS 16 Live Activity push notifications (thanks to @mvandervelden): #70

    If you set the bundle id to <your bundleID>.push-type.liveactivity, the apns-push-type header will be set to liveactivity.

Cannot open the app because of ... developer cannot be verified warning? See this to solve

1.7.9: Make Android payload more flexible

12 Aug 23:13
Compare
Choose a tag to compare
  • Allow user to send data-only or custom notification payload (thanks to @namnm): #54

Having issues opening the app on macOS Catalina or newer (10.15+)? Go here

1.7.8: Android payload update

17 Mar 11:59
Compare
Choose a tag to compare
  • Update Android payload (thanks to @buleglay): #52
  • Small UI updates to make Android notification editing area larger and default message formatted.

Having issues opening the app on macOS Catalina (10.15+)? Go here

1.7.7: Checking that .p8/.p12 file exists at selected location

08 Oct 09:32
Compare
Choose a tag to compare
  • Fixes the issue with trying to send a request in case the pre-selected .p8/.p12 files were moved to another location, deleted or renamed: #28

Having issues opening the app on macOS Catalina (10.15+)? Go here

1.7.6: Launch error fix

11 Jul 11:18
Compare
Choose a tag to compare
  • Fixes inability to open the app: #43

Having issues opening the app on macOS Catalina (10.15+)? Go here

1.7.5: Fixes inability to select files

31 Mar 07:58
Compare
Choose a tag to compare
  • Fixes inability to select files: #36

Having issues opening the app on macOS Catalina (10.15+)? Go here

1.7.4: Crash fix for macOS 10.15.4

30 Mar 17:55
Compare
Choose a tag to compare
  • Fixes crash after upgrading to macOS 10.15.4: #35

Having issues opening the app on macOS Catalina (10.15+)? Go here

1.8.0-beta

13 Feb 10:01
Compare
Choose a tag to compare
1.8.0-beta Pre-release
Pre-release

Developer test version, not stable.
Please, consider using version 1.7.3 instead.

Having issues opening the app on macOS Catalina (10.15+)? Go here

1.7.3: VoiP, complication, fileprovider notifications support

22 Jan 13:06
Compare
Choose a tag to compare
  • Supports voip push type for sending VoiP notifications if .voip is added as suffix to the bundle id: #32
  • Also supports complication (.complication suffix) and fileprovider (.pushkit.fileprovider suffix) push types to send corresponding notifications.
    Check out Apple documentation here

Having issues opening the app on macOS Catalina (10.15+)? Go here

1.7.2

16 Dec 13:57
Compare
Choose a tag to compare
  • Adds iOS device token validation
  • Updates logic of determining if the iOS notification is alert or background: #29

Having issues opening the app on macOS Catalina (10.15+)? Go here