Tools for Apache Cordova (VS2015): Adding custom entries to *info.plist for iOS
问题 I am using Tools for Apache Cordova on VS2015 to develop a project and I need to set some additional options in the *info.plist file in order to temporarily unblock HTTP web access (NsAppTransportSecurity) as well as enabling geolocation services to run in the background. Basically, I need to add the following... <key>UIBackgroundModes</key> <array> <string>location</string> </array> <key>NSLocationAlwaysUsageDescription</key> <string>Location services are required.</string> <key