I'd like to configure an UWP App in order to receive messages from an Edge Extension, and to answer to these messages using some external configurations: I tried to use the Windows Credentials Vault, but it seems impossible to access it (the UWP App seems running in a SandBox), with no visibility of the Windows Credential Vault).
So my question is: is there a way to manually configure an UWP app without deploying the configuration into the store?
Thanks so much,
Daniele
Configure UWP Native Messagging App
196 Views Asked by Daniele Milani At
1
There are 1 best solutions below
Related Questions in CONFIGURATION
- Ubuntu wsl2 in windows, my /etc/fonts/fonts.conf keeps reloading
- I am trying to run java application in Eclipse, When I try to do Run > Run as > Java Application it starts to show little processing but nothing happe
- CISCO refuses to turn off spanning tree for specific vlans
- Resolve paths dynamically based on directory where test (or tested files) is located in Jest
- `android` Does Not Exist in `~/Android/Sdk/platform-tools`
- jboss configuration via ipv6 version jboss-eap-7.4
- I can't find a conenction diagarm for the OV7670 camera to the ESP8266
- Locally testing OS environmental variables in Ballerina
- Why is the build configuration always choosing production?
- App Configuration affecting VS Web Server Hosting
- IServiceCollectionConfigurator' does not contain a definition for 'UsingRabbitMq'
- Localhost Not Working After Creating Virtual Host in XAMPP
- Why am i unable to download MySql?
- Azure App Configuration - Replica for 429 HTTP responses
- TYPO3: tx-form custom fluid templates and class for submit button
Related Questions in UWP
- How to make that each seller has its own different set of products using sqlite and uwp
- How can i solve SQLITE_IOERR_SEEK on Unreal UWP application on MS Hololens2
- UWP Blank app throws error code: The app didn't start.. Activation phase: COM ActivateExtension
- How can I tell if a control is actually Visible in UWP?
- DEP0700: Registration of the app failed UWP in release mode
- Linker errors when adding a native c++ static library to Windows runtime component (UWP)
- uwp app only accepts input whenever i have opened on conhost/powershell/cmd
- uwp - WebAuthenticationBroker does not show cloudflare captcha
- How do I get the typename of an arbitrary XAML FrameworkElement?
- Apryse PDFTron SetDoc method throws AccessViolationException
- How do you know which items are realized (non-virtualized) in an ItemsRepeater?
- How to copy or drag n drop image from Webview2 to Canvas?
- UWP app Shutdown PC don't work in kiosk mode
- Path denied error when building UWP app in release
- Display Data from Drive D: in the Gridview
Related Questions in MICROSOFT-EDGE
- couldn't sign in visual studio code
- Could not start a new session. Response code 500
- C# --headless print-to-pdf with Microsoft edge(chromium) won't work using ProcessStartInfo
- Building a web application for microsoft edge sidebar
- How to access Microsoft Edge browser and login into website via VBA
- Testcases failing in azure pipeline giving error edge driver exception
- Have values for edge driver changed
- DevTools not evaluating `$0` eagerly
- Native Messaging "Specified native messaging host not found" debugging
- @angular/cdk drag and drop dropzone likes to be outside of the original position when dropping in chrome browser but works fine in edge
- Start MS-Edge from command with save-as enabled
- img tag not loading dynamic image url in different browser except chrome
- How to restore the Microsoft extension user data to another pc?
- chrome.downloads.download on MS Edge: windows update this week added a bug. Work-around?
- Several issues with scroll snap in HTML/CSS
Related Questions in CHROME-NATIVE-MESSAGING
- Native Messaging "Specified native messaging host not found" debugging
- Is it possible to listen for console input from a C# Windows Application?
- Connecting Java and Chrome extension via native messaging
- How to set up Google Chrome Extension Native Messaging and sending parameters to native host properly?
- chrome extensions Native messaging, no communication whatsoever
- Chrome Messaging Host: How to ignore app standard output
- Native Messaging extension in firefox not working
- Sample of Chrome Native Messaging manifest V3
- Play Youtube in VLC with yt-dlp.exe (no ads) -- context menu in Firefox
- How to get mapping of browser and native host launched through extension launched from an application?
- Google Chrome Native Messaging can't connect to Node JS in M2 Macbook but working in Intel Macbook
- Syncing data when using Chrome Native Messaging from multiple windows/instances
- In a Chrome Extension, can a Service Worker receive Native Messaging with no browser window open?
- How can I ensure secure communication between my browser extension and native host?
- Unable to use commas nor semicolons in Chrome/Edge native messaging manifest executable path on Windows
Related Questions in MICROSOFT-EDGE-EXTENSION
- Disabling extensions on localhost in Microsoft Edge
- How to programmatically assign a keyboard shortcut to open an Edge Extension?
- How do I highlight text on a webpage in my Edge extension?
- How to update my Edge extension in MS partner center - unable to see it because of wrong tenant or something
- Microsoft Edge API and IE Mode
- How to troubleshoot extension when it behaves differently while developer console is opened?
- How to get split tabs in Microsoft Edge extensions?
- How do I get my browser extension to redirect the website I want it to?
- Detect when tab was restored from history
- chrome extension contextMenu contextType includes browser_action didn't mathch documentUrlPatterns
- How can I ensure that the extension ID remains the same when publishing my browser extension for the first time on Chrome and Edge?
- Cannot Find Edge AAD OIDC App Launcher Extension
- Microsoft Partner Center: enroll in microsoft edge with professional email
- After setting content_scripts.world to "MAIN", how to communicate with the background page?
- Javascript and Chrome Extensions
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I don't know if this is the best option, but an UWP app can read a file from the local storage.
So, after the installation took place, I wrote a config file in the local storage directory (%USERPROFILE%\AppData\Local\Packages\\LocalState), and I was able to access it from the UWP app using the following code: