My app is running on windows PC via CLI (phonegap serve).
A local browser connects and the plugin appears to be working ok so far, as well as seeing 'launching FB SDK' and 'Attempt local load:' in the console, both the browser and CLI consoles.
I am also using the Phonegap Developer app on my iPhone, everything appears to be working ok apart from the FB plugin. An alert of window.cordova.platformId confirms ios and not browser. There is also nothing in the console re launching te FB SDK etc when running the app on the phone.
I do have the ios platform added to my project too.
This issue can be closed as I have found out the issue is with the developer app not supporting the plugin. I have raised an issue on the app repo instead.
My app is running on windows PC via CLI (phonegap serve).
A local browser connects and the plugin appears to be working ok so far, as well as seeing 'launching FB SDK' and 'Attempt local load:' in the console, both the browser and CLI consoles.
I am also using the Phonegap Developer app on my iPhone, everything appears to be working ok apart from the FB plugin. An alert of window.cordova.platformId confirms ios and not browser. There is also nothing in the console re launching te FB SDK etc when running the app on the phone.
I do have the ios platform added to my project too.
Any ideas/suggestions?