Tagged Questions

7
votes
1answer
1k views

Read version from Info.plist

I want to read the bundle version info from Info.plist into my code, preferably as a string. How can I do this?
5
votes
2answers
276 views

Multitasking in iPhone 4,“application does not run in back ground” option in X-Code 3.2 info.plist

In X-Code 3.2 in INFO.PLIST we have option "application does not run in back ground" when we check this box and run the application in iPhone 4 ...every minimization leads to exiting of app. Doesn't ...
3
votes
1answer
494 views

.app does not have an executable path after installing over an old build

I have a TestFlight build that one user has downloaded, then we released a new version and they installed over that build. They got this error when trying to launch the app: Wed Aug 31 20:13:28 ...
3
votes
2answers
2k views

Help filling out “info.plist” file

I'm ready to submit my first app to the App Store, however I'm having trouble filling out some of the "Info.plist" fields. I don't want my app to be rejected because I did this wrong. These are the ...
3
votes
2answers
465 views

iPhone App display name

If I have an iPhone app named: MyCoolApp How do I keep the bundle named: MyCoolApp.app But have the app name on that shows up underneath my icon read: My Cool App I have changed my PRODUCT_NAME ...
3
votes
4answers
2k views

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 error like the following: "The info.plist for application at xxx specifies a ...
2
votes
1answer
556 views

Xcode plist file - comments vanished, file reformatted

I have just noticed, that if you have an .plist file in your Xcode project (it does not matter whether it is the Info.plist file or other - in my case it was other .plist file) and you edit the file ...
2
votes
3answers
2k views

UIBackgroundModes key not showing in Info.plist dropdown

I am trying to upgrade an older iPhone project to adopt background audio streaming, however the "Required background modes" key is not showing up in the Info.plist drop-down menu. I have set the base ...
2
votes
3answers
7k views

Unable to create UIBackgroundModes key in Info.plist for iOS4

I have an audio application which works great for iPhone 3.1.x versions. I am trying to upgrade it to iOS4.0 to work in multitasking environment. When I try to create a new "UIBackgroundModes" key in ...
2
votes
4answers
1k views

Can I programmatically flip Info.plist values while my application is running?

I am interested in using the SBUsesNetwork and UIRequiresPersistentWiFi keys in my application; however, I would like to enable them only when using a certain set of view controllers. Is there a way ...
1
vote
1answer
171 views

DYLD_INSERT_LIBRARIES and iPhone

I understand that Apple doesn't support using dynamic libraries in iPhone applications. But we are working on a in-house application and we have a unique requirement to use the dynamic libraries. Our ...
1
vote
1answer
78 views

File attached to Email - I am trying to open myapp

I found several posts and reading between the lines I added 3 sections to my info.plist. When I run my app the email has an attached file with the "ntdb" suffix, but email doesnt seem to recognize ...
1
vote
1answer
52 views

iPhone Copying plist files to bundle resources and target

I have 3 different targets fro my project. I am not sure, if I should copy all the info plist files of the corresponding targets in their bundle resources. Should the plist files be copied in the ...
1
vote
2answers
96 views

How do I make sure that iPod 2G users cant buy my game in iTunes?

I am making a game for iOS and it is almost finished, it runs smoothly on all devices except for the iPod Touch 2G. I want to make sure that people with this device can't buy the game from appstore ...
1
vote
2answers
171 views

Prevent an iPhone app from running on iPad

Is it possible to prevent my iPhone app from running on an iPad, not even the X2 version. Thanks
1
vote
1answer
277 views

iPad Info.plist not converting to binary

This question is little out of the box so please bear with me with this one. I am trying to build an iPad Application and release it to App store, however I am getting this issue of Info.plist being ...
1
vote
1answer
215 views

info.plist icon: No light from above

What do I add to my info.plist so that the device does not add a light from above rendering on top of it?
1
vote
2answers
553 views

How do I get Xcode to treat an Info.plist as an iPhone/iPad Info.plist?

I have two cocoa-touch apps in one Xcode project. Xcode gives me iPhone/iPad related options for keys in the first's Info.plist, such as "Launch Image (iPad)". But, Xcode gives me Mac OS X options ...
1
vote
1answer
150 views

Code paths on iOS

