bark-server
bark-server copied to clipboard
Support delay message?
What about the three types of delay message:
- Delay - Send to client after X seconds
- Schedule - Send to client on scheduled time
- Repeat - Send to client for every X seconds or scheduled time repeatedly, ends after Y times or until exactly time
There seems to be no relevant description in the APNS official documents. If APNS does not support this feature, the bark server will not implement it.
Because bark server may run in embedded devices, custom features will occupy higher resources and bring more complex problems; the goal of bark server is to serve as a standard api server to provide reliable push APIs for bark app.
The custom scheduling scheme should be implemented by the caller instead of relying on the bark server.