I need to download google play android files (APK) by php,but as you know it doesn’t promise to do it by pc.
How it works and how can I download apks by php?
I need to download google play android files (APK) by php,but as you know
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could probably pick up some hints from this: http://codekiem.com/2012/02/24/apk-downloader/ — the crx file for the extension can be unzipped. It contains the source in javascript form, which performs some HTTP operations to download the APK. It should be possible to replicate this in PHP.
Note: