Closed HAFIZkhan-source closed 10 months ago
If I sign a local msix
file, registerProtocol()
works for me. But when I submit to the Microsoft App Store, the tester can't get it to work.
What options do we have?
@HAFIZkhan-source You can use protocol_activation
in your msix
configuration in your pubspec.yaml
file to enable this. So if myapp://
is your custom URI, you add this line to msix_config
:
msix_config:
protocol_activation: myapp
See this issue for details: https://github.com/YehudaKremer/msix/issues/187
README updated
Hey, registerProtocol() will not work If windows app installed using msix file