Working with iOS Facebook SDK 3.0, it needs to define FacebookAppID and the related URL Scheme with it on the info.plist of the app. I want to define these remotely (request to my own server for app id). So 2 different questions:
- Can I alter info.plist of the app in runtime? Or can I define FacebookApID and URL Scheme in another plist where I can alter the plist or even create a new custom plist file?
- Is there another way to define URL Scheme and App ID, other than using info.plist for Facebook SDK 3.0 ?