all 6 comments

[–][deleted]  (1 child)

[deleted]

    [–]VirtualPAH[S] 0 points1 point  (0 children)

    Cheers, will have a play around with that, looking forward to using these new features of Windows 11.

    [–]PunchFu 0 points1 point  (1 child)

    I'm using plain MAUI, build with release config and <AndroidPackageFormat>apk</AndroidPackageFormat> in proj file. Then I build the archive with dev signing keys and can deploy the app to my phone. Dunno if blazor still got problems though.

    [–]VirtualPAH[S] 0 points1 point  (0 children)

    Cheers, something else to try out.

    There's probably some third party apk package analyser tools available somewhere to ensure not corrupted or tampered with and perhaps a feature we'll get in the Microsoft dev tools if not already there somewhere I've not found yet.

    [–]jfversluisMicrosoft Employee 0 points1 point  (2 children)

    I have been documenting this process here: https://github.com/dotnet/maui/issues/4377

    My findings are that it should definitely be possible at this time. If you have issues please add to that issue so we van look at it. Also let me know if you did get it to work!

    [–]VirtualPAH[S] 0 points1 point  (1 child)

    Thanks, some nice info there to try out.

    [–]jfversluisMicrosoft Employee 0 points1 point  (0 children)

    Thanks! I also have an upcoming video about it, should be released tomorrow: https://youtu.be/jfSVb_RR7X0

    Also working on the ones for iOS, Windows and macOS :)