I'm working on integrating SoundCloud in my iOS 5 app but when I call [scAPI checkAuthentication] the popup modal appears in portrait mode, while my UIViewController is in landscape. This is extremely odd since for that same UIViewController I have a modal for mail compositions that appears correctly; as well, a transition to another UIViewController that appears correctly.
I'm unsure what to do, I've been looking around the web and (SoundCloud) source code to find a solution, but no luck so far.
Update: This is using the Cocoa API Wrapper from SoundCloud