I've been trying for a while to get background to work but looks like I'm not smart enough :D
I've looked at all the code samples and no matter what I do I get this weird error "Permission requiredFailed invoking <symbol>" with no further info. I don't even know where to look next. I've tried copy/pasting and doing all sort of things.
The source is here: https://github.com/mrfoto/ForecastLine/tree/background
And you can see I have the `Background` permission in manifest. This is the output in the console when I manually trigger Temporal event via simulator:
```
HERE
Permission requiredFailed invoking <symbol>
```
So it fails on getting property https://github.com/mrfoto/ForecastLine/blob/background/source/ForecastLineBackground.mc#L19
I don't know why this would fail since object store is supposedly available in background services.
Can someone help me? Pretty please? :D