javaBin / javazone-ios-app

MIT License
2 stars 0 forks source link

Background refresh #24

Open chrissearle opened 4 years ago

chrissearle commented 4 years ago

Implement background refresh?

Easy to do - but should we? If so - can we make it happen more often on conference dates (when data is changing due to video links) and far less often before and after (when data is static) ?

We register that we want to use it - then at app start we call setMinimumBackgroundFetchInterval. I wonder if we can simply not call that unless opened on a conference day ? How to turn off afterwards?

chrissearle commented 4 years ago

Read up on BGTaskScheduler