Closed juho-ylikyla closed 2 years ago
@juho-ylikyla, thanks for the feedback! Please, feel free to create a PR!
I've been looking through the code base trying to figure out why we need to background processing capability on ios without much luck. BackgroundService seems to behave the same way(giving ~30s of run time after app goes to background) on ios with/without the capability? Any pointers @Rapsssito
:tada: This issue has been resolved in version 2.6.8 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 3.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Firstly, thank you for this super useful library 🙏
The
INSTALL.MD
document mentions adding the background processing capability. In order to upload an app that has the mentioned capability,info.plist
needs to haveBGTaskSchedulerPermittedIdentifiers
value set correctly. Otherwise, the upload will error with something likeI can create a PR to update the documentation if you see that to be useful.