[TIMOB-16335] iOS: Facebook urlscheme is not added to the info.plist if the app already has a urlscheme
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-08-27T12:50:10.000+0000 |
Affected Version/s | Release 3.2.0 |
Fix Version/s | Backlog |
Components | iOS |
Labels | n/a |
Reporter | Romain Eude |
Assignee | Eric Merriman |
Created | 2014-01-20T22:47:45.000+0000 |
Updated | 2017-03-21T20:33:07.000+0000 |
Description
Steps to Reproduce
create a facebook app on facebook.com create a Ti app add the facebook module and implement the 'log with fb' feature add in tiapp.xml ,Actual Result
upon successful login with FB, you get redirect onto an empty pageExpected Result
upon successful login with FB, you go back to your app (thanks to the custom urlscheme)Attachments
File | Date | Size |
---|---|---|
.log | 2014-01-20T22:47:57.000+0000 | 6526537 |
diagnostic353144891945879300.log | 2014-01-20T22:48:04.000+0000 | 15951 |
Moving this ticket to engineering as Mostafizur Rahman can reproduce this issue with 3.2.0 SDK.
Fixed by the latest Facebook SDK 4.x covered in Ti.Facebook 5.0.0 and later (e.g. 5.2.3). Facebook manages as URL-schemes in the plist now and users don't need to specify it somewhere else anymore. The readme in the [official ti.facebook repository](https://github.com/appcelerator-modules/ti.facebook) shows an example of a proper plist-structure.
Closing ticket as fixed.