[X] I want to submit a feature request
Description
In order to use the same Facebook Id in multiple applications on iOS, custom URL scheme suffix would need to be use (see screenshot from the Facebook developer console). Unfortunately, this is not yet possible with the current version of this plugin
History
A PR was submitted (#386). The provided solution itself looks correct, modifying -Info.plit in order to add FacebookUrlSchemeSuffix and the suffix behind the APP_ID in CFBundleURLSchemes.
Unfortunately the PR had to be rejected because it introduced a mandatory suffix/variable, which of course can't be integrated, URL scheme suffix should remain optional.
Furthermore, in case of no URL scheme suffix, the behavior should remains the same as actual status, respectively, if nothing specified, no FacebookUrlSchemeSuffix or other info should be added or modified in -Info.plit
Goal
If URL scheme suffix are not used, nothing should be added and different than with actual version of the plugin respectively -Info.plit should not be modified
If URL scheme suffix should be use, -Info.plit should contains a new child and value for FacebookUrlSchemeSuffix and the suffix should be added after the APP_ID in the CFBundleURLSchemes value
Documentation
Facebook SDK: https://developers.facebook.com/docs/reference/ios/current/constants/FBSDKSettings/
Screenshot

[X] I want to submit a feature request
Description
In order to use the same Facebook Id in multiple applications on iOS, custom URL scheme suffix would need to be use (see screenshot from the Facebook developer console). Unfortunately, this is not yet possible with the current version of this plugin
History
A PR was submitted (#386). The provided solution itself looks correct, modifying
-Info.plitin order to addFacebookUrlSchemeSuffixand the suffix behind the APP_ID inCFBundleURLSchemes.Unfortunately the PR had to be rejected because it introduced a mandatory suffix/variable, which of course can't be integrated, URL scheme suffix should remain optional.
Furthermore, in case of no URL scheme suffix, the behavior should remains the same as actual status, respectively, if nothing specified, no
FacebookUrlSchemeSuffixor other info should be added or modified in-Info.plitGoal
If URL scheme suffix are not used, nothing should be added and different than with actual version of the plugin respectively
-Info.plitshould not be modifiedIf URL scheme suffix should be use,
-Info.plitshould contains a new child and value forFacebookUrlSchemeSuffixand the suffix should be added after the APP_ID in theCFBundleURLSchemesvalueDocumentation
Facebook SDK: https://developers.facebook.com/docs/reference/ios/current/constants/FBSDKSettings/
Screenshot