Top "Info.plist" questions

Info.

How to specify the path of localized Info.plist file

I had to localize Privacy - Camera Usage Description key located in Info.plist. So what I did, is that …

ios iphone xcode localization info.plist
In Xcode, under Info tab, what's Role for in URL Types section?

In Xcode, under Info tab, what's Role dropdown in URL Types section for? The valid value for this is Editor, …

ios url-scheme info.plist
Enable Allow arbitrary Loads of App Transport Security Setting not working in XCODE 9.2 and iOS 11.2

I used same setting for enabling arbitrary load but now i faced some issues.I used alamofire for json parsing. …

ios swift info.plist xcode9.2
AppStore language description and "Localization native development region"

an iPhone app, localized in three languages (english, italian and spanish), was submitted to the AppStore with description and screenshots …

app-store screenshot info.plist
String format for CFBundleDevelopmentRegion (info.plist) for App Store display

I work for a company that creates apps for the Japanese iOS App Store. Our only supported language is Japanese. …

ios iphone objective-c app-store info.plist
Xcode falsely claims CFBundleExecutable to be (null)

I'm trying to create an ad-hoc build of an iPhone app for beta testing. On their end, they're seeing an …

iphone adhoc info.plist
Unable to set custom font for the UILabel in XCode

I am unable to set custom font for the UILabel in XCode. This is what I've tried: Download "JennaSue" font …

ios objective-c cocoa-touch uifont info.plist
App Store: Problem with UIRequiredDeviceCapabilities

I've uploaded my first App to App Store, but I did NOT put on the UIRequiredDeviceCapabilities that my App requires …

app-store device info.plist capability
canOpenURL not working in ios 10

The above code is always returning false if {(UIApplication.shared.canOpenURL(URL(string:"comgooglemaps://")!))} I guess this a problem found …

ios swift ios10 info.plist openurl
Output current app's build version as a string - Xamarin.iOS

I want to output the app's current build version as a string onto my app's about view. Is there a …

ios xamarin.ios versioning info.plist