TABTestKit
TABTestKit copied to clipboard
Support Push Notification
Since Xcode 11.4, it's now possible to send a push notification to the Simulator. There are two options:
- Drag and drop a JSON payload to the simulator
- Use
xcrun simctl
command line
References: https://www.avanderlee.com/workflow/testing-push-notifications-ios-simulator/