You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error:
'InvalidOperationException', reason: 'App ID not found. Add a string value with your app ID for the key FacebookAppID to the Info.plist or call [FBSDKSettings setAppID:].'
I use the dev version of facebook extension with flixel 3.3.12, openfl 3.5.3 and lime 2.8.2
Everything works fine on Android target.
On iOS after a clean build there is no FacebookAppID key present in info.plist
UPDATE:
When I add the FacebookAppID to info.plist manually in xcode. I get the following error when trying to login to Facebook.
*** Terminating app due to uncaught exception 'InvalidOperationException', reason: 'fb529497693913674 is not registered as a URL scheme. Please add it in your Info.plist'
The text was updated successfully, but these errors were encountered:
I get the following error:
'InvalidOperationException', reason: 'App ID not found. Add a string value with your app ID for the key FacebookAppID to the Info.plist or call [FBSDKSettings setAppID:].'
I use the dev version of facebook extension with flixel 3.3.12, openfl 3.5.3 and lime 2.8.2
I included the following in Project.xml:
Everything works fine on Android target.
On iOS after a clean build there is no FacebookAppID key present in info.plist
UPDATE:
When I add the FacebookAppID to info.plist manually in xcode. I get the following error when trying to login to Facebook.
*** Terminating app due to uncaught exception 'InvalidOperationException', reason: 'fb529497693913674 is not registered as a URL scheme. Please add it in your Info.plist'
The text was updated successfully, but these errors were encountered: