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

Xcode Won’t Recogize Bundle ID

I exported a unity project from my pc onto a flash drive. I then put the project on my Mac and loaded it on Xcode. Normally I would put in a random bundle ID with random characters and I would be able to put the game on my iPhone. Now it says it…
King205
  • 11
  • 3
0
votes
0 answers

XCode automatic code signing - Remove old app id

Is it possible to remove a Bundle Identifier (or app ID) registered by XCode with automatic code signing? We use XCode with automatic code signing for development. For so long, our app did not need any Capabilities, but now we started to implement…
nvirth
  • 1,599
  • 1
  • 13
  • 21
0
votes
2 answers

how and what is XCODE's Bundle ID, signing?

sorry new to IOS programming. must i enroll to apple developer program to obtain a bundle id ? apparently i am trying to start my first project, but it seems like i need to choose a bundle idnentifier so that the signing tab would have no errors. is…
DarkArtistry
  • 434
  • 1
  • 6
  • 22
0
votes
1 answer

Code Signing required 'WatchKit Extension' in SDK 'watchOS 3.2'

I have migrated watchOS 1 to watchOS 2. So I had to change the extension Bundle id with a prefix from App my.app.com Watch my.app.com.watchkit Watch Extension …
0
votes
1 answer

Xcode -How To Change App ID Suffix from Old Account To New Account? An app id with identifier is not available. Please enter a different string

I'm on Xcode 8.3.3 and my bundle identifier is: com.abc.xyz When I first signed up to create an Apple developer account I used my personal info and registered the above app's bundle id for the App ID Suffix. My Old dev account email is…
Lance Samaria
  • 17,576
  • 18
  • 108
  • 256
0
votes
1 answer

Unity iPhone Bundle Identifier has not been set up correctly

I'm ready to build my game as an iOS app to test on my iPhone, but I keep getting the error: iPhone Bundle Identifier has not been set up correctly ... You also have to create a provisioning profile with the same identifier and install it in…
DrakeTruber
  • 327
  • 1
  • 6
  • 21
0
votes
3 answers

Errors with iTunes Connect and Bundle IDs

So I created my app record in iTunes connect, and set the bundle id to com.mycompany.ios.appname Then, when I went back to my Xcode project I get the error: This is my config: I was added to another dev team if that makes any difference, and I…
Minebomber
  • 1,209
  • 2
  • 12
  • 35
0
votes
3 answers

Xcode insists that there is an "invalid character in bundle identifier" that does not appear to exist

I'm working on my first app to get a feel for how adding google ads works (it's just a basic front facing flashlight app) and when i create a bundle ID, I get this error: error image My bundle ID is "com.dadams.Front-facing-LCD-Flashlight", and i do…
0
votes
0 answers

Fetch App Name From Application Bundle ID

I've been trying to fetch the application name's from the bundles ID's (e.g com.apple.mobilesafari) I have stored into an array. I have tried using the code bellow but I get a null output for the appName output due to the line of code I am using to…
Tom
  • 3
  • 2
0
votes
1 answer

Unity player setting is not accepting package name

In Unity 5.6.0 I am trying to change package name from player setting but it shows default package name again in player setting. When I finish editing package name and click outside of that textfield I can see default package name appearing again.…
0
votes
1 answer

Is there a way to force refresh Bundle Id list on iTunesConnect

For two days, the list of Bundle Ids (App Ids) on iTunesConnect is not refreshing when a new App Id is setup in the Developer Portal. Have tried using another browser, clearing history, and waiting overnight. Anyone know a trick to getting…
0
votes
0 answers

Trying to TestFlight, but ITC bundle IDs screwed up somehow

I'm trying to upload my app to TF it with some friends. In iTunes Connect I went to My Apps, hit + and entered my new app. I put in my bundle ID - the complete "reverse URL". That takes you to a more detailed App Information page, where my Bundle ID…
Maury Markowitz
  • 9,082
  • 11
  • 46
  • 98
0
votes
3 answers

Cannot create an App ID with matching Bundle ID in Xcode project for first release using Xcode 8.0

I am trying to create an App ID for my first release. I have a new company developer account. I get the error message 'An App ID with Identifier '' is not available. Please enter a different string' when trying to create the App ID. This happens…
dan10
  • 119
  • 2
  • 12
0
votes
2 answers

Bundle ID Is Not Available?

So I have been getting this Bundle ID error saying it is not available and don't really know how to fix it. Here is the error: There were errors in the data supplied. Please correct and re-submit. An App ID with Identifier 'com.team.AppName' is not…
0
votes
2 answers

Bundle Identifier with Enterprise account

We have an app ready for App Store submission. The only problem is that we were working on it with an enterprise account and we realized only now that it is not ok for submitting to the AppStore. Now my question is: If we created a new account that…
kemkriszt
  • 280
  • 3
  • 17