Android Question Version code of an app in play store

Kadandale Ganapathy Bhat

Member
Licensed User
Please guide to find out the version code of an published application in play store without installing.
It helps the customer to update directly from my app without going to play store.
Thank you
 

Kadandale Ganapathy Bhat

Member
Licensed User
Dear Sir
I have to questions
1. I have no server. Is there any other way to get the versioncode without uploading text file?
2. How can I have a server? I have no idea . Please guide eme.
Thank you
 
Upvote 0

Alex_197

Well-Known Member
Licensed User
Longtime User
I tried to use code from this url but it gives me an error

Logger connected to: LGE LM-Q720
--------- beginning of main
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
--------- beginning of system
--------- beginning of crash
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String org.jsoup.nodes.Element.ownText()' on a null object reference
at de.donmanfred.AppVersion$1.run(AppVersion.java:42)
at java.lang.Thread.run(Thread.java:764)
** Activity (main) Pause, UserClosed = true **

See my attached project.
 

Attachments

  • source.zip
    8.2 KB · Views: 128
Upvote 0

mcqueccu

Well-Known Member
Licensed User
Longtime User
Upvote 0
Top