javaBin/javazone-ios-app

Background refresh

Opened this issue · 1 comments

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?

Read up on BGTaskScheduler