You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just downloaded your latest release and compile with no changes. I run the app, then select Download at the bottom of the screen. Next I select "Resume All". All 3 files are downloaded, and I see a 'Completion:' message for each of the files emitted by line 125 in startDownload of DownLoadViewController.swift.
Though I have never see the "Did finish events for background" in on line 38 get printed. Nor do I see the "All files have been downloaded" message on line 41. I set breakpoints on line 36 where the call to urlSession.getDownLoadingTasksCount is invoked, though no break there.
I noticed in the debug log window the message:
+backgroundSessionConfiguration: is deprecated. Please use +backgroundSessionConfigurationWithIdentifier: instead
I commented the first call, and use the second call instead - though still no event messages are printed. The project has the 'Background fetch" checkbox set in the target as set in the downloaded project. I noticed the project is compiled using Deployment Target 7.1 which I also changed to 8.1, recompiled and ran - though still no event messages appear.
Thanks again
The text was updated successfully, but these errors were encountered:
appsird
changed the title
eventsForBackgourHandler does not receive events
eventsForBackgroundHandler does not receive events
Nov 18, 2014
I just downloaded your latest release and compile with no changes. I run the app, then select Download at the bottom of the screen. Next I select "Resume All". All 3 files are downloaded, and I see a 'Completion:' message for each of the files emitted by line 125 in startDownload of DownLoadViewController.swift.
Though I have never see the "Did finish events for background" in on line 38 get printed. Nor do I see the "All files have been downloaded" message on line 41. I set breakpoints on line 36 where the call to urlSession.getDownLoadingTasksCount is invoked, though no break there.
I noticed in the debug log window the message:
+backgroundSessionConfiguration: is deprecated. Please use +backgroundSessionConfigurationWithIdentifier: instead
I commented the first call, and use the second call instead - though still no event messages are printed. The project has the 'Background fetch" checkbox set in the target as set in the downloaded project. I noticed the project is compiled using Deployment Target 7.1 which I also changed to 8.1, recompiled and ran - though still no event messages appear.
Thanks again
The text was updated successfully, but these errors were encountered: