The cfbundleidentifier tag has no wiki summary.
0
votes
0answers
50 views
OAuth Client Authentication using the iOS Bundle Identifier
On a mobile device, it is very difficult that an application makes config data concealment (e.g. OAuth Client Credentials).
To prevent users from passing authorization grant to malicious application ...
2
votes
1answer
70 views
Uploading app update with different Identifier
I'm working on app update which uses push notifications.
when i tried to enable the push notifications to the app id i find this:
Note: Only explicit App IDs can be used to access the Apple Push ...
1
vote
1answer
93 views
How to install 2 versions of the same application on iOS?
I have Application with Bundle dispaly Name "BobAppl" and Bundle identifier named "org.bob.phone".
I want to install new version of the same application but to save old version as well a.e. on my ...
1
vote
1answer
73 views
test using same Bundle Identifier for different application cause trouble
I am testing applications on device, I used bundle identifier "mycompany.app" and after selecting proper code signing i am able to run the application on device(i.e my iPhone).
Now after ...
0
votes
0answers
46 views
CFBundleGetFunctionPointerForName Crash on existing function
I try to obtain an entrypoint function of a VST plugin.
After getting succesfully the target BundRef, i'm trying to call the CFBundleGetFunctionPointerForName function.
Note that i have the same issue ...
0
votes
1answer
107 views
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 ...
-1
votes
1answer
57 views
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 ...
1
vote
1answer
62 views
How to give “Share with” option while opening documents in iphone mail
So I've been going through the "Document Interaction Programming Topics for iOS".
I've been able to achieve the "Open with myapp" option through Mail, was wondering how can I change the option to ...
0
votes
1answer
304 views
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 ...
1
vote
1answer
496 views
Live iOS app: change bundle identifier
I have an app on the app store that was deployed with a certificate for an app id with a wildcard bundle identifier. Now I have to add push notifications to this app, resulting in exactly the same ...
0
votes
1answer
666 views
How to solve this (null): error: CFBundleIdentifier 'com.abcd.efg.*' contains illegal character '*'?
I have an App Id like this 'com.abcd.efg.*'. I have entered the correct app id in Bundle Identifier from .plist file of my project. When i build my project below error message is displaying.
(null): ...
0
votes
1answer
1k views
Xcode complaining about invalid character in the Bundle Identifier
When I try to build a Mac OS project in Xcode 4.3.2, it throws out the following warning:
invalid character '$' in Bundle Identifier at column 4. This string must be a uniform type identifier ...
1
vote
1answer
2k views
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 ...
0
votes
2answers
280 views
Four part iOS bundle identifiers
Most examples of bundle identifiers have three parts. Are four part bundle identifiers valid in iOS? How about n-part? (n > 3)
com.companyname.divisionname.appname
[1st name].[2nd name]...[n-1th ...
0
votes
2answers
712 views
Same Bundle ID suffix on iPad and iPhone versions of App
This is a subtle question. I am planning to release an iOS app with two versions - one for iPhone and iPod Touch, and the other for iPad. The apps will be named, say, MyApp and MyApp HD. The app ...
8
votes
1answer
2k views
Does bundle id need to be case sensitive?
In provision profile I set my app id to com.mycompany.lowercaseappname, but in xcode4 the bundle identifier is auto config to use my ${PRODUCT_NAME} which is Capitalize (I want user to see it ...
1
vote
1answer
551 views
Cocoa/ObjC: get CFBundleIdentifier of current process
I have a case where [[NSBundle mainBundle] infoDictionary] does only contain this:
17.09.11 18:28:26,936 [0x0-0x5a98a93].com.valvesoftware.steam: 2011-09-17 18:28:26.935 steam[85587:707] infodict: {
...
1
vote
3answers
601 views
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 ...
1
vote
0answers
298 views
Change bundle id and resign iPhone binary
The below procedure seems to work but I'm wondering whether this is a correct way of doing it(?)
Update bundle identifier in plist editor: open MyApp.app/Info.plist
codesign --force -s 'Developer' ...
2
votes
1answer
345 views
Bundle Identifier Problem
I’m having issues generating new bundle identifiers through the provisioning profile. When I click new New App Id and enter the required details it keeps generating the same bundle id.
This is what ...
6
votes
1answer
617 views
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 ...
0
votes
1answer
59 views
ArchiveInfo.plist has incorrect data
After building and archiving my application, I open up ArchiveInfo.plist that's in the folder with the app and it contains some invalid data. The Bundle Identifier is misspelled. I have looked ...
51
votes
20answers
14k views
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 ...
1
vote
1answer
546 views
Flickr Authentication Flow and iPhone
I'm attempting to hook my application into Flickr but having issues during the Authentication process.
I've followed:
...
10
votes
2answers
7k views
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"). ...
21
votes
2answers
31k views
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 ...
11
votes
2answers
6k views
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 ...
