It is intended for use in app projects under development to test communication of remote notifications and to check the operation when notifications arrive.
APNs transmission supports the p8 authentication key method.
FCM transmission supports the service account authentication method.
* Repeated transmission
All information required for transmission is saved, so you can send notifications repeatedly during development.
* Send to multiple devices
In the test settings, you can register multiple device tokens as destinations.
You can send remote notifications to multiple devices with a single operation.
* Send to multiple projects
You can register multiple projects as test targets.
You can send remote notifications to multiple projects with a single operation.
* Output report
You can output the test results as a report in an HTML file.
You can share the test results with another developer who is in charge of implementing remote notification transmission.
* Import/Export
You can import and export all saved data.
You can move data to another device or pass the test environment to another developer or tester.