Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unregister from application launch notifications #1

Closed
yelled3 opened this issue Mar 18, 2013 · 3 comments
Closed

Unregister from application launch notifications #1

yelled3 opened this issue Mar 18, 2013 · 3 comments

Comments

@yelled3
Copy link

yelled3 commented Mar 18, 2013

it would be great to add support for this, once it's merged

see:
AFNetworking/AFOAuth1Client#29

something like:

-(void)unregister
   [twitterClient unregisterFromApplicationLaunchNotifications];
   // OR just
   [twitterClient dealloc] 
@seivan
Copy link
Member

seivan commented Mar 19, 2013

Hey, just want to say sorry for getting back to you so late, been under a lot of stuff recently.
I'll make sure to add that at the end of this week :) Leaving this issue open until master has this in it.
Thanks!

@yelled3
Copy link
Author

yelled3 commented Mar 19, 2013

Thanks - appreciated.

@seivan
Copy link
Member

seivan commented Mar 27, 2013

It's generally a bad idea to call dealloc... ever :)
But yeah will add that in once AFNetworking merges that pull request

@seivan seivan closed this as completed Mar 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants