info.plist Questions
2
Solved
Where does iCloud source the app name that it displays in the iCloud preferences?
iOS: Settings.app > iCloud > Storage & Backup > Manage Store > Documents & Data
OSX: System ...
Macronucleus asked 15/3, 2012 at 6:52
3
I'm using iOS9 and Swift 2 to build an app that gets notification when the iPhone is connected/disconnected to the car's bluetooth.
I'm using EAAccessoryManager.sharedAccessoryManager().connectedA...
Budworth asked 25/4, 2016 at 19:41
2
Solved
I'm working on an own AppStore website that is hosting various enterprise apps for a company. So far everything works, except for the suggested way of downloading apps on Apple devices.
The probl...
Mcclellan asked 14/6, 2018 at 21:5
0
I’m building a Command Line Tool which should listen to the custom URL scheme while running:
import AppKit
import CoreServices
let RunLoop = CFRunLoopGetCurrent()
class EventHandler: NSObject {
...
Swum asked 8/6, 2018 at 11:7
3
Solved
I have an app that started life for iOS 5 and has been updated ever since. For iOS 7 I have switched over to using an Asset Catalog for all the resources, which is nice and appears to work well. Ho...
Sig asked 1/10, 2013 at 11:20
2
Solved
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.
info.plist settings:
and error is :
Mend asked 2/4, 2018 at 12:30
1
I created a spriteKit Game and later on changed the name of my Project within Xcode. From then on, my .pch and .plist files are red. I will show you an image:
The app runs fine and builds correc...
Connatural asked 27/7, 2014 at 22:14
1
Solved
I'm trying to set the string that is shown when my app requests location authorization. I've tried setting all four possible keys in Info.plist:
NSLocationUsageDescription
NSLocationAlwaysUsageDes...
Upbuild asked 30/10, 2017 at 8:42
5
Solved
I am working on a Universal app & would like to access the values stored in app-info.plist file in my code.
Reason: I instantiate a UIViewController dynamically from a storyboard using:
UISto...
Weevily asked 2/3, 2012 at 8:18
2
Solved
I want to load an Image in the iOS simulator over a http uri as source. But nothing is shown on the screen expect the wireframe which can be made visible with the inspector.
If you load the same co...
Whitby asked 1/7, 2016 at 20:17
5
Solved
I want to read the bundle version info from Info.plist into my code, preferably as a string. How can I do this?
Baritone asked 30/10, 2010 at 14:25
3
Solved
I've completed translating my app to Turkish using Base Localization. However, I also need to translate NSLocationWhenInUseUsageDescription key in my Info.plist file. I did exactly what I did for e...
Mantelet asked 26/5, 2015 at 9:15
1
I was trying to validate the app before uploading to apple with the new version and I'm getting this error:
"The info.plist in the package must contain the CFBundleVersion key."
But what package?...
Strawworm asked 2/5, 2017 at 11:38
1
Solved
I had to localize Privacy - Camera Usage Description key located in Info.plist. So what I did, is that I've localized it through the File Inspector. What happened is that Info.plist is moved to the...
Ambary asked 5/4, 2017 at 9:27
2
Solved
I have the info on how to set up alternate icons in iOS 10.3 adding the key in the Info.plist. However, what I am not sure of is which sizes are needed for each alternate. I use assets folders righ...
Fragmentation asked 29/3, 2017 at 15:16
3
To clarify, I'm not trying to do this on my own app, so I don't have access to the source code. I am trying to edit info.plist or any other files in the installed .app file on my device to remove t...
Salyers asked 1/1, 2014 at 4:54
1
Solved
I´m using visual studio for developing cordova applications.
If I upload my App to the Store with Xcode8, I get the following error mail.
Missing Info.plist key - This app attempts to access priv...
Marauding asked 13/1, 2017 at 8:3
1
I recently started developing iOS Apps, and I found a Environment Variables tab in my Info.plist file. What's best practice when it comes to these variables? Can I use them throughout my code base?...
Devonna asked 15/6, 2016 at 12:51
2
Solved
I want to output the app's current build version as a string onto my app's about view.
Is there a method of reading this dynamically from the info.plist file or elsewhere rather than hardcoding it...
Rowena asked 31/10, 2013 at 11:21
2
The above code is always returning false
if {(UIApplication.shared.canOpenURL(URL(string:"comgooglemaps://")!))}
I guess this a problem found in iOS10.
I am trying to open google maps app...
Ingeminate asked 18/10, 2016 at 23:21
2
Solved
In Qt, it is possible to specify an Info.plist file to use when building on Mac, as follows:
QMAKE_INFO_PLIST = MyInfo.plist
This replaces the Qt auto-generated Info.plist file with another one....
Leiva asked 31/5, 2013 at 11:58
0
I'm working on installers for a tool written in Java/Ecipse RCP and everything is working except two things I think could be related:
1) Open existing file. For some reason OSX doesn't provide th...
Inferior asked 25/8, 2016 at 9:26
3
Solved
Getting this Error as below:
error: could not read CFBundleIdentifier from Info.plist (null)
When I opened Xcode 7, it asked to update app to recommended settings, I did so and then ran the pro...
Unravel asked 14/9, 2015 at 10:57
3
Solved
I would like to add app explanation for location service usage in setting like below image. Does anyone have idea how to do this? Thanks!
Slesvig asked 4/8, 2016 at 3:34
2
Solved
I'm building a plugin to use star printers from an iOS device, with their SDK and everything is working fine except that config-file command to modify the info.plist file is not working properly. I...
Dissipate asked 17/5, 2016 at 20:14
© 2022 - 2024 — McMap. All rights reserved.