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

Check free iOS bundle id

After going a lot of places setting up my bundle id, now I get : An App ID with Identifier 'com.myapp.estate' is not available. Please enter a different string. com.myapp.estate is just an example here mine is a lot more unique, so how do I check…
Steve Moretz
  • 2,758
  • 1
  • 17
  • 31
0
votes
0 answers

Why image not shown in simulator when using XIB designable?

Currently i'm trying to change icon image from designables image I have main project with bundle com.abc.def (firstbundle) I put the image on another bundle com.abc.ghi (another framework connected to main project) When i set the image on…
lauwis
  • 323
  • 1
  • 4
  • 15
0
votes
0 answers

Cannot change Bundle ID to lowercase

Is it a known thing that Bundle IDs are case insensitive? In the sense that once you register: com.yourname.AppName … you can no longer change it to lowercase: com.yourname.appname I ask, because I got this error in Xcode: Failed to register…
Daan
  • 1,417
  • 5
  • 25
  • 40
0
votes
1 answer

What configuration supports iOS bundle id auto-generation?

I downloaded the app's source code from here: https://developer.apple.com/documentation/swiftui/fruta_building_a_feature-rich_app_with_swiftui I opened it with Xcode 13.4.1 and select the Fruta iOS target, I found the bundle id is…
Khoa
  • 2,632
  • 18
  • 13
0
votes
0 answers

How to print the app's scheme in React Native?

Context: I'm setting up environment variables for dev/stage/prod and trying to figure out what the callback urls for my app are. Thinking it will likely be com.appName.dev://, com.appName.staging://, com.appName.production:// or something along the…
Shep Sims
  • 698
  • 9
  • 27
0
votes
2 answers

Debugging Dynamic Links error: "iOS store ID does not exist in the given iOS bundle ID."

Debugging Dynamic Links error: "iOS store ID does not exist in the given iOS bundle ID." I create a Dynamic Link for my project, completed all setups Android works perfectly, but iOS is unable to redirect to App Store when the app is not installed,…
0
votes
1 answer

How could I get identifierForVendor for any app (not developed by me)?

My goal is to obtain the identifierForVendor for a specific app that is on the App Store and that I have NOT developed nor have access to. Lets say this app's bundle id is com.example.app And just to preface, I was able to grab the…
Joe
  • 3
  • 2
0
votes
1 answer

What is the function of CFBundleIdentifier presence in plist?

CFBundleIdentifier key/value doesn't appear in plist file when creating iOS project app using Xcode 13. If I can remember correctly. prior to Xcode 13 the value was there. Now, changing the PRODUCT_BUNDLE_IDENTIFIER in Build Settings tab would…
hasan
  • 23,815
  • 10
  • 63
  • 101
0
votes
1 answer

Are there any way to know what bundleIDs are used within Appgroups?

I'm currently making two iOS apps(technically, a library for two apps) that uses the AppGroups that shares UserDefaults data between the apps using the same App Group ID. The problem is I don't know how to get the bundleIDs of the apps in the…
0
votes
1 answer

iOS Launch screen not showing image when changing bundle Identifier

I am working on my iOS application and I am facing a problem where I can't see the logo of my application in launch screen when I change the bundle Identifier of my application. When I am using bundle Identifier say com.demo.app, launch screen is…
Coder
  • 508
  • 2
  • 13
0
votes
2 answers

App Store Connect issue ITMS-90129 keeps blocking upload

App Store Connect keeps blocking App upload by issuing ITMS-90129: The bundle uses a bundle name or display name that is already taken. So far I tried: Changing the Display Name, Bundle Identifier (even with generated Hashcodes to make sure that…
0
votes
0 answers

Change Bundle ID in AppStoreConnect/Xcode

I'm trying to upload an app to the Apple store and I can't get the Bundle ID to match on Xcode and in AppStore Connect (ASC). In ASC there is an id with spaces in it and in Xcode there is a different id with no spaces. I can't change the ASC one…
Alex
  • 2,154
  • 3
  • 26
  • 49
0
votes
1 answer

IOS : Should I delete my enterprise app before I submit the same app to App Store?

I already deployed my app via Enterprise Program. Now I plan to deploy my app into App Store. My questions are: Should I change the bundle ID? Should I delete the app from Enterprise first before submitting to App Store? Is it possible to keep my…
Punreach Rany
  • 2,560
  • 7
  • 23
  • 56
0
votes
1 answer

Has anyone pushed CrowdStrike Falcon sensor to a macOS-BigSur using Intune?

I have successfully pushed all the required profiles to my test mac that includes full disc access, script to assign license key, Kernel extensions. When I push the sensor, I get the following error in the Intune portal:"One or more apps contain…
0
votes
1 answer

Move an app from a Testflight account to another one

I'm developing an iOS app in Xcode 12.2 for a client. The client does not have an Apple Developer account yet, so I'm using the Testflight of my own account to test the app with the designer. The app uses AppGroups, let's say I have a group named…