info-plist Questions
5
Solved
I have successfully generated .ipa for app store connect but when Uploading to App Store Connect from XCode in the validation phase I am getting this error ERROR ITMS-90208: "Invalid Bundle. T...
Dartboard asked 11/3, 2020 at 13:56
5
Solved
Has anyone figured out how to add/edit values in the Info.plist of Xcode 13 yet? I see they moved the Info.plist from the navigator pane... but although I can find it, I'm not sure how to edit it.
...
Amarette asked 9/6, 2021 at 1:40
3
Solved
We use a setup with different plists for each configuration. Like this:
Target-Info-Dev.plist, Target-Info-Beta.plist...
This way our configurations could have their own CFBundleDisplayName, and w...
Severalty asked 27/8, 2014 at 13:22
4
After updating my Xamarin, xCode on my mac and trying to upload to App Store, I get this kind of e-mail from Apple:
Missing Info.plist value - A value for the Info.plist key 'CFBundleIconName' is...
Lobbyist asked 8/10, 2017 at 13:16
6
Solved
I have integrated remote push notifications, but I am getting this warning:
didReceiveRemoteNotification:fetchCompletionHandler:], but you still
need to add "remote-notification" to the list of...
Endogamy asked 1/8, 2017 at 14:28
0
I am trying to archive and distribute my ios app but out of nowhere it just stopped working. I have deployed my app many times and also had this problem before because xcode somehow creaded some ba...
Expurgatory asked 18/11, 2020 at 15:38
3
Solved
I got an error,
The data couldn’t be read because it isn’t in the correct format.
Now I am making iPhone app by swift.
I added several codes to Info.plist of my app, I deleted these codes.
But whe...
Scrivener asked 26/2, 2017 at 13:55
12
Solved
I'm developing an iCloud-enabled app where users will be able to import and export files via iCloud Drive. When browsing iCloud Drive, either using the UIDocumentPickerViewController (iOS 8) or the...
Carmine asked 8/8, 2014 at 12:36
4
Solved
I was working through my iOS Xcode project just fine, and then all of a sudden when I tried to run it, I started getting the error below:
error: couldn't parse contents of '/Users/pavitarsidhu/De...
Cryptoanalysis asked 13/6, 2015 at 2:54
0
Our apps Action Extension needs to support all types of attachments.
It works almost everywhere, the only case I can't get to work is when I try to share a PDF file opened in Safari. For example t...
Amiss asked 10/4, 2019 at 17:18
3
Solved
I have three configurations in my iOS project:
Debug
Adhoc
Release
Now I want to change the name of the App as follows:
MyAppDebug
MyAppAdhoc
MyApp (Note that this one does not have a suffix)...
Taphouse asked 23/1, 2012 at 12:19
3
I'm trying to get app name to use as the NavController title, but whatever I do I can't get CFBundleDisplayName value. It returns 'null'.
this is the code I'm using
[NSBundle mainBundle] infoDic...
Mccreery asked 24/9, 2013 at 18:15
1
At WWDC 2017 Session 201 What's New in Cocoa Touch, around the 33:50 mark, it is stated that "By incorporating [icons] in Asset Catalogs, we're now able to have them participate in the app thinning...
Astrology asked 14/8, 2017 at 0:16
3
Solved
Im trying to add the Instagram url to my app in iOS9 however I am getting the following warning:
-canOpenURL: failed for URL: "instragram://media?id=MEDIA_ID" - error: "This app is not allowed to ...
Repro asked 30/9, 2015 at 15:44
1
Solved
I can't able to add image (image already added in Assets.xcassets) in URL Type in info List.
please help me in this, i search regarding URL Type but i did't get any solution.
Carinacarinate asked 12/5, 2017 at 12:6
1
Solved
I have a localized app that needs to request user permission to access the device's location. Since iOS 8, this requires a message (defined in Info.plist) stating why the app needs the user's locat...
Tass asked 12/7, 2015 at 6:13
3
Solved
Finally... after a couple years of watching and a month of participating, I have a chance to ask you guys a question of my own.
My boss doesn't trust me (or any process) to increment a build number...
Bloomfield asked 30/10, 2011 at 9:39
6
Solved
I have recently merged together 5 of my stand-alone projects into one project to have a common code base. So now I have one project with 5 targets instead.
Each target has the same fileset, except...
Festatus asked 9/5, 2012 at 20:42
3
Solved
I want to set required background mode key value so that my app also works in background. Actually i want to get the user location updates when the app is in background, but there is no key called ...
Tunis asked 3/2, 2014 at 10:9
2
Solved
I want to set more than one url schemes in Info.pist. But I don't Know how to set many url schemes in Info.plsit. Who can help me, I'm a fish
Shawannashawl asked 9/9, 2013 at 9:59
1
Solved
I'm writing an app which saves and loads documents both locally and on iCloud. Locally is working fine, but I'm having a problem with iCloud.
The documents are saved as a package - the UIDocument ...
Benempt asked 9/6, 2012 at 15:41
4
Solved
Hy there I would like to have three apps depending, which are based on the same code:
MyAppDevelopment (Builds from Xcode that are deployed to the device)
MyAppPreview (Beta testing)
MyApp (Rel...
Cerda asked 21/1, 2012 at 20:9
1
Solved
Where to set my custom variable?
I want to use it in info.plist file. For example:
Bundle name = ${BUNDLE_NAME}
Bundle identifier = com.mycompany.${BUNDLE_NAME}
Mope asked 9/11, 2011 at 8:44
1
© 2022 - 2025 — McMap. All rights reserved.