Did you change the packageName with the newest release? Until the one before, it was de.FhemNative.FhemNative. The APK attached to the latest release identifies as de.fhemnative.app. Is that intentional? Android will consider that a completely different app, so using that to update a previous version is not possible.
Speaking of which: versionCode is 1, indicating an initial release. This might fit the bill of "new app with new packageName", but for updates it must of course be incremented.
Please let me know soon so I know how to deal with your app's listing in my repo, where it resides for almost 2 years now. Thanks!
Did you change the packageName with the newest release? Until the one before, it was
de.FhemNative.FhemNative. The APK attached to the latest release identifies asde.fhemnative.app. Is that intentional? Android will consider that a completely different app, so using that to update a previous version is not possible.Speaking of which:
versionCodeis1, indicating an initial release. This might fit the bill of "new app with new packageName", but for updates it must of course be incremented.Please let me know soon so I know how to deal with your app's listing in my repo, where it resides for almost 2 years now. Thanks!