1

Is it possible to get the package name of an apk when the apk file is being uploaded to the server in php.

JK9
  • 370
  • 2
  • 7
  • 26
  • probably same question as this: http://stackoverflow.com/questions/3014369/php-how-to-get-version-from-android-apk-file – Tirolel Jun 08 '16 at 07:50

1 Answers1

3

Look at this package. it does what you need.

php Apk Parser

Tirolel
  • 928
  • 3
  • 17
  • 43