unoplatform/uno
GitHub ã§èŠãPlease implement `Windows.ApplicationModel.Background`
Open
#2,406 opened on 2019幎12æ28æ¥
difficulty/challenging ð€¯epichelp wantedkind/enhancementno-reproproject/non-ui âïž
Repository metrics
- Stars
- Â (9,789 stars)
- PR merge metrics
-  (å¹³åããŒãž 14d 8h) (30d ã§ 130 merged PRs)
説æ
What would you like to be added:
Simple timer app activation, i.e. var builder = new Windows.ApplicationModel.Background.BackgroundTaskBuilder(); builder.SetTrigger(new Windows.ApplicationModel.Background.TimeTrigger(int, bool)); builder.Register()
Why is this needed:
Many apps should be activated once for a while (e.g. once per hour), to make something. I want to convert to Uno (and Android) app which checks air pollution and show notification about current status.
For which Platform:
- iOS
- Android
- WebAssembly
- WebAssembly renderers for Xamarin.Forms
- Windows
- Build tasks
- Solution Templates