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
3
votes
5 answers

The bundle identifier cannot be changed from the current value error

I made iPhone app, now i want to upload this app in Appstore. When i try to upload archive file from organizer it shows me this error: : Bundle identifier in my target project is com.Appname What changes i need to do ? Please help and thanks in…
Krunal
  • 6,440
  • 21
  • 91
  • 155
2
votes
1 answer

React Native: Can bundle ID and package name be different?

In my React Native app, the bundle ID (iOS) and package name (Android) are currently the same, but I need to change the package name because I need to create a new app shell on the Google Play console and push my app there. Is it possible to have a…
2
votes
2 answers

The bundle 'XXXXXXX' cannot be deleted. Delete all the Apps related to this bundle to proceed

I tried to delete unused app ID on Apple Developer Certificates, Identifiers & Profiles, but then the below dialog popped up. I don't have any associated app with this bundle ID. Why can't I delete the bundle ID?
goodonion
  • 1,401
  • 13
  • 25
2
votes
1 answer

maccatalyst validation upload fail, no records found

I made an app which is on the App Store for iOS. In Xcode, I selected support for MacOS in target > deployment info. In appconnect > my apps, there is a macOS version below the iOS version. I have archived with My Mac scheme but when I validate it,…
theMouse
  • 317
  • 5
  • 15
2
votes
1 answer

What is the proper way to name a bundle identifier.?

As there are so many ways to create an app bundle-identifier, which or what is the professional or proper way to be considered while naming an bundle-identifier.? I used to follow this com.companyname.appname Is there any better way to do this or…
Senthamizh
  • 281
  • 1
  • 4
  • 12
2
votes
1 answer

knowing the bundle id of another app, may enable to hack the keychain access?

I was really thinking is it possible that if a hacker gets bundle id of my app, the hacker can get access to key-chain of the my app ? asak, bundle id are unique and hence it cannot be re-used. I'm not sharing the keychain. If hacker somehow knows…
user1291401
  • 264
  • 1
  • 6
  • 18
2
votes
1 answer

Bundle id starts with `org`

I am trying to create the bundle id that starts with org.help.msapp in apple but I am not sure whether it's a valid bundle id or not. I have explored the threads and come across the example that starts with com only. Never came across such bundle id…
Hunt
  • 8,215
  • 28
  • 116
  • 256
2
votes
2 answers

How to submit an iOS app to the App Store without changing the Bundle Identifier

I was developing an iOS app for a few months and now my client wants to publish the app to his developer account. In the development process we were using Testflight to test it and I've put it on our developer account. The situation right now look…
Kamil Chmiel
  • 121
  • 1
  • 3
2
votes
1 answer

React Native how to change iOS bundle identifier?

I tried to change the bundle identifier in the Info.plist and the xcode itself. (in full empty project). But for some reason I can't build it. Entry, ":CFBundleIdentifier", Does Not Exist. And what strange is that I can build it successfully in the…
Istvan Orban
  • 1,607
  • 3
  • 18
  • 34
2
votes
3 answers

Build Failed on Microsoft app center

I am trying to make a build on Microsoft app center and my repository have connected from VSTS but I am facing this error its not my bundle id I have using another one bundle id in my project that is live on App store. but I can't understand how…
2
votes
1 answer

Application-identifier does not match - App ID XCode

I'm trying to update an app on my iPad. From my usual pc it works, but if I use the same project and try to load it on the iPad from a different pc, Xcode gave me this error and force me to delete the old app and re-install it. I'm using the same…
Fab
  • 816
  • 8
  • 17
2
votes
1 answer

How to get iTunes Connect to recognise a new Bundle ID

I’m having trouble getting iTunes Connect to recognise a new Bundle ID. On the iTunes Connect Developer Help page, in step 4 it says Bundle ID shows two options: Choose and Xcode: iOS Wildcard AppID - * This is the step I'm missing. I found no…
Greg
  • 1,750
  • 2
  • 29
  • 56
2
votes
3 answers

How to change Bundle ID if I only have the APK

I want to change my Bundle ID of an app, but I only have the APK and not the source code. How could I change from "com.mycompany.mygame" to "com.mycompany2.mygame" or "com.mycompany.mygame" to "com.mycompany.mygame2" ?
Nil
  • 129
  • 4
  • 11
2
votes
0 answers

ERROR ITMS-90347: Bad bundle identifier

I have had the same problem. The apple ids I have used include com.appname, com.domain.appname, com.domain.appname.XXX. None of these bundle identifiers have worked. This is the error message I receive each time: ERROR ITMS-90347: "Bad bundle…
2
votes
0 answers

"Update to Recommended Settings" Xcode 7

I am a little late to the Xcode 7 update, but I did it just this morning and am noticing this 'Update to recommended settings' warning displayed by Xcode. I have done some research and haven't found much other than users posting about this same…