From 4c60b082c7264fa7de080c4fc658634fe648d613 Mon Sep 17 00:00:00 2001 From: Matthias Urhahn Date: Mon, 3 Jan 2022 08:15:29 +0100 Subject: [PATCH 1/2] Create PRIVACY_POLICY.md --- PRIVACY_POLICY.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 PRIVACY_POLICY.md diff --git a/PRIVACY_POLICY.md b/PRIVACY_POLICY.md new file mode 100644 index 00000000..ccb54e38 --- /dev/null +++ b/PRIVACY_POLICY.md @@ -0,0 +1,24 @@ +# Privacy policy for the app `CAPod` + +* I do not collect personal information +* I do not sell, monetize or otherwise misappropriate any collected data. + +Anonymous device information may be collected for automatic crash reporting (see [Automatic crash reports](#automatic-crash-reports)). + +My underlying privacy princicple is the [Golden Rule](https://en.wikipedia.org/wiki/Golden_Rule). + +Send a [quick mail](mailto:support@darken.eu) if you have further questions. + +## Automatic crash reports +The app uses "Bugsnag" for automatic crash reports: + +https://www.bugsnag.com/ + +Bugsnags privacy policy can be found here: + +https://docs.bugsnag.com/legal/privacy-policy/ + +Crash reports may contain device and app related information. +Personally identifying information is not required to fix bugs and thus not sought by me or the app. + +You can disable automatic crash reports in the app's settings. From 22e60e7d134582db7df59f3903b93c55bbd7cdb9 Mon Sep 17 00:00:00 2001 From: Matthias Urhahn Date: Mon, 3 Jan 2022 08:18:55 +0100 Subject: [PATCH 2/2] Update PRIVACY_POLICY.md --- PRIVACY_POLICY.md | 1 - 1 file changed, 1 deletion(-) diff --git a/PRIVACY_POLICY.md b/PRIVACY_POLICY.md index ccb54e38..ab9177f0 100644 --- a/PRIVACY_POLICY.md +++ b/PRIVACY_POLICY.md @@ -19,6 +19,5 @@ Bugsnags privacy policy can be found here: https://docs.bugsnag.com/legal/privacy-policy/ Crash reports may contain device and app related information. -Personally identifying information is not required to fix bugs and thus not sought by me or the app. You can disable automatic crash reports in the app's settings.