What is info.plist in Xamarin.iOS ?

Technology CommunityCategory: XamarinWhat is info.plist in Xamarin.iOS ?
VietMX Staff asked 3 years ago

To provide a seamless experience to users iOS provides metadata to the system in the form of info.plist (information property list file). This metadata is used by the system to identify the app, document types it supports, and to facilitate the launch of apps.

The property list can be accessed by the system at runtime. It containskey-value pairs. These key-value pairs describe the various behaviors and configuration options for the app. For every app, the Xcode provides info.pList files with default key values which can be later edited to suit the needs of the application