Questions tagged [android-update-app]

73 questions
0
votes
0 answers

Android app automatic app update

I have a question and I don't know what I'm missing that it is working. My problem is that my published application is not consider for automatic updates through google play store. I also found that some other not from me are not consider for an…
Chris
  • 97
  • 1
  • 7
0
votes
0 answers

Android App Update Getting Rejected for Keyword Spam

I published an Android app called "Never Have I Ever". The app was and still is live on Google Play. I updated the app once. Then the second time I tried to update the APK file, I was emailed a messaging saying that my app has been rejected for…
Papa Yev
  • 618
  • 7
  • 10
0
votes
1 answer

When will my app users get latest app update if I upload updated version now ? Does Google push updates to all users at once or slowly push updates?

We uploaded latest version of our app a few days ago but a few of our known users were not able to see the option to update the app on Google Playstore. Can someone throw some light on how google pushes app updates on Google Playstore? Why some…
0
votes
1 answer

Android account sync disabled after application update

I've noticed that when my application gets updated from some version A to version B, sync checkbox next to my account (in Accounts system settings) gets disabled. A and B are subsequent commits, and the problem does not occur when updating from…
0
votes
0 answers

in google play store there is no update options

There is a problem in App update in my application, When there is new version upload in Google play store and when i redirect to Google play store for version update at that time there is no option for version update, there is still two options…
Pdm Patel
  • 1
  • 1
0
votes
1 answer

Unable to upgrade to a Dynatrace enabled apk

I have used the auto-instrumentor command on my Android apk file. auto-instrumentor.cmd apk prop It generated three new files: unsigned signed final Now I am able to use my app when I do a fresh install. But if…
0
votes
2 answers

android : update my application on google store

I have question about update version of my application on google play store. If I upload a new version APK application on google play store Current user can receive about update , download and install new version or not? If current user cannot…
-1
votes
1 answer

I have published a free app on playstore, without ads. Now I want to place ads in an update of my app. Is it possible?

I am a new developer. I have just published my first two apps on playstore. The second one displays ads as I have placed ads sdk in the gradle file. but my first app does not show any ads, because I published it as a free app on playstore without…
-1
votes
1 answer

why can not update my application in android

recently I get Installed blocked : The app permissions error error when updating my application(in app updating). I know my app signatures are same because I can install new app manually. can some know why this happen? Do you think I need to grant…
Amir133
  • 2,372
  • 2
  • 18
  • 34
-1
votes
1 answer

App crash due to ClassCastException: android.support.v4.view.ViewPager cannot be cast to android.support.v4.view.ViewPager

`import android.support.v4.view.ViewPager; public class Home extends Activity { private ViewPager mainViewPager; @Override public void onCreate(Bundle icicle) { super.onCreate(icicle); setContentView(R.layout.home); …
-1
votes
1 answer

Updating android app Dynamically?

Suppose i have a TextView in my app. I want it to be updated anytime i want to all my app users. How to do that? I have heard of Microsoft Azure and cloud services. Any tutorial for this? What's the technical term for this thing? QUESTION IN…
admin 7798
  • 697
  • 1
  • 7
  • 15
-2
votes
2 answers

Dynamically changes in android installed app those changes reach to live users installed app

I actually want's to reach app changes in to user installed app.How this can possible. 1- My app is live on play store. 2- There are 30,000 of live users. There is a bug in app and i resolved that bug now i don't want to upload new version of app on…
Amitsharma
  • 1,577
  • 1
  • 17
  • 29
-2
votes
2 answers

How to automatically add files to app folder?

I'm trying to add files(images) to the app folder when my app is installed and every time if there is any update, I'd like to add more files to the app folder. How can i achieve this? Thanks a lot. Regards, Dexter
1 2 3 4
5