How can I download an application from Google Play via a php script? it is necessary to give the finished file to users.
Is there a ready-made solution? (Sites that download are not needed, scripts are needed)
How can I download an application from Google Play via a php script? it is necessary to give the finished file to users.
Is there a ready-made solution? (Sites that download are not needed, scripts are needed)
It is not so easy. The maximum I have seen is an extension for chromium .
To do this from the server side is difficult, because need authorization. Read this discussion, maybe it will push on some thoughts.
Periodically there are scripts like this and that . You can modify.
Source: https://ru.stackoverflow.com/questions/870538/
All Articles