Skip to content

Commit

Permalink
Merge pull request #36 from cheekiatng/updateDoc
Browse files Browse the repository at this point in the history
Update Docs on support for older module and iOS9
  • Loading branch information
cheekiatng committed Nov 30, 2015
2 parents 5c07c2f + 53dc4cd commit 5634b18
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions apidoc/Facebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,26 @@ description: |
<string>fbshareextension</string>
</array>
If you are using the older Ti.Facebook Module 4.0.5 and wish to support iOS9, you will instead need to include the following key
and values in `tiapp.xml` to handle the switching in and out of your app:
<key>LSApplicationQueriesSchemes</key>
<array>
<string>fbapi</string>
<string>fbapi20130214</string>
<string>fbapi20130410</string>
<string>fbapi20130702</string>
<string>fbapi20131010</string>
<string>fbapi20131219</string>
<string>fbapi20140410</string>
<string>fbapi20140116</string>
<string>fbapi20150313</string>
<string>fbapi20150629</string>
<string>fbauth</string>
<string>fbauth2</string>
<string>fb-messenger-api20140430</string>
</array>
For iOS9 and titanium 5.0.0.GA and above, App Transport Security is disabled by default.
If you choose to enable it, you have to set the following keys and values in `tiapp.xml` <ios> section for facebook module:
Expand Down

0 comments on commit 5634b18

Please sign in to comment.