BlueRiverInteractive/robovm-ios-bindings

Facebook SDK doesn't use native app and defaults to webview

WillCalderwood opened this issue · 1 comments

I only have one device to test on, so this may be an issue with my device, but when connecting my app always reverts to the webview login screen rather than using the native app. I'm guessing this isn't the expected behaviour.

I can't see anything wrong with what I'm going. Is this a known issue caused by the way robovm is interfacing with iOS? Or am I just doing something wrong?

Tracked it down to being caused by the fact that I hadn't prefixed my appid with "fb" under the CFBundleURLSchemes entry in the Info.plist file.