Replies: 1 comment
-
I have code from Xamarin that I expected to continue to work in .net Maui. But for some reason, it doesn't throw any errors, but when I commit the installer session it does nothing. I see a message in logcat indicating the intent was sent, but nothing ever happens after that. No errors, the apk is not installed, logcat shows nothing. Code is identical to what it was in Xamain. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
i try to update my own apk from within my app.
I found the PackageInstaller class for Android in the Android Documenation
https://developer.android.com/reference/android/content/pm/PackageInstaller
Does anybody have an code example on how to use it?
i am only concerning about the Android platform. iOs and windows does not need to be included here :)
Beta Was this translation helpful? Give feedback.
All reactions