PHP: How to get version from android .apk file?
Posted
by Solata
on Stack Overflow
See other posts from Stack Overflow
or by Solata
Published on 2010-06-10T12:39:57Z
Indexed on
2010/06/10
12:42 UTC
Read the original article
Hit count: 233
I am trying to create PHP script to get app version from Android APK file. Extracting xml file from APK (zip) file and then parsing XML is one way, but i guess it should be simpler. Something like PHP Manual, example #3. Any ideas how to create script?
© Stack Overflow or respective owner