Background Task with NSOperation and NSOperationQueue iOS

后端 未结 2 613
谎友^
谎友^ 2021-01-22 02:51

I want to upload some files which should continue even if the application goes into background.

Currently I am retrieving the files from the DB and than adding it to the

2条回答
  •  天命终不由人
    2021-01-22 03:41

    Apple allows background execution if your app follows and satisfy the necessary condition. plese refer here

提交回复
热议问题