We have an app that uses network, compass, camera and telephony. It has been rejected because we don't specify in UIRequiredDeviceCapabilities the keys that are requiered or prohibited. This is a ...
1
vote
2answers
961 views

Why my info.plist is not a working iphone info.plist

My first problem is that i don't want my apps stay in background once i'have quit it with home button. So i have added 'UIApplicationExitsOnSuspend' key in my info.plist file with boolean type. The ...
1
vote
3answers
2k views

App store name and info.plist

I've just completed my first app and having tested I'm ready for submission. However, despite numerous web searches and reading, I'm struggling to finalise the method required to enable me to have a ...
1
vote
5answers
2k views

My iPhone app needs a persistent network connection…how to specify UIRequiredDeviceCapabilities?

I'm trying to set the UIRequiredDeviceCapabilities properties in my Info.plist file. My app requires a persistent network connection. If I look at the definition for the "wifi" key, it says: ...
1
vote
2answers
1k views

Bundle Display Name in iPhone

Is it possible to modify the BundleDisplay name at runtime ??? Thanks
0
votes
1answer
59 views

Default Required Device Capabilities For cocos2d

For some reason, cocos2d's default Info.plist contains accelerometer and opengles-1 as required device capabilities. Why is this - surely all iOS devices have these capabilities and so this is ...
0
votes
4answers
95 views

How to show status bar initially hidden from plist iphone

i want to hide the status bar when i launch my app to view launch image that was covered by status bar. so in plist i added Status bar is initially hidden YES and status bar is covered. My ...
0
votes
2answers
246 views

CFBundleLocalizations info.plist - How to put multiple languages

I cannot find the answer for this question anywhere. I'm new to Xcode. I have developed two multilanguage iPhone apps and cannot upload them to iTunes Connect because I'm getting the famous error "the ...
0
votes
0answers
100 views

Can't run app on device

I have an annoying problem. I'm setting up an App ID and generating a provisioning profile from it. Then I download the profile and try to run it on a device. This is what I get. I don't understand ...
0
votes
1answer
145 views

xcode build version number in shell script

I have an user-defined Project setting (KEY/VALUE) like this: LATEST_BUILD_NUMBER 2.2.2.2 In my Info.plist, I have set the bundle version (CFBundleVersion) key/value pair like this Bundle ...
0
votes
0answers
53 views

Changing product name causes code to break?

Situation: I have completed my app ready for the app store and want to create a LITE version. With the lite version I have simple made a copy of the project and removed a few features. This works just ...
0
votes
0answers
201 views

Application Loader info.plist problem

I am trying to upload an ipa file with the app loader from Apple, and i am getting this error message unable to unzip application. underlying reason: unable to open destination file: ...
0
votes
1answer
326 views

Setting up “Application uses WiFi” property in info plist

I was trying to set "Application uses WiFi" property in my application info plist but to my surprise, I was not able to find this property in the info plist. The XCODE version I am using is 3.2.6 and ...
0
votes
0answers
428 views

Change App font color from info.plist

in xCode i was wondering if it is possible to change an iPhone apps font color from the info.plist rather than in the .m or .h file
0
votes
2answers
104 views

Error: Codesign failed with exit code 1. no duplicate plists found. please help

I'm having the same dilema. I recently upgraded my 3GS to 4.0 software and it will load under 3.1 but will not load on 4.0. I get this error...codesign failed with exit code 1. THe other question I ...
0
votes
1answer
157 views

what are minimal requirements for iphone application to be considered localized

I need my application to be considered localized in order for MFMailComposer to present its fields in localized language. I don't need to localize any strings or xibs. What is the minimum I need to do ...
0
votes
1answer
468 views

I'm getting the error in iTunes connect: The binary you uploaded was invalid. The signature was invalid, or it was not signed with an Apple submission certificate

I went through the dev portal provisioning process twice now trying to get it to work, but to no avail. I don't think it's the second half (signature is invalid), I think it actually may have to with ...
0
votes
3answers
1k views

iphone - want to store data in plist

HI, i want to store some data in plist file. my question is if i change data in plist file do i have to recompile my application ??
0
votes
1answer
948 views

Where do I set my iPhone App's version?

The only place I can think to change is the version in my Target Properties. However, I would assume this is supposed to go somewhere in my Info.plist file as well? If not, how can I read this ...