strvcom / ios-chat-component

Chat modular library
MIT License
1 stars 1 forks source link

Scheduledtasks #26

Closed cejanen closed 4 years ago

cejanen commented 4 years ago

App delegates hooks background fetching if ios version < 13. For newer version BGScheduled task is used. There is missing readme which will be written merging all tasks about tasks together. For newer ios versions bgtask is scheduled when unfinished jobs on background task when app goes to inactive state.

cejanen commented 4 years ago

@schwarja I used same pattern for chat / charcoreservicing. Im only afraid if this approach wont make chat public interface huge.

cejanen commented 4 years ago

@schwarja just merge to dev to solve conflicts in external tool