docs/en-us/privacy.md
The route a push notification takes from sending to receiving is as follows:
Sender <font color='red'> → Server①</font> → Apple APNS Server → Your Device → <font color='red'>Bark APP②</font>.
The two red-marked areas are potential points of privacy leakage
To ensure that the App is secure and has not been modified by anyone (including the author), Bark is built by GitHub Actions and then uploaded to the App Store.
Within the Bark app settings, you can view the GitHub Run Id. Clicking on it will allow you to find the configuration files used for the current version's build, the source code at compile time, the build number of the version uploaded to the App Store, and more.
The same build number can only be uploaded to the App Store once, making this number unique.
You can use this number to compare with the Bark App downloaded from the store. If they match, it proves that the App downloaded from the App Store is completely built from open-source code.
Example: Bark 1.2.9 - 3
https://github.com/Finb/Bark/actions/runs/3327969456
Here, we do not consider whether iOS leaks privacy.