I want to install the Google Maps app when installing my application.
Asked
Active
Viewed 169 times
1 Answers
1
You don't have any control (i.e. can't run any code) during the installation process. You could check for dependencies at application startup time (i.e. check for the Google Maps module) and if its missing, automatically open a browser to the Google Maps install page.

Community
- 1
- 1

Marc Novakowski
- 44,628
- 11
- 58
- 63