Hi everyone.
I compiled a release version of my Xamarin Forms app (android) to give it to my client (adhoc). He tested it and everything worked fine.
After some more code added, i published another adhoc release to give him. I changed the version number and used the same keystore.
He was unable to install it, even after removing previous version. As if there was some traces of the last install messing around.
Did someone ever had the same problem?
Posts
No one out there? It only happens on a particular device, and on a particular project. When i create a new one, everything is ok...
You might have better luck posting it in the Android forum.
Yeah! you are right.
Anyway, i just solved my problem by changing the package name in android manifest. It was clear that something desinstalled badly. I tried to remove every traces of the app on my device but with no sucess.
Does your app persist data using SQLite etc?
My app connect to a symfony web app and send POST data to it, and retrieve data.
Using Httpclient.
Works well otherwise