I need to know when a sharer has been authorized (to change some UI) and it looks like there’s a SharerDelegate sharerAuthDidFinish method which (I think) I implemented, but it doesn’t get called.
Anyone?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In SHKSharer.m, there is the following code:
So you can listen for the notification in whatever class needs to know like such:
and then implement a method like: