-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add app to alternative play store #7
Comments
For fdroid, the following problems are reported:
That means, that you either remove crashlytics (general/at least in a fdroid build flavor) (hey, people are reporting crashing apps in some other way, aren't they?) or use some other crash report thing (NewPipe uses E-Mail) |
Funny thing is people do not report app crashes. The previous build that was published to the Play Store crashed on all older phones that were a bit slower due to a race condition. I didn't catch it until I went through some Play Store stats. Crashlytics would have alerted me directly via email the first time a crash appeared. Just too bad Crashlytics still doesn't work. If there is another alternative (I do not know NewPipe, but it sound interesting) I'd gladly try that. If that change makes publishing on fdroid easier, even better. |
Ok, I just checked. NewPipe uses https://github.com/ACRA/acra See also https://github.com/TeamNewPipe/NewPipe/tree/dev/app/src/main/java/org/schabi/newpipe/report |
Would be nice, so is there a real chance? I guess most nerds / techies / ... are like us and like to use non Google Android phones like LineageOS etc. So they need an APK or a free playstore to contribute ... |
found it yesterday in APKpure, which is my favour app store. |
If you don't have the google services on your phone the app will likely not work. See #16 If you do have the google services, best is to get the app via the Play Store. I'm leaving this issue open because it is still a good idea to try and not depend on the google services. This is however difficult and getting even more difficult with time. |
The current version of this app does not directly depend on Play Services. It was tested to work on GloDroid (except that it doesn't have working GPS on the Pine Phone). The rest of the app did work as expected. Releasing the app in the F-droid store should therefore be possible. |
One recommendation is using F-Droid
The text was updated successfully, but these errors were encountered: