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 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:
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.