Is there a way to add (or update) a value to my App's info.plist dynamically (eg from data from a server)?
For example adding or changing the FacebookAppID and the corresponding facebook url scheme dynamically while an app is live.
Is there a way to add (or update) a value to my App's info.plist dynamically (eg from data from a server)?
For example adding or changing the FacebookAppID and the corresponding facebook url scheme dynamically while an app is live.
Info.plist is part of your app bundle, which is read only.
But even if you could, not a good idea.