I’m using the facebook v4a plugin to login users in my app. It works fine about 70% of the time, but it frequently fails with this:
Aug 23 11:03:52.961 [Device] -canOpenURL: failed for URL: “fbauth2:/” - error: “The operation couldn\M-b\M^@\M^Yt be completed. (OSStatus error -10814.)”
Aug 23 11:03:52.978 [Device] -canOpenURL: failed for URL: “fbauth2:/” - error: “The operation couldn\M-b\M^@\M^Yt be completed. (OSStatus error -10814.)”
I have whitelisted the facebook urls as explained in the docs (https://docs.coronalabs.com/plugin/facebook-v4a/index.html). The error comes directly after the login() function of the plugin is called. Any ideas what this means? I find it improbable that the facebook servers would refuse connection that often, that would be a huge problem for everyone using the plugin.
EDIT: just found that the error code is an apple error: kLSApplicationNotFoundErr. The description in the apple docs is “No application in the Launch Services database matches the input criteria”. If something was indeed missing, wouldn’t it be missing the whole time?