Closed Litioblue closed 1 year ago
hi, the application user model ID (AUMID) is a unique id for each application in windows, if you want to use this package in package mode you must set null, but in debug, if you don't set the application id app will be crashed. microsoft if you want use MSIX to build your application you must following this configuration
Thanks for suggesting, btw can anyone explain how to get the AUMID of my flutter application if it is not packaged. It is still in development phase and we run it by using flutter run
on windows terminal
Thanks for suggesting, btw can anyone explain how to get the AUMID of my flutter application if it is not packaged. It is still in development phase and we run it by using
flutter run
on windows terminal
open windows windows powershell (not command prompt) and use this command Get-StartApps
Thanks for explaining how to get the application ID. Please consider adding this to the documentation so other people can use the package.
Thank you very much for the package. Can you explain to me what is the application id? where do i find it in my project.
thanks