Replies: 1 comment 1 reply
-
What obfuscation software do you use? It sounds hard to answer without that piece of information. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to generate a .msix package for my Maui app. for MS Store distribution.
The obfuscation I use works when building in Release mode (works on test devices etc) but creating a deployable .msix package causes build errors, versioning issues etc. No issues packaging .apk files for Android. That works well.
Question - once a Release build is done, is there a way to package those same Release results into a .msix without incurring a rebuild of the application?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions