Android Question AppUpdating Error with Library Version 1.30

Jose Cuevas

Member
Licensed User
Longtime User
Hello friends, I need to auto-update my App, for this I downloaded the latest AppUpdating library (Version 1.30), but when I just add the library to my project and compile, shows me this error:



FYI I am using B4A 10.2, OkHttp library version 1.31 and OkHttpUtils2 library version 2.92.

Thanks in advance.
 

Jose Cuevas

Member
Licensed User
Longtime User
use appupdating version 2

Thank you very much MbedAndroid, I looked at the site and I thought that 1.30 was the latest version.

In fact I found that the latest version is 2.03 and it is in B4X Library format.

The Updating is working like a charm with the 2.03 library, but now the problem is that the App does not auto-execute after being updated. Do you have any idea what the problem could be?

Thanks in advance.
 
Upvote 0

MbedAndroid

Well-Known Member
Licensed User
Longtime User
i know the problem on some devices but didnt investigate it yet. But after updating you can start the new app, it will work. Wait 2 seconds before you click the icon to restart.
 
Upvote 0

Jose Cuevas

Member
Licensed User
Longtime User
I found the problem, It was the Package Name, I had cys.lectores and changed it to com.cys.lectores (in both sides: Project -> Build Configurations and APKUpdate.PackageName = "com.cys.lectores") and worked.
 
Reactions: udg
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…