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
15
votes
4 answers

iOS application update failed after app transfer with 'rejecting upgrade' error

I have my iOS app transferred from one apple account to another which causes team id change. Clean re-install works fine but every time I install an update I get the following error: [MIInstallableBundle performVerificationWithError:]: 517:…
Mando
  • 11,414
  • 17
  • 86
  • 167
14
votes
2 answers

How to launch system preferences to a specific preference pane using bundle identifier?

I'm trying to open the system date & time preferences directly from my app. I can seem to open System Preferences with no issue using: let settingsBundleIdentifier =…
santi_
  • 191
  • 1
  • 8
13
votes
3 answers

"This app contains an app extension with an illegal bundle identifier" issue

I'm a bit mixed up, since I changed the app name, Bundle Display name, and Bundle identifier name...and now my app works properly, but my today widget won't. Whenever I try to run today widget, it builds successfully, but instead of being launched,…
12
votes
3 answers

Find an iOS bundle identifier in the flutter application

I am working on a flutter app and cannot find the bundle identifier. According to the documentation here (https://firebase.google.com/docs/flutter/setup), it should be in the General tab but I can't find it. I've also read in places that it could…
mgsoverflow
  • 285
  • 1
  • 3
  • 9
12
votes
2 answers

Xcode is adding a dash to my bundle identifier

I can't seem to figure out the discrepancy here. My app is named Monsters! So in the plist, the Bundle Identifier is com.businessname.${PRODUCT_NAME:rfc1034identifier} from what I understand :rfc1034identifier removes forbidden characters from the…
Lucian Thorr
  • 1,997
  • 1
  • 21
  • 29
11
votes
4 answers

iOS Developer Bundle ID & App Name Already in Use

The company I work for created an app, we uploaded it to the app and it was rejected for some Metadata. No big deal really, except that management then decided to build a new version of the app and had us delete the one submitted. So when I go to…
user1221705
  • 221
  • 1
  • 2
  • 8
10
votes
5 answers

Invalid code signing entitlements error upon iTunes Connect validation for iOS app

I am attempting to validate my iOS app in Xcode. However, upon validation, I receive the following error: The following issues were found during validation: Invalid Code Signing Entitlements. Your application bundle's signature contains code…
ZooZ
  • 309
  • 5
  • 19
9
votes
1 answer

Can the bundle-Identifiers of iOS and Android differ on Flutter?

I uploaded a test-release for an App on both iOS & Android on AppStore/GooglePlay using their respective native programs. In other words I reserved their bundle-identifiers string. Now I'm trying to code the App using Flutter, which is freshly new…
Apython
  • 453
  • 6
  • 19
9
votes
4 answers

In App Purchase Products not found

I have created an app with bundle identifier com.myapp Now I added two In App Purchase items. Following are the product ids com.myapp.product1 com.myapp.product2 Now when I fetch list of products, it does not show any product. I use following…
HarshIT
  • 4,583
  • 2
  • 30
  • 60
9
votes
1 answer

OS X Bundle Identifier name: Best practice in this situation

I have an App that I am about to release to the App store. The App has the same name as the company. I know the recommended way to name your bundle identifier is com.yourcompanyname.appname However, it would seem silly and repetitive to name it…
Weakman10122
  • 371
  • 2
  • 14
9
votes
1 answer

iOS/Xcode: Concurrent builds for Debug, Ad Hoc, and Release *w/ In-App Purchases*

I've followed this tutorial to allow for my app to have builds for DEBUG, ADHOC testing (for my beta users), and RELEASE. Everything works great except for my in-app purchases. My Bundle IDs after this setup are: Debug:…
tptcat
  • 3,894
  • 2
  • 32
  • 51
8
votes
3 answers

iTunes Store operation failed. No suitable application records were found. Verify your bundle identifier ‘org.cocoapods.Alamofire’ is correct

I’m trying to upload binary to iTunesConnect using Xcode8.3. There are around 10 cocoa pods (Alamofire, SideMenuController, DropDown etc) in my project. However, while uploading I’m getting strange error related to bundle identifier. iTunes Store…
Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177
7
votes
1 answer

An attribute in the provided entity has invalid value An App ID with Identifier 'com.company.app' is not available. Please enter a different string

I want to create new Identifier in apple developer account but every time I get warning: An attribute in the provided entity has invalid value etc... I created application in XCode a let XCode automatically assigned by my provisioning profile and…
7
votes
2 answers

What is maximum allowed length of iOS BundleId?

I am trying to come up with regex to validate iOS app's bundle id. This link was quite helpful. However I also need to validate length of supplied bundleid as well as length of strings between dots (here I am assuming there would be such…
rentedrainbow
  • 184
  • 2
  • 10
7
votes
7 answers

Xcode 9 - Failed to create IXPlaceholder for app bundle ID

Upon updating to Xcode 9 and in the "launching" phase of compilation on the simulator I get the error: Failed to create IXPlaceholder for app bundle ID Emphasis placed on this issue only occurs trying to launch the simulator, as working with my…
lifewithelliott
  • 1,012
  • 2
  • 16
  • 35
1
2
3
16 17