0

It's Possible? I have two app in play store and app store when i have install one app second app install automatically. How i can achieve this in xamarin form ?

Chetan Rawat
  • 578
  • 3
  • 17
  • 3
    Only system app has the permission to install app automatically. – Tshunglee Oct 17 '19 at 03:48
  • I believe that if system app can install another app automatically then we can also. – Chetan Rawat Oct 17 '19 at 04:10
  • @ChetanRawat system app is just like administrator and developers is not.you can use deeplink inside your first app and when user open it up,they must install the second application to continue ( better a dialog for user to understand) – shadow Oct 17 '19 at 04:59
  • Possibly you can do is check https://stackoverflow.com/questions/11394141/android-detect-when-app-is-installed and then in broadcast reciver start install another app – Developer Oct 17 '19 at 05:37
  • Check the official document here https://source.android.com/devices/tech/config/perms-whitelist – Tshunglee Oct 17 '19 at 06:12

0 Answers0