This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Description
I found out that the AFNetworkingTaskDidResumeNotification is not posted by AFNetworking 3.1.0.
A short lookup showed me that there is however a notification with the following name instead:
static NSString * const AFNSURLSessionTaskDidResumeNotification = @"com.alamofire.networking.nsurlsessiontask.resume";
I think the ActivityLogger should therefore adapted to use this notification instead in AFNetworkActivityLogger.m:100.