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

How can I purge applications with the same BundleIDdentifier

I have been testing an application I am developing, but have come into a problem with the Bundle Identifier. I had copied the application to a location for testing, and since deleted it. However, I find that when I try something like this: // …
Manngo
  • 14,066
  • 10
  • 88
  • 110
0
votes
1 answer

Why the bundle id cannot be set?

I am trying to set the bundle id in General -> Identifier, but the field is grey and cannot set anything... How can I do with it? Does that mean it is set by default?
Aantar
  • 27
  • 7
0
votes
1 answer

How do you change the "Display Name" of a React Native app in XCode?

I have a React Native app that has Display Name theApp: I want to change it to The App. However, I'm hesitant to just change it in that box in XCode because there are now instances of theApp elsewhere in the autogenerated code, and in the Bundle…
gkeenley
  • 6,088
  • 8
  • 54
  • 129
0
votes
1 answer

Facing bundle identifier issues with Google Cloud Platform setup not working with Flutter

has any faced bundle identifier issues with Google Cloud Platform setup and Flutter app? I cant seem to figure out whats wrong and I keep getting errors from flutter: flutter: errorMessage: This IP, site or mobile application is not authorized to…
0
votes
1 answer

Xcode says "Your maximum App ID limit has been reached" and "Xcode couldn't find any iOS App Development provisioning profiles"

For several weeks I have been writing apps in Xcode (11.5 on macOS Catalina 10.15.5) and successfully running them on my iPhone 11 Pro Max (iOS 13.5.1). At this point I'm interested only in development, not in the app store, and I belong to my own…
0
votes
1 answer

How to fix Bundle Identifier in Flutter Xcode Project?

I am trying to setup flutter xcode project with firebase, but I am not able to generate GoogleService-Info.plist as I am not able to get the bundle identifier id it is showing as in the image shared, how should I resovle it, bundle identifier is…
user13410550
0
votes
1 answer

How to get iOS bundle id for Firebase?

I am trying to connect the Firebase project to my current react-native app (Windows 10 OS). I am following steps from https://rnfirebase.io/. However when I try to add iso app, I need the iOS bundle ID of the project, but I seem not to find it. The…
0
votes
1 answer

MacOS Product Name Bundle Identifier Problem during application testing

I have a problem when trying to test an application on macOS. For reference, this was created in Unity. The BundleID has been changed as a previous developer had used a very odd naming format, codesign and notarization works on the new app.…
Longmang
  • 1,663
  • 1
  • 13
  • 12
0
votes
2 answers

To change the bundle identifier of the my ios application

I am new in IOS development. I want to change the bundle identifier of my IOS project. I have tried few things but it gives me errors. I want a complete guide to change the bundle id successfully. when I try to upload the application to app-store to…
omkar marathe
  • 61
  • 1
  • 7
0
votes
3 answers

How can I modify the Bundle ID of an application already installed on my iPhone?

I would like to modify the bundle ID of an application installed on my iPhone so I would be able to install another instance of it. I do not need other ways to get around this, I need to be able to change the bundle ID. I have xcode, and can get…
Brazen
  • 1
  • 1
  • 3
0
votes
1 answer

Ionic Bundle ID Still Causing Issues After Changing

Hi I really need help and am on a time crunch, so I'm willing to try everything I haven't already. I'm trying to upload an app to the Google Play store and I keep receiving this error. The crazy thing is that in my config.xml file I have changed…
0
votes
0 answers

Can i access iCloud storage from different BundleID?

I have built an iOS application using the following bundleID com.XXX1234.a client using Enterprise Apple Account for internal distribution. The apps have the features of backup the application data to iCLOUD. Now I have to move the application to…
0
votes
1 answer

issue while registering bundle id to appstore certificates and id

i using 10.2.1 (10E1001) and i am registering bundle id to my account but i am getting error like below i have refer some answers but it can't solve my problem here is answers here is the link which i have tried An App ID with Identifier '' is not…
Vishal Parmar
  • 615
  • 4
  • 31
0
votes
1 answer

Can I update my app id on both Play Store and App Store after beta track?

I currently have a beta application on both the Play Store and App Store. As bundle IDs are conventionally named as tld.domainname.appname, I would like to change my bundle ID due to having to change the name for legal reasons. Can I change the…
iProgram
  • 6,057
  • 9
  • 39
  • 80
0
votes
0 answers

App Name not updating in ipa to upload in MDM - iOS

I created ios Application "PetFinder" and wanted to create separate environments for my app and so created Schemes Debug, QA, Preprod & Prod I have different bundle-identifier and provisioning profiles for each environment When I update my Bundle…
ash4
  • 101
  • 1
  • 11