Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I need to run a BLE Discovery in background and need to show toast when a device found.This is done using UWP with UI. But I need only background application. Is there any way?

What I have tried:

I have tried using UWP Application and a Windows Runtime Component. But I am not able to hide the UI.
Posted
Updated 22-May-16 21:41pm

1 solution

You can't just create a background application without any UI. Instead you can create a one page app which uses BackgroundTask for send toast notification.

Support your app with background tasks[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900