Need help with a B4A program

mauricedorris

Member
Licensed User
Longtime User
I have an android application that is already created and I need some help. It was created with an earlier version for Basic4Android a few years ago. (2010)

Now, we have recompiled it under the newest version and are running it on newer devices and the signatures do not work. The signature example is certainly different from the one that we copied the code from a couple of years ago.

I need someone to can help us troubleshoot and make the signatures work again.

Is anyone interested to help?

Maurice
[email protected]
 

stevel05

Expert
Licensed User
Longtime User
I can't recall that many changes that would cause an older app not to run on a new version of B4a, if you don't have the time to go through the error messages, I'd be happy to take a look. I'll PM my email address and you can send me the code if you like.
 

DonManfred

Expert
Licensed User
Longtime User
If your (old) App was installed through google play and the new one are installed through b4abridge then you have to deinstall the GooglePlay-App before you install the new app to the phone...

Or if your old was installed through b4abridge and the new one should be installed from google play then you have to manually deinstall the old app.
It is not possible to update a b4abridge-installed-app from google play and vice versa.
 
Top