I want to implement auto update on my android app, but i don`t know how to do it. Can you please help me, I have searched the web but i cant find it.
I have tired ,
The code in
Force update android app when new version available.
But it didn't work at all.
Hey Guys I have found the answer I am currently using javiersantos AppUpdater
Related
I own a reward app and the dev of the app has abandon the project.
So im alone in this and i dont know how to integrate 2 advertising networks into my app...They share the SDK for monetization and i must put it in the android studio and make build the apk again to update it in google play.
I cant figure out how to do it..I would like to use their offerwall only.
if it seems hard to understand pls tell me to send the info you need.if it is simpler to do it someone for me i have no problem.
It sounds like you want to take someone else's code, which they worked hard on. You then want to change the advertising network id so you get the money. You then want to upload the result to Google Play. This sounds an awful lot like stealing someone else's work. I'm not going to help you with this, and I doubt anyone else will on Stack Overflow either.
You are everytime helping me but now I couldnt find a good post speaking about my problem (or solving), so I hope you can help one more time...
Recently I uploaded my app to Google Play , everything is all right but when i upload new upgrades some users can´t update the version because they get an ERROR-24
It´s a free online app , when users uninstall the app and they install it again... then it works perfectly...so I am wondering if there is something I can do to fix it!
Thanks everyone!
it´s this error:
http://appslova.com/wp-content/uploads/2014/02/android-error-24-google-play.png
Don't know if this will help you, but the error in my case was due to the sharedUserId value in the manifest being different in my update. Changing the value back to what it was before allowed the update to complete through Google Play. You must always use the same sharedUserId for all updates of an app once it's in the Play Store.
I have checked sugar sync App from Play Store UI, it's superb,
I have integrated the sugar sync API in my app too but now My question is, when i am adding a new file in browser, then automatically the device page is updating,
I would like to know how can i achieve that,
is there any API for automatic Update or can i set any listener in my application.
any link or help is appreciable.
Thanks in advance
Recently I published my new application, this application is showing in my Android device, however when I go to my Android Market Home, the app is not there. I am wondering if there is something I can do to fix this because I'll be making an update soon.
That is strange, maybe this can help http://www.google.com/support/forum/p/Android+Market/thread?tid=2d57cbb5ca036b75&hl=en
This question already has answers here:
Closed 11 years ago.
What is the best way to let the users know that I have an update. I had seen once an application with update dialog but I really don't know how they did it. Can someone guide me with this? Thanks in advance!
I guess they either use unofficial android market api to get the latest app version or they pull own server which knows about updates.
Maby let your application query an internet server on startup :) Pretty straightforward but it will do just fine.