this post was submitted on 22 Jun 2023
82 points (100.0% liked)
Thunder App
2796 readers
1 users here now
An open-source, cross-platform Lemmy client for iOS and Android.
This community is intended to discuss features and feature suggestions for Thunder; as well as friendly, respectful talks about Lemmy in general.
Please use the GitHub repository linked below to submit bug reports, so keeping track of them is easier, and make sure to search first if you already can find an issue for your report.
If there are any developers who would like to contribute, feel free to reach out on GitHub!
General Links
Website: Link
GitHub Repository: Link
Matrix Space: Link
Android Releases
IzzyOnDroid: Link
Google Play: Link
iOS Releases
Apple App Store: Link
TestFlight Beta: Link
Related Communities
Nightly Community: Link
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
At the moment, the only telemetry that exists is the use of Sentry.io to collect any errors that are thrown while using the app. This is purely to help determine any major issues following a release that might need to be fixed ASAP. To summarize, the data that is collected is pretty much the error itself, and generic device information (e.g., OS version - iOS 16, type of device - iPhone 12, etc.)
I do plan to make this an opt-in feature in the next release because I’m aware that people may not necessarily want to share that information! I hope that answers your question 😅
Yeah, unfortunately it seems like Apple’s versioning only allows numerical values for the version code. So the release on TestFlight is the same as the alpha version, it’s just missing the
-alpha
label!