I want to check programmatically if my app's version is the latest existing. With iOS, I would use this HTTP request :

http://itunes.apple.com/fr/lookup?bundleId=com.EC.EmploiCollectivites

Then, parse the JSON stream to get the version.

How can I do this (and is there a way) for Android ? Thanks for your answers.

有帮助吗?

解决方案

How can I do this (and is there a way) for Android ?

Store some JSON on your own server with the latest version information, then download that JSON.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top