[AC-2267] iOS: Facebook redirect back to app broken in 3.0
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2013-01-28T15:00:52.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | regression |
Reporter | Mads Moller |
Assignee | Mauro Parra-Miranda |
Created | 2013-01-20T08:01:01.000+0000 |
Updated | 2016-03-08T07:41:16.000+0000 |
Description
When I do a facebook login with the Ti.Facebook.LoginButton, the switch to FB app to accept works, but it will not return to the app.
If I just switch to SDK 2.1.4, everything works.
I believe the issue is in the info.plist:
<key>CFBundleURLSchemes</key>
<array>
<string>travelapp</string>
<string>fb[object Object]</string>
</array>
Duplicate of bug TIMOB-12275
DUP issue.