-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
F-Droid #1749
F-Droid #1749
Conversation
我看一下 |
我希望是能放开错误日志的上报 |
考虑试试 Crashlytics 的替代品? 最好的情况是,将用户数据上传到自己控制的服务器,否则不得不与第三方共享并接受其隐私政策。这里的 Piwik 应该是可自建的吧。 AppCenter 好像没被列入黑名单... |
@xiaojieonly
似乎是 Microsoft 的建议用法。 它只是启动,但是没有用 trackEvent 的话是不会活动的对吗?
https://learn.microsoft.com/en-us/appcenter/gdpr/analytics-consent
OK. You only checked the settings value before |
Update the explanation.
I suppose? |
@xiaojieonly 您好。我正在尝试将此应用发布到 F-Droid.org。
这些文件会为 F-Droid 网站和应用程序提供应用的元数据。
F-Droid 会克隆该仓库并从中构建APK文件,然后自行签名(可重复构建除外)和发布。
我在构建脚本中移除了您使用的、对 F-Droid 不可接受的非自由库 Crashlytics,这将导致源代码和编译产物的差异,因此可重复构建是不可能的。
如果您允许发布,请合并此拉请求。您的允许是发布的必要条件。