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
1
vote
0 answers

Importing provisioning-profile does not work

I have an app that I've been testing on my device. Few days ago, I registered for Apple Developer Program so that I can put my app on App store. I'm also building backend on AWS that will send push notifications. In order to enable push notification…
KMC
  • 1,677
  • 3
  • 26
  • 55
1
vote
1 answer

Bundle ID Name of app when in the App Store

I sumbmitted an app of mine to the App Store. It has the correct name there which is good but when I download it the name of the app on my home screen is the name of the Bundle ID which is obviously not the proper one. How can I change the name so…
1
vote
1 answer

iTunes Connect: How to create Bundle ID as part of other team?

A customer has added me as 'App Manager' to their companies iTunes Connect portal. How can I upload my app to their account? It always tells me I have no eligible bundle IDs and then sends me to create one in the developer portal "Certificates,…
fancy
  • 2,077
  • 2
  • 23
  • 45
1
vote
0 answers

Bundle ID replacing digits with '-'

I am creating a project named '99miles'. Upon doing so, the bundle ID that was expected to end with '.99miles' is now '.-9miles'. This happens with project names starting with digits(0-9) and some special characters. First character with digits and…
BangOperator
  • 4,377
  • 2
  • 24
  • 38
1
vote
2 answers

Is it safe to use iOS APP's bundle identifier as password?

There is a sqlite database in the APP, and I want to encrypt it with SQLCipher. As we know, it's unsafe to store password in the codes, so I'm going to use bundle identifier as part of the password. So, I want to know if the bundle identifier is…
jdleung
  • 1,088
  • 2
  • 10
  • 26
1
vote
1 answer

Is it necessary to change my framework's bundle ID every time I submit a new app with that framework to iTunes Connect?

I have multiple apps and i have a framework say 'X' in all of them. Do I have to set new bundle ID for my FRAMEWORK for every new app I use it in?
djay
  • 375
  • 2
  • 18
1
vote
4 answers

An App ID with Identifier 'xxx.yyy.zzz' is not available. Please enter a different string when submitting new build

Here I already added a new version of my app on the iTunesConnect, and the status of the new version is at 'Prepare for Submission'. However, I have a problem with verifying my new build and submitting it to iTunesConnect. The Error I got is An App…
Kann
  • 385
  • 1
  • 6
  • 22
1
vote
1 answer

Team Member - Xcode Configuration Issues

A customer of mine has created a new App-Id with an explicit ID. Then he added me as a developer to his organization in iTunesConnect. He has a previous and old version of the app, on which I have to start my work. When I try to create a…
1
vote
2 answers

Which file contents the iOS Bundle ID?

I'm trying to get the iOS Bundle ID, from a project that my mate of work, let in our SVN repository. I'm not a iOS developer so I don't know where to find it (if is it possible). And until the answer of: Ask him, just say, I can't do it. He has gone…
Shudy
  • 7,806
  • 19
  • 63
  • 98
1
vote
1 answer

GCM in Swift Bundle ID Error

I am having trouble in executing Google Cloud Messaging in Swift. Using GCMExample for objective C I am getting the Registration token but when I am trying to run GCMExampleSwift which is for Swift I am getting an error. I am using the the same…
Sudhir
  • 93
  • 2
  • 6
1
vote
2 answers

Can I take in.xyz as bundle ID?

Its is a simple Question but I didn't find any answer related to that. I am developing an App and its bundleId starts with in.projectName . I want to ask Is this compulsory to give bundleID com.projectName or I can Give whatever I want in DNS…
M Swapnil
  • 2,361
  • 3
  • 18
  • 33
1
vote
3 answers

Can 2 same bundle ID cause any conflict?

I read from Cocoa Core Competencies that An App ID is a two-part string used to identify one or more apps from a single development team. The string consists of a Team ID and a bundle ID search string, with a period (.) separating the two…
onmyway133
  • 45,645
  • 31
  • 257
  • 263
1
vote
0 answers

Xcode 7 bundle identifier without paid developer license

I was told that I could build apps onto my iOS device without a paid developer license without iOS 7. I'm compiling a pythonista script using the template provided. If this is the case, how do I get a bundle identifier to put my app on my iPad?…
Luke Taylor
  • 8,631
  • 8
  • 54
  • 92
1
vote
1 answer

How to check, where an application is located under OS X?

How to check the location of an application installed under OS X? I tried it with the method LSFindApplicationForInfo and it works fine if you are searching for the bundle identifier. But this way is not working if you have installed more than one…
3ef9g
  • 781
  • 2
  • 9
  • 19
1
vote
2 answers

Submitting iOS app to app store invalid code signing entitlements

I'm desperate! I have a deadline and I can not post! Please someone help me
Pinturikkio
  • 1,490
  • 1
  • 14
  • 28