I have an application which doesn't use ARC. Now I want to integrate twitter framework to get access token on authentication in my application. I just received my reverse auth enabled app. I was trying out this example - https://github.com/seancook/TWiOS5ReverseAuthExample which works fine but when I try to integrate it with my project, it gives me bunch of memory issues and BAD_ACCESSes obviously because the code ARC enabled. Is there any way I can use it in my app ?
Thanks and any tip would be much appreciated. Regards

