Questions tagged [bundle-identifier]

A bundle identifier lets iOS and OS X recognise any updates to your app.

A bundle identifier lets iOS and OS X recognise any updates to your app. Your bundle ID must be registered with Apple and be unique to your app. Bundle IDs are app-type specific (either iOS or OS X). The same bundle ID cannot be used for both iOS and OS X apps.

252 questions
0
votes
1 answer

Confusion on App ID and Bundle ID

I'm a bit confused after reading a post from 4 years ago regarding the Apple ID and Bundle ID. I was told by someone with a very high reputation score that the Apple ID and Bundle ID are the same. But according to the post I read they aren't.…
FoulBallz
  • 3
  • 4
0
votes
1 answer

Need to transfer app build from developer to myself Bundle ID and Provisioning Profile transfer?

I had an app created for me--Demeter's Harvest (iOS). The company that built it has dropped off the map, so I can't get them to help me with this. I get a message when I try to access it all that reads: An App ID with Identifier…
FoulBallz
  • 3
  • 4
0
votes
1 answer

Bundle Identifier Cached Causing NSWindow Creation Problems

I recently encountered a problem on some computers where creation of NSBorderlessWindowMask fullscreen window will display on the primary screen instead of the screen.frame I provide. If I create a new Cocoa program with the basic window creation…
notedible
  • 983
  • 7
  • 9
0
votes
2 answers

Is it possible to change AppName in iTunesConnect before release (use a dummy name while in testflight phase)

I know this has been asked before, but testflight has recently been changed and adopted by apple, and now the app is required to be created through iTunesConnect. Now, is it possible to create an app with a dummy name for now, and change it later?…
batilc
  • 691
  • 1
  • 5
  • 16
0
votes
1 answer

iOS Enterprise Distribution - always get the same build

I have enterprise distribution working. The problem is that when I create new builds and replace the .ipa on the server with a new version, it somehow always loads version 1.0 of the app. Here is the plist file.
soleil
  • 12,133
  • 33
  • 112
  • 183
0
votes
1 answer

CodeSign on OS X

/usr/bin/codesign --force --sign --requirements ="designated => identifier org.my-app" /Users/AirWatch/Desktop/MyApp.app/ I am trying to codesign my app, named "MyApp.app" using CodeSign command. Bundle identifier for my app is…
Seema Kadavan
  • 2,538
  • 1
  • 16
  • 31
0
votes
2 answers

wildcard bundle ID error Xcode

I have a wildcard bundle ID com.chatAt* which I am setting for bundle identifier for my project in Xcode. However, I am getting an error (null): error: CFBundleIdentifier 'com.chatAt*' contains illegal character '*' After looking things up…
RodMatveev
  • 97
  • 8
0
votes
1 answer

Product Name not displaying properly in Bundle Identifier - numbers not showing?

On my app developer site I created a an app ID of org.myorg.54Miles My apps name is 54Miles. In XCode my product name is set to 54Miles under my Build Settings - but it makes my bundle identifier under the general "org.sd54.-4Miles" Any idea why…
Hanny
  • 2,078
  • 6
  • 24
  • 52
0
votes
1 answer

Xcode 6: Can't get App ID and Bundle Identifier to Match

I cloned an existing target to create an in-house development/testing version client specific version of our App. Everything works for the client specific versions, but I can't get the App ID from Apple's Developer Portal to match the Bundle…
RayInNoIL
  • 817
  • 10
  • 18
0
votes
1 answer

Why does my new bundle Identifier affect FB integration?

I had an app that was being developed by a group of programmers until recently when they sent me the source code. Almost immediately after I received the source code I decided to change the name of the app which resulted in me changing a variety of…
0
votes
1 answer

App. name and bundle identifier change while uploading a new version - iTunes Connect

I have uploaded an app, using iTunes Connect. The current version details are as follows: App Name:- App1 Bundle Identifier :- com.aaa.app1 version: 1.0 The new version I will be uploading will have the following details: App Name:- App2 Bundle…
NNikN
  • 3,720
  • 6
  • 44
  • 86
0
votes
1 answer

Xcode 5 iOS app not using correct product name for build id

I am having some issues with the build id for my App. I have two builds set up, Debug and Release. I've already created two schemes App-debug and App-release. App-debug is set to use the Debug configuration and app-release the Release config. In my…
Atul Bhatia
  • 1,633
  • 5
  • 25
  • 50
0
votes
2 answers

Changing bundle Identifier - Acquired an application to create new version from scratch

My company have acquired an app that was already on the app store. The bundle identifier contained the old company name e.g com.oldcompany.CoolApp. However we are to build a new app to take its place, can we change its bundle id in iTunesConnect?…
DevC
  • 6,982
  • 9
  • 45
  • 80
0
votes
1 answer

App store validation stage bundle identifier error

I want to deploy my app to the apple app store. after archiving, on the validation stage i'm getting the an bundle id error code.(see image) my bundle identifier is : "ru.maxiforex.mobile", defined in xcode: (.plist and general tab), and ind the…
0
votes
1 answer

Separate iOS apps and icons for Testflight and production builds

I'd like to be able to have a debug/testflight version of my app on my phone as well as the app currently in production, but I'm not sure how to do that. I know it has something to do with the bundle IDs and macros and things, but I'm not really…
Mason
  • 6,893
  • 15
  • 71
  • 115
1 2 3
16
17