Skip to content

Releases: rakutentech/macos-push-tester

v1.6.0 Push Tester app

27 Jul 12:16
Compare
Choose a tag to compare

Features

  • Add JSON syntax coloring and validation (SDKCF-6431)
  • Handle properly apns-push-type by adding a push type textfield (SDKCF-6629)
  • Implement APNs push type selection (SDKCF-6631)

Fixes

  • Fixed build issues on Xcode 14.3

v1.5.0 Push Tester app

14 Mar 13:18
95a738e
Compare
Choose a tag to compare

Features

  • Add Live Activity support (SDKCF-6014)
  • Automatically update the timestamp for live activity (SDKCF-6078)
  • Add device token type in the devices browser (SDKCF-6079)

v1.4.0 Push Tester app

02 Nov 13:03
79bdd3a
Compare
Choose a tag to compare
  • Add support for Android devices (FCM)

v1.3.0 Push Tester app

04 Aug 07:10
7cfc0da
Compare
Choose a tag to compare
  • Add SwiftLint
  • PusherMainView Localization
  • Convert PusherStoreTests to BDD
  • Handle ⌘S shortcut and the Save Menu Item in the File Menu
  • Convert APNSTests to BDD
  • Replace print by RLogger.debug in the AppDelegate
  • Allow Undo and Redo in NSTextView with ⌘Z
  • Handle ⇧⌘S shortcut and the Save as... Menu Item in the File Menu
  • Replace pusher by PushTester in Application.xib
  • Show an error alert when the user tries to send an invalid JSON file
  • Handle ⌘O shortcut and the Open File Menu Item

v1.2.1 Push Tester app

01 Feb 08:55
ab60fd7
Compare
Choose a tag to compare
  • Fix TooManyProviderTokenUpdates send to device APNS error

The macOS Push Tester app v1.2.0

17 Nov 09:49
62f5871
Compare
Choose a tag to compare
  • Add "Send push to simulator" implementation (SDKCF-4031)
  • Add UI for selecting push destination - device or simulator (SDKCF-4030)
  • GitHub Actions release on tag
  • Use ephemeral URL session configuration and reorder data task error messages

The macOS Push Tester app v1.1.2

21 Jul 14:26
2a50703
Compare
Choose a tag to compare
  • Improve: use the StackView in the main screen (SDKCF-3988) => Fix the json text view when there are more than 10 lines
  • Setup Bitrise CI

The macOS Push Tester app v1.1.1

07 Jul 07:31
ba78a6a
Compare
Choose a tag to compare
  • Build with Fastlane fix
  • Bugfix when deviceTokenTextField.string changes, the state must be updated
  • Rename the app

The macOS Push Tester app v1.1.0

22 Jun 10:46
1b5940f
Compare
Choose a tag to compare
  • Load a JSON File
  • Update README with mention of UDP service
  • Update README for iOS 14 info.plist Requirements
  • Remove code sign identity so it can be built and run on any mac
  • Fastlane must run even if Xcode version is not 10.3
  • Pusher Reducer

The macOS Push Tester app v1.0.1

22 Jun 07:31
b6a4333
Compare
Choose a tag to compare
  • Introduce newState function
  • Memory Leaks fixes + subcribe/unsubscribe functions in PushInteractor class
  • Global use of dispatch function from Push Interactor
  • Bugfix when the user open the Authorization Token UI
  • APNSSecIdentity refactoring and simplication