-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Not installing automatically in android 9 #134
Comments
+1 |
Hmm I have made some search and I found that your need to explicitly go inside the app and allow it to install the apk. |
Any Update ? |
Hi ,
I have found a solution
but i'm not sure that will be the greatest one
in the manifest file
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"
/>
<uses-permission android:name="android.settings.MANAGE_UNKNOWN_APP_SOURCES"
/>
<uses-permission android:name=
"android.settings.action.MANAGE_OVERLAY_PERMISSION" />
i have add these permissions
after that installation worked fine....
…On Wed, 12 Jun 2019 at 20:22, Pratik Chourdia ***@***.***> wrote:
Any Update ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#134?email_source=notifications&email_token=AG3YNVVLZDLWQC6VISGSEVLP2EES5A5CNFSM4HNI4TF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXQWD7I#issuecomment-501309949>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AG3YNVSNSXYK6KY5KHXC7K3P2EES5ANCNFSM4HNI4TFQ>
.
|
@GowthamJadon I try to add this permission but for me doesn't work. When checkAppUpdate is called android ask the permission for Install unknown apps but if mark to allow nothing happen. Apk doesn't download. Does anyone have the same issue? |
+1 |
|
any update on this? |
After Download the apk file through the app-update plugin it's not installing automatically updating in android 9 but working fine in android 8 =<
do i need to add any new permission for that ???
The text was updated successfully, but these errors were encountered: