Questions tagged [cfbundleidentifier]

74 questions
0
votes
1 answer

After migrating to latest version of xCode my app does not build, fails due to watchkit

I was on xCode 6.x. My app also had a WatchApp in it. All of which were running fine. I upgraded to 8.1. When I tried to build the .ipa got loads of errors all of which seem to relate to the WatchKitApp.
Guy
  • 361
  • 2
  • 14
0
votes
1 answer

CFBundleIdentifier Collision Error

I am submitted to the Apple Store through Xcode 8 and I'm getting this error:
hey_suburbia
  • 389
  • 3
  • 16
0
votes
0 answers

The value for key CFBundleShortVersionString in the info.plist file must be period seperated list of at most three non-negative integers

While updating next version of build to appstore i am facing weird issue: "The value for key CFBundleShortVersionString "0.2.0.1" in the info.plist file must be period seperated list of at most three non-negative integers." But i've checked in…
Hari
  • 101
  • 10
0
votes
2 answers

Is CFBundleIdentifier Localizable?

Can we localize CFBundleIdentifier , I am using CFBundleIdentifier as a key to store something in Plist , In case CFBundleIdentifier is localizable I would not be able to access the data stored in Plist, I have looked into apple doc, as per my…
Ravi Kiran
  • 219
  • 3
  • 14
0
votes
1 answer

Xcode 7.3: error: could not read CFBundleIdentifier from Info.plist (null) after pods configuration

I've downloaded Telegram's code and I'm playing around trying to add Auth0 with it, so I tried to used pods, replicating the practice code. After some pain regarding PODS_ROOT, I finally managed to get it going, only to encounter the above…
zack_falcon
  • 4,186
  • 20
  • 62
  • 108
0
votes
0 answers

Need an unique ID of the ios APP

I am building a framework in iOS where I need an unique key which will never change even after the localization, I was using the below code to generate one NSDictionary *infoPlist = [[NSBundle bundleForClass:[AISSUtility class]] infoDictionary]; …
0
votes
1 answer

COCOA OSX : App rename

I renamed my cocoa app name (CFBundleDisplayName) kept the bundle identifier the same, but there are previous versions of the old app that have been already released to the users. I wanted to know how to delete/replace previous old app with same…
Satyam Raikar
  • 465
  • 6
  • 20
0
votes
4 answers

Generate iPhone application Archive

I want to submit my iPhone application to the app store. But I'm not able to do that due to following error. ERROR ITMS-9000: "This bundle is invalid. The executable name, as reported by CFBundleExecutable in the info.plist file, may not contain…
Jay Pandya
  • 507
  • 6
  • 26
0
votes
1 answer

Bundle ID not allowed to change in itunes

I have not uploaded the binary but itune does not allowing me to change the bunlde id from manage-apps. If any body have clue on it plz let me know or I need to recreate ? Thanks,
0
votes
1 answer

change app caracteristics for different bundle identifier for iphone app

My idea is make an app and the PRO version of the same app. but, instead of to make two different apps by xcode, is possible to give some features linked with the bundle identifier? for example: if (CFBundleIdentifierName==appPRO){ } (this is…
0
votes
1 answer

same Push Notification for Multiple apps of different bundle id

Application "A"(com.xxx.bundleid)is already in app store ,now im working on Application "B" , i have old csr as well as p12 file i.e is used for application "A". Now i use different bundle id for my app "B" . Even i use same csr file from "A", the…
shyla
  • 1,430
  • 1
  • 13
  • 10
0
votes
1 answer

bundle identifier differs from prior bundle identifier, can't change name back to original one

Well I know its incorrect, because the name of my app has a lowercase letter rather then an uppercase one. and when i attempt to change it in summary it says cannot be moved because a file with the same name exists, when I can't find it. Any help…
user1618422
-1
votes
1 answer

Bundle Version String error (again)

I am having an issue uploading an api file. I have a client, so I am just the developer and do not have access to their iTunes connect. Given they are a client, I would like to stop being a pain in their a@#. I have tried to upload and continue…
1 2 3 4
5