Releases: rakutentech/macos-push-tester
Releases · rakutentech/macos-push-tester
v1.6.0 Push Tester app
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
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
- Add support for Android devices (FCM)
v1.3.0 Push Tester app
- 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
- Fix TooManyProviderTokenUpdates send to device APNS error
The macOS Push Tester app v1.2.0
- 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
- 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
- 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
- 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
- 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