Bundle ID

RSS for tag

A bundle ID is a unique identifier for a single app.

Bundle ID Documentation

Posts under Bundle ID tag

48 Posts
Sort by:
Post not yet marked as solved
1 Replies
83 Views
Recently have been working on this project just fine... had an app throw a warning for some malware called InstallCore. Removed the malware and now I am getting this on every preview, regardless of the device preview type. I've tried clearing derived data, cache, etc. No dice. Could not install the preview host "AppName.app" on iPhone 14 Pro Max: Failed to get parent identifier for BUNDLEIDENTIFIER.
Posted
by hallux.
Last updated
.
Post marked as solved
1 Replies
182 Views
Hello, We currently have a Reader app in review that has been rejected because of linking to an external source. We've followed all the protocols to ensure we use the UIs and flows described in https://developer.apple.com/support/reader-apps/. We originally tried to request the External Link Account Entitlement via the form found on the same page, but received an error that stated "The provided bundle id is not valid or associated with your account." We assumed this was because Apple required you to submit the App for review BEFORE you were able to apply for External Link Account Entitlement. So after our app was submitted for review we once again tried to apply for External Link Account Entitlement and received the exact same error. We've checked the bundle id a thousand times. It's never changed and there doesn't seem to be any other issues with the application itself. So why are we still getting the "The provided bundle id is not valid or associated with your account" error? We can't move forward until this is resolved and so far I dont see any way to resolve it. Does the bundle ID need to be changed? Is there someone we can contact?
Posted Last updated
.
Post marked as solved
1 Replies
94 Views
I get this error message with Simulator, but not with hardware: Domain: IXErrorDomain Code: 13 Failure Reason: Missing bundle ID. User Info: {     DVTErrorCreationDateKey = "2023-03-14 02:12:00 +0000";     FunctionName = "+[IXPlaceholder _placeholderForBundle:client:withParent:installType:metadata:placeholderType:error:]";     IDERunOperationFailingWorker = IDELaunchiPhoneSimulatorLauncher;     SourceFileLine = 666; } Analytics Event: com.apple.dt.IDERunOperationWorkerFinished : {     "device_model" = "iPhone15,2";     "device_osBuild" = "16.2 (20C52)";     "device_platform" = "com.apple.platform.iphonesimulator";     "launchSession_schemeCommand" = Run;     "launchSession_state" = 1;     "launchSession_targetArch" = "x86_64";     "operation_duration_ms" = 31;     "operation_errorCode" = 13;     "operation_errorDomain" = IXErrorDomain;     "operation_errorWorker" = IDELaunchiPhoneSimulatorLauncher;     "operation_name" = IDERunOperationWorkerGroup;     "param_consoleMode" = 0;     "param_debugger_attachToExtensions" = 0;     "param_debugger_attachToXPC" = 1;     "param_debugger_type" = 3;     "param_destination_isProxy" = 0;     "param_destination_platform" = "com.apple.platform.iphonesimulator";     "param_diag_MainThreadChecker_stopOnIssue" = 0;     "param_diag_MallocStackLogging_enableDuringAttach" = 0;     "param_diag_MallocStackLogging_enableForXPC" = 1;     "param_diag_allowLocationSimulation" = 1;     "param_diag_checker_tpc_enable" = 1;     "param_diag_gpu_frameCapture_enable" = 0;     "param_diag_gpu_shaderValidation_enable" = 0;     "param_diag_gpu_validation_enable" = 0;     "param_diag_memoryGraphOnResourceException" = 0;     "param_diag_queueDebugging_enable" = 1;     "param_diag_runtimeProfile_generate" = 0;     "param_diag_sanitizer_asan_enable" = 0;     "param_diag_sanitizer_tsan_enable" = 0;     "param_diag_sanitizer_tsan_stopOnIssue" = 0;     "param_diag_sanitizer_ubsan_stopOnIssue" = 0;     "param_diag_showNonLocalizedStrings" = 0;     "param_diag_viewDebugging_enabled" = 1;     "param_diag_viewDebugging_insertDylibOnLaunch" = 1;     "param_install_style" = 0;     "param_launcher_UID" = 2;     "param_launcher_allowDeviceSensorReplayData" = 0;     "param_launcher_kind" = 0;     "param_launcher_style" = 0;     "param_launcher_substyle" = 0;     "param_runnable_appExtensionHostRunMode" = 0;     "param_runnable_productType" = "com.apple.product-type.application";     "param_runnable_type" = 2;     "param_testing_launchedForTesting" = 0;     "param_testing_suppressSimulatorApp" = 0;     "param_testing_usingCLI" = 0;     "sdk_canonicalName" = "iphonesimulator16.2";     "sdk_osVersion" = "16.2";     "sdk_variant" = iphonesimulator; } What functional Bundle ID is it missing? Why is Simulator unhappy but my iPhone purrs?
Posted
by vonlost.
Last updated
.
Post marked as solved
2 Replies
112 Views
In Certificates, Identifiers & Profiles, Edit your App ID Configuration, do I create here a Bundle ID for my app's in-app purchase? There is already a Bundle ID there for my app.
Posted
by vonlost.
Last updated
.
Post not yet marked as solved
0 Replies
111 Views
Does anyone know how to help me out? Years ago I uploaded my App and then it was moved from the store 10Years ago. Meanwhile I am back and try to upload a new version. I described a new version in Appstoreconnect I made a new code with Swift Then I saw that meanwhile you upload through Archive. In Archive I found several old Apps from me but not the one and only I want to update. I tried it out even if with new Bundle and String. But get the same ERROR see: App record creation failed due to an invalid attribute. Request failed with error code "ENTITY_ERROR.ATTRIBUTE.INVALID.DUPLICATE.SAME_ACCOUNT", and reason "The provided entity includes an attribute with a value that has already been used on this account. The app name you entered is already being used for another app in your account. If you would like to use the name for this app you will need to submit an update to your other app to change the name, or remove it from App Store Connect." Does anyone know?
Posted Last updated
.
Post not yet marked as solved
6 Replies
1.6k Views
I am trying to add widget extensions to my existing watch app which is in turn attached to an iOS app. I am getting this error: Please try again later. Unable To Install “nextBellWatch” Please try again later. WatchKit 2.0 app's bundle ID com.seanmccomas.nextBellSingleView.watchkitapp is not prefixed by the parent app's bundle ID followed by a '.'; expected prefix . Here are my bundle IDs: iOS App: com.seanmccomas.nextBellSingleView iOS widget extension: com.seanmccomas.nextBellSingleView.NextBellWidget watch app: com.seanmccomas.nextBellSingleView.watchkitapp watch widget extension: com.seanmccomas.nextBellSingleView.watchkitapp.widget What am I missing? I feel like I have done everything right.
Posted Last updated
.
Post not yet marked as solved
1 Replies
69 Views
Hi - we are rebranding our app and need to weigh pros & cons on re-launching as a new app vs releasing the rebranded app using the same bundle ID. Is the later possible? ie releasing a rebranded app with a new name but the bundle ID retains the old name? Would this cause problems down the track?
Posted
by PatMcK.
Last updated
.
Post not yet marked as solved
1 Replies
1.2k Views
I am trying to create an ios build of my expo react native project using EAS build ( eas build --profile development --platform ios ). I keep getting this error : The full command and logs ✖ Failed to register bundle identifier com.almabetter.AlmaHire Error: Apple 403 detected - Access forbidden. This request is forbidden for security reasons - You currently don't have access to this membership resource. Contact your team's Account Holder, **********, or an Admin. After searching across the apple developer forum, also other forums, I couldn't find a solution. Kindly let me know if I am missing anything. Also If if you need any details from me, I will be sharing them with you, in this thread. Help me fix this !! Note :- I have App manager permissions
Posted Last updated
.
Post not yet marked as solved
1 Replies
196 Views
Asset validation failed CFBundleldentifier Collision. There is more than one bundle with the CFBundleldentifier value 'com.icanspell.app' under the IOS application 'Runner.app'. (ID: 15f7aa4e- d2c3-461c-8438-5a4b21ad8aff) Asset validation failed Bad bundle identifier. The bundle Identifier 'com.icanspell.app' of the application extension Runner.app/Plugins/OneSignalNotificationServiceExtension.appex should start with the application's bundle identifier 'com.icanspell.app' and not contain more than one period ** after the application's bundle ID. (ID: e1b681c4-ef94-4bfa-a948-119696790d4e) I am facing this error. & confused where should i change my bundle id. Please help
Posted
by SahirNaga.
Last updated
.
Post marked as solved
1 Replies
222 Views
I'm working witn FamilyActivitySelection How to get bundleIdentifier from ApplicationToken? which I receive from FamilyActivitySelection? I want to read AppIcon, AppName from bundleIdentifier Also tried to read bundleIdentifier from Application?, but the value always returns as nil.
Posted Last updated
.
Post marked as solved
10 Replies
2.6k Views
Hi Everyone, I have an iPhone app with watch app and extension. I'm getting the following error when building: "ITMS-90477: Invalid Bundle Identifier - Attempting to change bundle identifier from com.company.myapp.watchkitapp to com.company.myapp.watchkitappp is disallowed for bundle My App.app/Watch/My App Watch.app." The thing is I always used the second id (yes with triple p). I already check my identifiers on developer.apple site, there is no identifier with "watchkitapp" but "watchkitappp" is. Same for the XC side. When I trying to get first id I get; An App ID with Identifier 'com.company.myapp.watchkitapp' is not available. Please enter a different string. Any help is appreciated. Thx.
Posted Last updated
.
Post marked as solved
3 Replies
268 Views
Hello! I have tried to look for some comparison between Apple Developer Account Free vs Paid. I am interested in: Remove limited bundle ID for 7 days before I can create a new one. Right now I can create only 10 bundle ids. Remove apps installed on testing phone through xcode. Right now I can install only 3 apps. With Apple paid account can I remove those? Thank you!
Posted
by mihidim.
Last updated
.
Post marked as solved
5 Replies
264 Views
I’m working through the “Develop in Swift Fundamentals” with Xcode 13 book. At this point I’m trying to set up my iPhone as as a testing device. I’ve turned on developer mode on the phone, but when I select my iPhone from the Scheme menu, I receive 2 errors referencing my Bundle Identifier: Failed to register bundle identifier. The app identifier "com.example.GettingStarted" cannot be registered to your development team because it is not available. Change your bundle identifier to a unique string to try again. No profiles for 'com.example.GettingStarted' were found. Xcode couldn't find any iOS App Development provisioning profiles matching 'com.example.GettingStarted'. I am not sure why that bundle identifier is not available. Any thoughts on how to proceed?
Posted
by RyanC119.
Last updated
.
Post not yet marked as solved
1 Replies
1.1k Views
At https://appstoreconnect.apple.com/, I have the Admin role (but not Account Holder). At first, I had the Developer role. When it got switched to Admin, the buttons on the website that only admins should see (for example, the add app button), still weren't visible to me immediately, but I started seeing more of them within 24h. Now, I can click the add app button (see first screenshot) but when I click the link to add a bundle id (the link is called Certificates, Identifiers & Profiles), it says that I don't have access (see second screenshot).
Posted
by nth-chile.
Last updated
.
Post not yet marked as solved
2 Replies
548 Views
Hello - Network Extensions with per app vpn (via MDM or profile) and apps that use WKWebView or SFSafariViewController have a big problem with since that traffic does not go over the NE. This creates a lot of issues with many apps in corporate environments due to many apps using web views for their login process. For example, login into apps like Slack, Office 365, Zendesk, Jira, Confluence and many others use the web views for the login process. Majority of the traffic goes over the NE but auth does not and since WKWebView/SFSafariViewControllers do not have proxy there is no real way to fix this. The use case is that many corporate apps across many companies are using IP restrictions to lock down access to corporate data. With this limitation there is no real way to access those on iOS/iPadOS without establishing a device wide VPN (not possible in user enrollment mode) or using AssociatedDomains (something almost impossible to manage since as an MDM vendor we do not know how an app like Zendesk/Slack/Outlook are built and what URLs they use internally). At best we can do hacks that are a PITA to maintain. Does Apple have any recommendations how to solve this in the short term vs hopefully Apple addressing this limitation in the long term as part of an update. Either by way of MDM or Network Extension framework would be great. One idea is if we can use bundle id's for the WKWebVIew/SFSafariViewController to associate traffic for user enrollment managed apps with the NE. Or maybe Associated Domains can be managed with wild cards (again in a user enrollment MDM this makes sense since ALL apps should be going over a corporate VPN). I've filled Apple feedback around these and 9891393 and 9891440 but never got any response on how to actually deal with this very common scenario.
Posted Last updated
.
Post not yet marked as solved
1 Replies
338 Views
Hi, what name can I use as a bundle identifier so that I will not get this error message? Currently I am using: "daniel.de.Meine-Erste-App" But this does not work, it it seems not to be unique.... If I change it to something like daniel.de.asjflkasjfdlkajsdflkjasflkjas.Meine-Erste-App or something like this does also not work. As there is also the second failure-information: "Xcode couldn't find any iOS App Development provisioning profiles matching 'daniel.de.Meine-Erste-App'." I wonder if I have to do some settings in my account before... (setting up a provisioning profile This is the first time I try to bring an App to my local connected iPhone, so I appreciate any help! Thank you in advance, Daniel
Posted Last updated
.
Post not yet marked as solved
0 Replies
515 Views
Have a question I couldn’t find any good answers to online, and before I burn a developer relations ticket, I was hoping maybe the community might known an answer. We currently have two apps, one with a subscription, with bundle id com.companyName.app1 and another with a different bundle id, call it .app2 In the future, we are hoping to migrate all users into one app, .app2, as this has way more content and a larger user base than .app1. However, we are not sure what effect this will have on those that have purchased subscriptions in .app1. We know that removing app1 from sale will retain the existing subscriptions and auto-renewals that were in place. But will we be able to restore these subscriptions somehow in app2? My research tends to lead me towards no, due to them having a different bundle id. But we do also keep a record of the user subscription in our cloud, so I’m not sure if we could somehow use that version of the receipt. TIA for any help!
Posted
by Pbush2590.
Last updated
.
Post not yet marked as solved
3 Replies
948 Views
My situtation: I recently added AssociatedBundleIdentifiers in launchd plist and see the result that my app's name is on the System Settings > Login Items (Allow in the background). But the machine that already has installed the older app without AssociatedBundleIdentifiers still shows Developer ID due to the cached state. And it is commemted at https://developer.apple.com/forums/thread/713493. It can be updated by resetting command and then restarting the system, but doing it on my users' machines seems inappropriate in many ways. My question: So, is there any way that I can make the change(Developer ID -> App name) without resetting and restarting by any chance?
Posted
by June-yub.
Last updated
.
Post not yet marked as solved
1 Replies
448 Views
I have an app development agency, and I am attempting to set up an app for a client that wants to have their own App Store Connect+Developer account. They added me as an admin under their App Store Connect Account. I was going to create an app, but I am only able to access Certificates, Identifiers & Profiles under my company's account, not the client account that I am trying to create the app for. Under App Store Connect, I can switch to the client's team, but under Apple Developer, I cannot switch my team. The client is operating under a personal team for now since they had an issue with their DUNS number. I'm not sure if that's an issue
Posted
by sschwedt.
Last updated
.