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

AFNetworking notification's deprecated#7

Merged
mattt merged 2 commits intoAFNetworking:masterfrom
Bruno-Furtado:2.x
Mar 24, 2014
Merged

AFNetworking notification's deprecated#7
mattt merged 2 commits intoAFNetworking:masterfrom
Bruno-Furtado:2.x

Conversation

@Bruno-Furtado
Copy link
Copy Markdown
Contributor

The following notifications is deprecated in AFNetworking 2:

// AFURLSessionManager.m
//
AFNetworkingTaskDidStartNotification = @"com.alamofire.networking.task.resume";
AFNetworkingTaskDidFinishNotification = @"com.alamofire.networking.task.complete";

Probably this change generates impact for those using earlier versions of the Framework.
I do not know if you intend to abandon support the previous version, create another branch or tag ...

If accepted, the podspec version has also been updated.

Bruno Tortato Furtado added 2 commits January 24, 2014 22:18
AFNetworkingTaskDidStartNotification and
AFNetworkingTaskDidFinishNotification are deprecated in AFNetworking 2
New tag version for podspec
@kylef
Copy link
Copy Markdown

kylef commented Mar 3, 2014

Just spotted this myself 👍.

@camdez
Copy link
Copy Markdown

camdez commented Mar 19, 2014

👍

mattt added a commit that referenced this pull request Mar 24, 2014
AFNetworking notification's deprecated
@mattt mattt merged commit 48f66b0 into AFNetworking:master Mar 24, 2014
@mattt
Copy link
Copy Markdown
Contributor

mattt commented Mar 24, 2014

Thanks, @Bruno-Furtado. Apologies for the delay in merging this in.

@Bruno-Furtado Bruno-Furtado deleted the 2.x branch March 24, 2014 17:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants