Skip to content Skip to sidebar Skip to footer

How To Resolve "can't Update The App(error Code : 901)" Error?

I'm migrating one of my live applications from Native to Xamarin. I have successfully done that and now I'm trying to release the same on Google Play Store. I have generated a re

Solution 1:

I am able to identify the issue and fortunate that it got resolved. Sharing it here so if anyone gets stuck for the same issue then they can refer this.

Identified Issue - The issue was quite silly as the version code wasn't getting updated from the UI of Android Manifest even if I was changing the values. That might be the glitch in Xamarin or Visual Studio (for Xamarin).

What I did to resolve this - I manually deleted the declaration of Version Code and other values which weren't changing from AndroidManifest.xml then from the UI section of the Manifest I upgraded the Version Code and build the solution for release. That's how things got resolved at my end.

Hope this helps. Thanks.

Post a Comment for "How To Resolve "can't Update The App(error Code : 901)" Error?"