Bark Sender is a browser extension that runs in the browser, serving as the sender in the push process. It can:
Click on components in the flow chart to learn about each part's functionality
Install Bark App on iOS device
and enable notification permissions
Simply call HTTP interface to send push notifications to your iPhone.
Bark supports many advanced iOS push features, such as custom icons, notification grouping, custom ringtones, persistent ringing, important alerts, encrypted push, etc.
Bark does not consume device battery, its core functions are based on system push service and push extensions, the APP itself does not need to run.
Bark can very reliably protect your privacy and security.
Bark supports self-deploying server, can be deployed via Docker, Serverless or Cloudflare Worker, bark-server supports most operating systems, you can also run it manually.
APP is compiled and uploaded through Github Action, ensuring the APP version you use is compiled from open source code, without any modification by anyone (including the author).
Bark supports end-to-end push encryption with custom keys, ensuring push content cannot be obtained or leaked by Bark server and Apple APNs server during transmission.
Bark 's locally saved notification message history is also very secure.
Through NotificationServiceExtension, push information is saved locally when push is received, without going through any other devices.
For other issues, please submit an issue on GitHub