PrimalHQ / primal-android-app

Primal's Android app for Nostr.
https://primal.net/downloads
MIT License
110 stars 13 forks source link

Unable to update Primal via Obtanium #115

Closed davotoula closed 3 months ago

davotoula commented 3 months ago

Describe the bug

Unable to update Primal via Obtanium

Steps to reproduce

Click update in Obtanium

Expected behavior

Downloads and installs

Additional context

Download successful but fails to install

Screenshot_20240329-173854.png

AleksandarIlic commented 3 months ago

How did you installed previous build which wont update?

davotoula commented 3 months ago

I think it was through Obtanium as well but not sure. Sorry.

Unistalling and reinstalling through Obtanium worked.

Not even sure whether this is an Obtanium or a primal bug.

What is the second "crash report" apk for?

AleksandarIlic commented 3 months ago

Google Play signs with its own certificate so updates wont work between apk and play releases.

And they are different builds. Play build has play libs while apk is aosp and can work without play services.

Crash reporting apk is the aosp build with Primal's very simple crash reporting tool which submits stacktraces in case of crashes. On other builds this is disabled.