I’m using the LexActivator Flutter package. For the Mac OS build I was able to get it working by installing the dylib file in XCode manually, linking it, etc. On Windows I’m able to run/debug the app in Visual Studio Code, and all of the LexActivator package features work. However, after creating an MSIX package of our app, and installing & running it, the LexActivator functions hang. For instance, this hangs:
LexActivator.SetProductData("my long string");
I’ve turned off all of the Windows Firewalls, and changed the capabilities for the MSIX package creation tool (GitHub - YehudaKremer/msix: Create Msix installer for flutter windows-build files. · GitHub) to the following:
internetClientServer,fileSystem,privateNetworkClientServer, runFullTrust
I’ve tried several variations on the capabilities with no luck.
Is there anything else I can try? Thanks in advance.
