Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Info.plist (information property list) is a structured text file (XML) used in Apple's developer environment and operating systems that contains essential configuration information for a bundled executable.

learn more… | top users | synonyms

0
votes
2answers
127 views

How to dynamically pass Facebook App ID in info.pliost?

I am making an app in which user admin can change the Facebook app id as per him requirement. Now I am receiving this app id from web-service. And I want to pass this app ID in info.plist in ...
1
vote
0answers
551 views

Defining Facebook URL Scheme at compile time on iOS

This question could also be a general "How to change info.plist contents at compile-time" but I know it's a complex issue that is handled differently on iOS and MacOSX. The thing is that specifically ...