Replies: 1 comment
|
have you found a way to do this? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Let's say i wanted my app to have a background process constantly running (even if the app has not been opened or is not in focus) , and every 10 minutes check if something changed and if it did, send a popup notification, how would you do that with dioxus for mobile targets (mostly android, but why not ios too) ?
i couldn't find a lot of examples with interacting with the native sdk let alone background workers.
thank you !
All reactions