OCSInventory-NG / AndroidAgent

OCS Inventory NG Android Agent
http://www.ocsinventory-ng.org/en/
GNU General Public License v2.0
28 stars 23 forks source link

Version code of app at Play Store differs from version at GitHub #26

Open codiflow opened 5 years ago

codiflow commented 5 years ago

It's hard to solve a problem when important details are missing, that why we added this template, to help you and us.

General informations

Android version : 9.0

OCS Inventory informations

Android agent version : 2.3.1

Problem's description

The version of the AndroidAgent you can download from your homepage (https://github.com/OCSInventory-NG/AndroidAgent/releases/download/2.3.1/OCSNG-Android-Agent-2.3.1.apk) differs from the version which is available through Play Store (https://play.google.com/store/apps/details?id=org.ocs.android.agent). The version from Play Store is the newest one.

Homepage / GitHub: 2.3.1 (Version code 231) PlayStore: 2.3.1 (Version code 250)

I think they should be the same to avoid problems which are fixed in the most recent version.

codiflow commented 5 years ago

As far as I could see the only differens betwen them is that the version from Play Store has the necessary certs (META-INF/CERT.RSA and META-INF/CERT.SF) included. The GitHub version doesn't.

Maybe this resolves the issue #24 ?