Questions tagged [cfbundleidentifier]

74 questions
111
votes
30 answers

CFBundleVersion in the Info.plist Upload Error

"The binary you uploaded was invalid. The key CFBundleVersion in the Info.plist file must contain a higher version than that of the previously uploaded version." I’m getting this error when I come to upload my application. I set the updated…
Adam H
  • 1,521
  • 2
  • 16
  • 19
28
votes
2 answers

Is bundle id case sensitive?

In a provisioning profile I set my app id to com.mycompany.lowercaseappname, but in Xcode 4 the bundle identifier is auto configured to use my ${PRODUCT_NAME}, which is capitalized (I want the user to see it capitalized under the app icon). Is this…
sarunw
  • 8,036
  • 11
  • 48
  • 84
28
votes
3 answers

XCode bundle identifier formatting from {PRODUCT_NAME}

Assume I have an iPhone application whose Product Name is "My App" (with a space between words) in XCode build settings. In my info.plist, the Bundle identifier is specified as com.mycompany.${PRODUCT_NAME:rfc1034identifier} In the resulting…
ravinsp
  • 4,150
  • 2
  • 32
  • 43
27
votes
2 answers

Choose the bundle identifier for an iOS and Mac app

Suppose that I have an app called A. Bundle Identifiers must be unique across all Mac and iOS apps. This means that if I have the app A on the iOS App Store with the Bundle ID com.mycompany.a, I cannot create an app on the Mac App Store with the…
Dev
  • 7,027
  • 6
  • 37
  • 65
23
votes
2 answers

Naming convention for CFBundleSignature and CFBundleIdentifier

I am wondering how do I know what name I should give for my CFBundleSignature and CFBundleIdentifier. I believe these are supposed to be unique identifier so do I have to somehow get these names from apple? Say my app is called javaapp and comes…
Mike2012
  • 7,629
  • 15
  • 84
  • 135
19
votes
2 answers

How do I register a custom filetype in iOS

I am currently creating a app in which i want to let the user backup their files (plist + m4a). I zip the files and change the extension to a custom one (specifically for my app, say "*.MyBackup"). The user can then either export via email or with…
JNK
  • 1,753
  • 8
  • 25
  • 37
17
votes
7 answers

Watch kit CFBundleVersion

Planning for watch kit integration error: The value of CFBundleVersion in your WatchKit app's Info.plist (1) does not match the value in your companion app's Info.plist (2.0). These values are required to match. Struck with above error. - changed…
Rajesh
  • 10,318
  • 16
  • 44
  • 64
11
votes
6 answers

Open application with bundle identifier

Is it possible to open a application from our application with bundle identifier. Suppose I have two apps installed on device one with com.test.app1 and com.test.app2. Can I open app1 from my app2. I know about openUrl method. for that I have to…
Kapil Choubisa
  • 5,152
  • 9
  • 65
  • 100
11
votes
8 answers

Ensure that the application's Info.plist contains a value for CFBundleIdentifier. Print: Entry, ":CFBundleIdentifier", Does Not Exist

I am attempting to build my first iOS app using this repo: https://github.com/pmusaraj/discourse-mobile-single-site-app When building, I receive an error and cannot move forward. I am an absolute noob who will spend long hours on this, but have no…
waffleslop
  • 113
  • 1
  • 1
  • 5
8
votes
9 answers

Unable to archive in iTunes Store

When trying to upload my app, I get the error: "You must supply a CFBundleIdentifier for this request". The identifiers (UTI format) in info.plist, "General Identity", iTunesConnect and App ID (Apple Developer) are all similar. When getting the…
8
votes
1 answer

Simctl install can't find Bundle Identifier in .app when installing app in simulator

When I try to install my app in the booted simulator, like this: xcrun simctl install booted /build/iphone/build/Debug-iphonesimulator/foo.app I get the following result: An error was encountered processing the command (code=22): Failed to install…
6
votes
1 answer

IOS Custom Icon Email Attachment

I registered my own custom CFBundleDocumentTypes filetype as described in this link: How do I register a custom filetype in iOS Everything is working fine except when I send a mail via MFMailComposeViewController there is still this plain default…
Martin Kapfhammer
  • 260
  • 1
  • 4
  • 18
5
votes
1 answer

Change App ID of Apple Watch App

I have recently transferred some of my apps from one account to another. When I did this the App IDs also transferred. However, the App IDs did not transfer for the WatchKit Apps or WatchKit Extensions.  I have tried to upload and after the upload…
Tom Coomer
  • 6,227
  • 12
  • 45
  • 82
5
votes
7 answers

error itms-90451 "CFBundleIdentifier Collision Error"

I uploaded a version of my app – this error pop ups and I dont have any changes from the Google Maps portion of my app. On my first upload, there was no problem.
user1969245
  • 91
  • 1
  • 1
  • 5
4
votes
0 answers

The value for key CFBundleVersion in the Info.plist file must be no longer than 18 characters

Till now, I was able to upload new build to iTunes without any issue, But suddenly today I want to upload new build to iTunes server and Xcode Loader complaining with CFBundleVersion Identifier issue, which is no where matched in my info.plist …
technerd
  • 14,144
  • 10
  • 61
  • 92
1
2 3 4 5