With Background.exit({...}) it is very easy and convenient to communicate background -> foreground. But is there a way to do the other way: foreground -> background. Kind of sending a job or a message?
With Background.exit({...}) it is very easy and convenient to communicate background -> foreground. But is there a way to do the other way: foreground -> background. Kind of sending a job or a message?
With ciq 1.x apps, you can't use a background service. With some API levels, you don't have Appication.Storage, These are things you need to design for. I've done it, so I know it's possible.
With a DF, you may just need to restrict your app to those devices with backgrounding,
Did you figure this out? Jim suggest it is possible but didn't share the approach. I need to be able to inform the BG process with something as simple as a true/false flag. To an EDGE 1000 type device that can't access Storage from the BG. So the 2nd time it runs it returns the rest of the data I need using exit(). Thanks flocsy🤠
No, I gave up
Where is the problem?