My Xamarin.Android app on google play keeps updating . - android

I made an application on xamarin android and send it to the google play . When I download the application , there are 2 option on google play ,
one of them is Remove, the other one is Update. It should be Remove and Open. When I tap update, app downloading again. After that remove and update shows up on google play again.

google forum discussions suggest that deploying a new version solves the bug
https://productforums.google.com/forum/#!topic/play/ZLJW1jQObf4

Related

Google Play not showing new version of the app unless clear cache of Google Play

I have an app that check the version in-app. If we deploy a new app together with the backend, the app will announce that the user is using the old version of the app, and redirect to google play to update the new released version. Hence they cannot use the app
But the problem occurs when Google Play not showing the latest version unless I clear the cache of google play.
Is there any way I can make google display the new version when redirecting to Google Play (by adding a query flags into the Google Play url or something like that to make Google Play show the latest version?)
Having the users waiting until Google Play show the correct version is not a good practice, as they can't use the app in the mean time. But guiding them to clear google play cache maybe a problem with elderly or non-tech users.
Thank you guys for your time.
Use Android In-app updates it will update the app from within the app without going to Google Play store
Now the newstips update for android is delayed all together. It was uploading for me day and half ago then when I went to play it was the same old version so I put in a slip and they still haven't explained to me this issue, I had to find out myself on facebook its

Google Play not updating internal app automatically

I have an app that is released only as an "internal test" on the Google Play store
When I go to the Google Play store on my phone, the app does not show up at all, under "installed" or "updates" or any other tab
When I click the 'internal testing' link (the one that Google Play Console says to give to internal testers), it opens Google Play and shows my app's store page. The store page shows the correct latest version, but I'm unable to install it. My only options are "uninstall" and "open" (which opens the currently installed old version of the app)
I have "enable auto-update" enabled from the Google Play store page
I've waited two days
I've made sure the app is closed completely on the phone
As far as I can tell, there's no way to update the app without uninstalling it, which deletes all the app data. How can my testers update the app?
Updating seems to be broken for apps that Google has not reviewed yet, which they don't do for internal apps.
I released the app to closed beta, causing Google to review it, and stopped using "internal releases" altogether. I'm not sure which of the two was the fix, but now auto updates work.
I think I've found a workaround. It's now worked 3 times out of 3, so fingers crossed.
First, uninstall whatever version you have on your device.
Then visit the link provided from Google Play Console on a PC instead, and from there you click the 'If you don’t have the app installed, download it on Google Play.'-link.
Once there, press install, and choose your device.
This way, the latest version of the app is installed on your device, and not some random version; like seems to be the case, using the Play Store on the device.
Not ideal, but it works :)
Requirements for getting the Internal Update on Play store
Add your same email Account in internal testing which you used as in play store.
Join Beta Testing program which will be visible when you search the same app on play store.
Turn on internal-app-sharing on playstore - > PlayStore->Setting->About ->PlayStore-version(press 7 times), Turn On Internal App Sharing in General Settings of play store.
Wait for some days & Get the app link from play store console to get the update version

Google Play not automatically updated

I prepared my own I published in android apps on Google Play. Downloading app. However, I publish every new device is installed after the application version is not automatically updated. I tried on all devices. I activated the automatic update option from the Google Play app.
Unfortunately, I get the same results. Is there that might help?
Solution.
Add validation code inside your own app to check application version and open Google Play if newer is released. You can store version somewhere in your own server.
Automatic application updates are not popular in Android devices. Sad but true.
Do not forget whether your enabled this option in your device https://support.google.com/googleplay/answer/113412?hl=en

Google Play Store not showing Update on app (android)

Introduction
I have uploaded my first version of app and users downloaded it , installed it and used too. It was a cake. But when i upload the second version then it gets updated after 1 hour or so.
Problem
It is showing version update in google play when I open it in Mac. But when I search for it in the android device its not showing the upgraded version or the to update dialog. So I wait for 12 hours or so by thinking the listing might be not done yet. But still no result. And when I clear the cache of google play in android it shows to update.
Question
Why does this happen? Is there any solution that the update button will immediately come then the app is updated and published in play store.
Please do attach any official docs if available.
Update
i figured out the google play in the android device is the problem. if i clear the cache then google play detects the new version and prompts to update the app. so is there any way to programmatically clear cache of google play in android.

Not Getting New Update is Available Notification in google play for my application

I Published an application in google play . But the thing is if i released an updated version of my Application the users who is having the older version are not getting any Notification from google play that New Update is available. If they go to the google play there they can see an option like Update.
Even though i increased the Version Code in the Manifest File.
This became a very big problem to me . So please help me to solve this problem.
U will have to program this yourself.
U can find how to do it on this link:
http://developer.android.com/google/gcm/gs.html
if read correctly u have to release a new version of youre app with this code in it. users who have that version get notifications in case there is another update

Categories

Resources