Hi everybody,
I’ve several apps that uses the same Facebook App.
Everything was working perfectly, until a few build ago (including the latest public release).
So when i try to share a content on facebook, the app leaves to open facebook (for SSO purpose) then comeback, but on the wrong app !
All my apps are registered to Facebook :
They have their own Bundle ID : com.mycompany.appA com.mycompany.appB etc
They have their own Suffix : appA appB etc
Every app has a build.settings file like this
--- trimmed :) --- FacebookAppID = "12345678901234", CFBundleURLTypes = { { CFBundleURLSchemes = { "12345678901234", "12345678901234appA" } }, }, --- trimmed ---
So i tried a few test with no apps installed each time. (every time i perform a test i remove all my apps then I install 2 of them).
Test A [Not working at all, it displays an error message on facebook]
--- trimmed :) --- FacebookAppID = "12345678901234", CFBundleURLTypes = { { CFBundleURLSchemes = { "12345678901234appA" } }, }, --- trimmed ---
Test B (reversing keys) [Not working, It comes back to the wrong app]
--- trimmed :) --- FacebookAppID = "12345678901234", CFBundleURLTypes = { { CFBundleURLSchemes = { "12345678901234appA", "12345678901234", } }, }, --- trimmed ---
Anybody with this same issue ?
Or any guess ? i’ll take everything, i’m quite desperate !
Thanks a lot