So the main problem I was having as that my app keeps loading the auto-generated app from Fabric (with their autogenerated App ID) instead of the one that I was trying to load using [Twitter sharedInstance ]. I was able to login to the app just fine, but on login it always showed the name and App ID of the Fabric App, not the one I had previously created.
And I would always get the error:
Email (null), Error: Error Domain=TwitterAPIErrorDomain Code=37 "Your application may not have access to email addresses or the user may not have an email address. To request access, please visit https://support.twitter.com/forms/platform." UserInfo=0x18f90b50 {NSLocalizedDescription=Your application may not have access to email addresses or the user may not have an email address. To request access, please visit https://support.twitter.com/forms/platform.}
So I figured the solution would be to just get them to authorise the new App ID (the auto-generated one)… but it STILL doesn’t seem to be getting me the email (the email address is for my own account which seems to be logging in fine but not giving me an email address.)
So any help would be appreciated.