Bundle ID

RSS for tag

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

Posts under Bundle ID tag

173 Posts

Post

Replies

Boosts

Views

Activity

IOS Notifications: Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier
I have an iOS app, which uses Notification Service Extension (NSE) for its functioning. When I build the app, I get the following error: error: Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier. Embedded Binary Bundle Identifier: (null) Parent App Bundle Identifier: com.example.sample This error occurs when NSE doesn't have the app's bundle identifier prefixed to it (Reference post). In my case, the bundle ID of the app is com.example.sample and the bundle ID of the extension, com.example.sample.NSESample (checked these values in Project -> Target -> Signing & capabilities -> bundle identifier label). I believe this is as expected. I don't understand this error now, which says the embedded bundle identifier is null. I cleaned and built the app again..... same error. According to this stackoverflow post, you have to enable 'Copy only when installing'. When I tried, it worked. I don't know what this setting means and how this solves the issue. I'm unable to find any documentation reg this setting. Idk if this is even a valid solution, because the error says 'Embedded Binary Bundle Identifier' is null. Why is the embedded bundle identifier null (despite the Xcode interface showing a valid bundle ID)? How can I solve this?
0
0
2k
Feb ’24
No profiles for 'com.company.xxx' were found
So here is the thing. I'm trying to upload an app to the app store but I'm facing an irritating challenge. A very frustrating one. No profiles for 'com.company.xxx' were found Xcode couldn't find any iOS App Development provisioning profiles matching 'com.egonai.iosaiapp'. What is annoying is that I firstly created the bundle identifier myself on my developer account and it did not work. I then even removed the bundle id and let xcode create one automatically but it still doesn't work. The bundle id on both occasion seems to appear on my apple developer account but in xcode it gives me this error. I have nothing to solve this problem. I'm not sure as to how or why is this happening. I would really appreciate it if someone could help fix this problem.
0
0
1.1k
Feb ’24
iOS app local storage persistency when updating app (Xamarin -> Flutter)
Currently in our published version of iOS app (built in Xamarin.Forms) we are storing some local data (settings etc.) as json and other files in the device. We are planning to do a major update when we re-create the whole app using Flutter. My question is: As long as bundle ID will be the same for the Flutter build as was for the Xamarin.Forms build and the app version of the Flutter build will be higher (than the previously one) will the update in the App Store will act just as a regular update of the app (so the user will theoretically even not notice that the newer version was built with different approach)? Will the update keep or delete the local files stored by the previous version of the app? Even that the older version is build of the Xamarin.Forms and the newer one will be build of the Flutter? Of course the Flutter version will direct to same paths and files as the previous Xamarin version. The files are stored in paths: /var/mobile/Containers/Data/Application//Library/MyApp/ e.g.: .../Library/MyApp/settings.json .../Library/MyApp/Media/caches.json .../Library/MyApp/Media/Settings/settings.json ... etc. Some settings are also stored in .plist NSUserDefaults.StandardUserDefaults as key/value pairs. Is there any official documentation about those 2 my questions? So far I have only found some info about bundle ID in general but no article directly answered me those 2 questions (mentioned above).
2
0
1.8k
Jan ’24
Simulator device returned an error for the requested operation. The parent bundle has the same identifier as sub-bundle
Two days ago everything was working fine. Then I decided to step on with the OneSignal Sdk and the problems starts to come. Now I have two big problem but I want to go with order and begin from the first and maybe the second will follow. When I try the app on emulator, it builds fine but stopped immediately with The parent bundle has the same identifier (com.domain.bundlename) as sub-bundle at /Users/myname/Library/Developer/CoreSimulator/Devices/F2D73A5F-1B86-4D2D-9989-518387D0FB24/data/Library/Caches/com.apple.mobile.installd.staging/temp.O4MORK/extracted/Runner.app/Frameworks/App.framework (com.domain.bundlename is for obscuring the real ones) Then I tried creating a new emulator device, but I got the same error. No clues on my internet search.
1
0
2.0k
Jan ’24
Background URLSession adopters are required to have the com.apple.application-identifier entitlement
Hi, I am unable to silence this warning: Background URLSession adopters are required to have the com.apple.application-identifier entitlement. I am not using any entitlements. This warning appeared when I switched to Xcode15 and Sonoma. I followed the steps mentioned in this link: https://developer.apple.com/library/archive/qa/qa1710/_index.html, but it did not help. The BundleID is correct (I haven't changed it in a couple of years). Do you have any idea what the issue could be? Thank you.
3
0
1.4k
Nov ’23
Apple Developer Admin does not have access to create bundle ID
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).
3
1
4.2k
Nov ’23
Is there somehow to change automatically my Bundle Identifier for my Companion App?
Hello! In my project here we have 3 build modes / schemas for our iPhone app: Dev, Stage, Prod. And each one has one bundle identifier, for example, com.myproject.app-Dev, com.myproject.app-Stage and com.myproject.app. How do I can get each bundle identifier and store it inside the WKCompanionAppBundleIdentifier key automatically? Is it possible? Because, sometimes we need to build manually the Stage version here and XCode says the info.plist key for WatchOS App is different from the iPhone App.
1
0
933
Nov ’23
BundleID identifier problems for new version of app
Good morning, I have a new version of an app which is on the App Store already, but I would like to send it to others using TestFlight first. I have created a new version for the app on the Apple Connect website. I have confirmed the new version number in Xcode for this app, but when I upload it through the archive process in Xcode I get this response: "App record with bundle identifier "" not found on App Store Connect. Create an app record on App Store Connect, or distribute the app from Xcode, and then try again." That was the default setting for App Store Connect. If I use the custom setting (and change the SKU because it is written as the bundle id identifier) I get this response: The app identifier "com.DefaultCompany.MyAppName" cannot be registered to your development team because it is not available. Change your bundle identifier to a unique string to try again. Can someone please help me resolve this. A task that was supposed to take thirty minutes has extended to over four hours, and I have not found a solution to this problem. All documentation on the apple developer site assumes an app will ve updated to a new version without sharing first through TestFlight. All of this seems really counter intuitive to what should be a relatively straightforward process.
2
1
6.3k
Oct ’23
App bundle ID no longer available on App Store Connect
I created an app on App Store Connect, and assigned my app's bundle ID to it successfully. However, as soon as I created the app, I realized that there was a typo in the app's name. Before doing anything else (no bundles uploaded or anything else) I deleted the app from App Store Connect with the intention of recreating it with the correct name. However, when I now try to create a new app the bundle ID in question is no longer on the list. It appears as though it is still associated with the erroneous, now deleted app. How do I fix this so that I can properly create my app on App Store Connect?
2
0
1.1k
Sep ’23
Failed to get parent identifier for BUNDLEIDENTIFIER.
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.
4
0
3.7k
Aug ’23
Bundle ID change
Hi, We are fairly new to the app development process with Apple. We have our existing release of the app live and now are ready to push our first update. We have our app in both the Apple store and Google Play store. It would seem that our initial release resulted in different bundle IDs for Apple and Google, where Google does not support starting with a number. So we have these: Apple - com.name.client Google - com.app_name.client.twa I already know from speaking to google that we cannot change this. Is this the same for Apple? The issue we have, is that we have a single code base and use capacitorJS. As such our code base share the same configuration for the bundle ID. What would be the suggested route here? Whilst we could change the capacitor.config.js on each build, this feels cumbersome and could introduce the risk of error down the line. If the bundle ID cannot be changed the for existing app in the store, and we instead use a new universal name, what happens? Do our users need to uninstall the existing app and then go and find the new one? Apologies for the rather basic question, but I am unsure how best to proceed here. Thanks
1
0
2.6k
Aug ’23
Transfering app in store to another developer
Hi! I need to transfer an app, which is already available in the App Store, from one developer to another. The new developer account (one to receive the app) has problems building the app for the local testing iPhone device, Xcode giving the error messages: "Failed to register bundle identifier" (The app identifier "com.app.name" cannot be registered to your development team because it is not available. Change your bundle identifier to a unique string to try again.) and "No profiles for 'com.app.name' were found" (Xcode couldn't find any iOS App Development provisioning profiles matching 'com.app.name')" Obviously, Bundle ID isn't unique, as the app already exists on the App Store, but he's only trying to build for the local iPhone to preview the app. I need to be sure the new developer will be able to compile/build the application before we initiate the transfer of the app from one account to another. Also, the new dev has not yet paid for the APPLE DEVELOPER PROGRAM. Should we change the Bundle ID temporarily to be able to test the app? Thank you in advance!
3
0
2.7k
Jul ’23
Unable to upload after app transfer
My App includes iPhone + Watch. Then, I carried out the app transfer, After app transfer, I could only see the bundle ID for iphone, but could not find the bundle ID for watch. So I tried to recreate the missing watch bundle id and got an error: An App ID with Identifier 'com.xxx.watchkitapp' is not available.Please enter a different string. I guess the Bundle ID is duplicate, so I created a non-duplicate Bundle ID to develop, it is ‘com.xxx.watchapp’, by the way, I want to migrate to SwiftUI. When I finished the development and uploaded the new ipa, I got another error: Invalid Bundle Identifier. Attempting to change bundle identifier from com.xxx.watchkitapp to com.xxx.watchapp is disallowed for bundle xxx Watch App.app I can't do anything now. What am I supposed to do
0
3
950
Jul ’23
Login background items on ventura/sonoma
Hi, as title said, i have two problems with new login items on Ventura/Sonoma. I have main bundle and 5 background tasks. First problem: After installation, menu item for background tasks have name of company instead of application name. I read thread about it, but it seems be a long time. Is it possible that bug is still present on released Ventura? Thread: https://developer.apple.com/forums/thread/713493 Second problem: One of the background tasks can create plist and copy to /Library/LaunchDaemons. After that, i have two login items with different labels, one item as mentioned in first problem e.g. company name, and second login item for created plist, but with right name. Each plist has AssociatedBundleIdentifiers set to bundle id. Thank you
2
0
1.3k
Jun ’23
how do you successfully upload new builds after an app has been transferred to new account
Have had issues updating builds of my transferred apps. Apple Developer team has attempted to resolve with me with minimal success. Does anyone in the forums have the correct step by step process needed for apps that already have been transferred and are now ready to receive new builds in the new account? Thanks
0
0
856
Jun ’23
Update Login Item (regarding AssociatedBundleIdentifiers) on a cached machine.
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?
5
0
3.1k
Jun ’23
Error Failed to register bundle identifier
Hello community I have a problem with an app that i want to upload. I want to give you all the context fo my problem. Fisrt of all I create an personal deveoper account and I did everything to upload the app and everithing it ok, but apple told that i need to create an enterprise account to upload my app because it's necesary for the tipe of app that i want to upload. After that I create the new account but the problem is that i can upload my app and appears an error "Failed to register bundle identifier. The app identifier finantech.com.mx.BWapp cannot be regitered to your development team because it is not available. Change your bundle identifier to a unique string to try again". I try to transfer the app but I can't because there isn't and version on this app upload and also I try to delete the app on my personal account and upload it in my enterprise accoun but I get the same error. Someone know how can I change the identifier or how can I upload this buddle without changing the bundle id
1
0
5.0k
Jun ’23
IOS Notifications: Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier
I have an iOS app, which uses Notification Service Extension (NSE) for its functioning. When I build the app, I get the following error: error: Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier. Embedded Binary Bundle Identifier: (null) Parent App Bundle Identifier: com.example.sample This error occurs when NSE doesn't have the app's bundle identifier prefixed to it (Reference post). In my case, the bundle ID of the app is com.example.sample and the bundle ID of the extension, com.example.sample.NSESample (checked these values in Project -> Target -> Signing & capabilities -> bundle identifier label). I believe this is as expected. I don't understand this error now, which says the embedded bundle identifier is null. I cleaned and built the app again..... same error. According to this stackoverflow post, you have to enable 'Copy only when installing'. When I tried, it worked. I don't know what this setting means and how this solves the issue. I'm unable to find any documentation reg this setting. Idk if this is even a valid solution, because the error says 'Embedded Binary Bundle Identifier' is null. Why is the embedded bundle identifier null (despite the Xcode interface showing a valid bundle ID)? How can I solve this?
Replies
0
Boosts
0
Views
2k
Activity
Feb ’24
No profiles for 'com.company.xxx' were found
So here is the thing. I'm trying to upload an app to the app store but I'm facing an irritating challenge. A very frustrating one. No profiles for 'com.company.xxx' were found Xcode couldn't find any iOS App Development provisioning profiles matching 'com.egonai.iosaiapp'. What is annoying is that I firstly created the bundle identifier myself on my developer account and it did not work. I then even removed the bundle id and let xcode create one automatically but it still doesn't work. The bundle id on both occasion seems to appear on my apple developer account but in xcode it gives me this error. I have nothing to solve this problem. I'm not sure as to how or why is this happening. I would really appreciate it if someone could help fix this problem.
Replies
0
Boosts
0
Views
1.1k
Activity
Feb ’24
iOS app local storage persistency when updating app (Xamarin -> Flutter)
Currently in our published version of iOS app (built in Xamarin.Forms) we are storing some local data (settings etc.) as json and other files in the device. We are planning to do a major update when we re-create the whole app using Flutter. My question is: As long as bundle ID will be the same for the Flutter build as was for the Xamarin.Forms build and the app version of the Flutter build will be higher (than the previously one) will the update in the App Store will act just as a regular update of the app (so the user will theoretically even not notice that the newer version was built with different approach)? Will the update keep or delete the local files stored by the previous version of the app? Even that the older version is build of the Xamarin.Forms and the newer one will be build of the Flutter? Of course the Flutter version will direct to same paths and files as the previous Xamarin version. The files are stored in paths: /var/mobile/Containers/Data/Application//Library/MyApp/ e.g.: .../Library/MyApp/settings.json .../Library/MyApp/Media/caches.json .../Library/MyApp/Media/Settings/settings.json ... etc. Some settings are also stored in .plist NSUserDefaults.StandardUserDefaults as key/value pairs. Is there any official documentation about those 2 my questions? So far I have only found some info about bundle ID in general but no article directly answered me those 2 questions (mentioned above).
Replies
2
Boosts
0
Views
1.8k
Activity
Jan ’24
Simulator device returned an error for the requested operation. The parent bundle has the same identifier as sub-bundle
Two days ago everything was working fine. Then I decided to step on with the OneSignal Sdk and the problems starts to come. Now I have two big problem but I want to go with order and begin from the first and maybe the second will follow. When I try the app on emulator, it builds fine but stopped immediately with The parent bundle has the same identifier (com.domain.bundlename) as sub-bundle at /Users/myname/Library/Developer/CoreSimulator/Devices/F2D73A5F-1B86-4D2D-9989-518387D0FB24/data/Library/Caches/com.apple.mobile.installd.staging/temp.O4MORK/extracted/Runner.app/Frameworks/App.framework (com.domain.bundlename is for obscuring the real ones) Then I tried creating a new emulator device, but I got the same error. No clues on my internet search.
Replies
1
Boosts
0
Views
2.0k
Activity
Jan ’24
Unable to create temporary .itmsp package - issue
Application"20231201104243-Kanji de Unable to create temporary .itmsp package for "GO.ipa" Failed to obtain application bundle ID.
Replies
0
Boosts
0
Views
772
Activity
Dec ’23
Background URLSession adopters are required to have the com.apple.application-identifier entitlement
Hi, I am unable to silence this warning: Background URLSession adopters are required to have the com.apple.application-identifier entitlement. I am not using any entitlements. This warning appeared when I switched to Xcode15 and Sonoma. I followed the steps mentioned in this link: https://developer.apple.com/library/archive/qa/qa1710/_index.html, but it did not help. The BundleID is correct (I haven't changed it in a couple of years). Do you have any idea what the issue could be? Thank you.
Replies
3
Boosts
0
Views
1.4k
Activity
Nov ’23
Apple Developer Admin does not have access to create bundle ID
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).
Replies
3
Boosts
1
Views
4.2k
Activity
Nov ’23
Is there somehow to change automatically my Bundle Identifier for my Companion App?
Hello! In my project here we have 3 build modes / schemas for our iPhone app: Dev, Stage, Prod. And each one has one bundle identifier, for example, com.myproject.app-Dev, com.myproject.app-Stage and com.myproject.app. How do I can get each bundle identifier and store it inside the WKCompanionAppBundleIdentifier key automatically? Is it possible? Because, sometimes we need to build manually the Stage version here and XCode says the info.plist key for WatchOS App is different from the iPhone App.
Replies
1
Boosts
0
Views
933
Activity
Nov ’23
BundleID identifier problems for new version of app
Good morning, I have a new version of an app which is on the App Store already, but I would like to send it to others using TestFlight first. I have created a new version for the app on the Apple Connect website. I have confirmed the new version number in Xcode for this app, but when I upload it through the archive process in Xcode I get this response: "App record with bundle identifier "" not found on App Store Connect. Create an app record on App Store Connect, or distribute the app from Xcode, and then try again." That was the default setting for App Store Connect. If I use the custom setting (and change the SKU because it is written as the bundle id identifier) I get this response: The app identifier "com.DefaultCompany.MyAppName" cannot be registered to your development team because it is not available. Change your bundle identifier to a unique string to try again. Can someone please help me resolve this. A task that was supposed to take thirty minutes has extended to over four hours, and I have not found a solution to this problem. All documentation on the apple developer site assumes an app will ve updated to a new version without sharing first through TestFlight. All of this seems really counter intuitive to what should be a relatively straightforward process.
Replies
2
Boosts
1
Views
6.3k
Activity
Oct ’23
Xcode 15 Warning nw_parameters_set_source_application_by_bundle_id_internal
Since iOS 17 and Xcode 15, the following warning appears in Xcode when debugging on device: "nw_parameters_set_source_application_by_bundle_id_internal Failed to convert from bundle ID ([Apps Bundle ID]) to UUID. This could lead to wrong data usage accounting." What does that mean?
Replies
1
Boosts
0
Views
1.5k
Activity
Oct ’23
Sharing UserDefaults with widgets in iOS 14
I'm unable to share UserDefaults with the same suiteName with newly announced iOS 14 widgetkit extension (It constantly returns nil). Is there anything that I should do apart from having same suite name for this to work? Thanks!
Replies
11
Boosts
0
Views
11k
Activity
Sep ’23
App bundle ID no longer available on App Store Connect
I created an app on App Store Connect, and assigned my app's bundle ID to it successfully. However, as soon as I created the app, I realized that there was a typo in the app's name. Before doing anything else (no bundles uploaded or anything else) I deleted the app from App Store Connect with the intention of recreating it with the correct name. However, when I now try to create a new app the bundle ID in question is no longer on the list. It appears as though it is still associated with the erroneous, now deleted app. How do I fix this so that I can properly create my app on App Store Connect?
Replies
2
Boosts
0
Views
1.1k
Activity
Sep ’23
Failed to get parent identifier for BUNDLEIDENTIFIER.
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.
Replies
4
Boosts
0
Views
3.7k
Activity
Aug ’23
Bundle ID change
Hi, We are fairly new to the app development process with Apple. We have our existing release of the app live and now are ready to push our first update. We have our app in both the Apple store and Google Play store. It would seem that our initial release resulted in different bundle IDs for Apple and Google, where Google does not support starting with a number. So we have these: Apple - com.name.client Google - com.app_name.client.twa I already know from speaking to google that we cannot change this. Is this the same for Apple? The issue we have, is that we have a single code base and use capacitorJS. As such our code base share the same configuration for the bundle ID. What would be the suggested route here? Whilst we could change the capacitor.config.js on each build, this feels cumbersome and could introduce the risk of error down the line. If the bundle ID cannot be changed the for existing app in the store, and we instead use a new universal name, what happens? Do our users need to uninstall the existing app and then go and find the new one? Apologies for the rather basic question, but I am unsure how best to proceed here. Thanks
Replies
1
Boosts
0
Views
2.6k
Activity
Aug ’23
Transfering app in store to another developer
Hi! I need to transfer an app, which is already available in the App Store, from one developer to another. The new developer account (one to receive the app) has problems building the app for the local testing iPhone device, Xcode giving the error messages: "Failed to register bundle identifier" (The app identifier "com.app.name" cannot be registered to your development team because it is not available. Change your bundle identifier to a unique string to try again.) and "No profiles for 'com.app.name' were found" (Xcode couldn't find any iOS App Development provisioning profiles matching 'com.app.name')" Obviously, Bundle ID isn't unique, as the app already exists on the App Store, but he's only trying to build for the local iPhone to preview the app. I need to be sure the new developer will be able to compile/build the application before we initiate the transfer of the app from one account to another. Also, the new dev has not yet paid for the APPLE DEVELOPER PROGRAM. Should we change the Bundle ID temporarily to be able to test the app? Thank you in advance!
Replies
3
Boosts
0
Views
2.7k
Activity
Jul ’23
Unable to upload after app transfer
My App includes iPhone + Watch. Then, I carried out the app transfer, After app transfer, I could only see the bundle ID for iphone, but could not find the bundle ID for watch. So I tried to recreate the missing watch bundle id and got an error: An App ID with Identifier 'com.xxx.watchkitapp' is not available.Please enter a different string. I guess the Bundle ID is duplicate, so I created a non-duplicate Bundle ID to develop, it is ‘com.xxx.watchapp’, by the way, I want to migrate to SwiftUI. When I finished the development and uploaded the new ipa, I got another error: Invalid Bundle Identifier. Attempting to change bundle identifier from com.xxx.watchkitapp to com.xxx.watchapp is disallowed for bundle xxx Watch App.app I can't do anything now. What am I supposed to do
Replies
0
Boosts
3
Views
950
Activity
Jul ’23
Login background items on ventura/sonoma
Hi, as title said, i have two problems with new login items on Ventura/Sonoma. I have main bundle and 5 background tasks. First problem: After installation, menu item for background tasks have name of company instead of application name. I read thread about it, but it seems be a long time. Is it possible that bug is still present on released Ventura? Thread: https://developer.apple.com/forums/thread/713493 Second problem: One of the background tasks can create plist and copy to /Library/LaunchDaemons. After that, i have two login items with different labels, one item as mentioned in first problem e.g. company name, and second login item for created plist, but with right name. Each plist has AssociatedBundleIdentifiers set to bundle id. Thank you
Replies
2
Boosts
0
Views
1.3k
Activity
Jun ’23
how do you successfully upload new builds after an app has been transferred to new account
Have had issues updating builds of my transferred apps. Apple Developer team has attempted to resolve with me with minimal success. Does anyone in the forums have the correct step by step process needed for apps that already have been transferred and are now ready to receive new builds in the new account? Thanks
Replies
0
Boosts
0
Views
856
Activity
Jun ’23
Update Login Item (regarding AssociatedBundleIdentifiers) on a cached machine.
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?
Replies
5
Boosts
0
Views
3.1k
Activity
Jun ’23
Error Failed to register bundle identifier
Hello community I have a problem with an app that i want to upload. I want to give you all the context fo my problem. Fisrt of all I create an personal deveoper account and I did everything to upload the app and everithing it ok, but apple told that i need to create an enterprise account to upload my app because it's necesary for the tipe of app that i want to upload. After that I create the new account but the problem is that i can upload my app and appears an error "Failed to register bundle identifier. The app identifier finantech.com.mx.BWapp cannot be regitered to your development team because it is not available. Change your bundle identifier to a unique string to try again". I try to transfer the app but I can't because there isn't and version on this app upload and also I try to delete the app on my personal account and upload it in my enterprise accoun but I get the same error. Someone know how can I change the identifier or how can I upload this buddle without changing the bundle id
Replies
1
Boosts
0
Views
5.0k
Activity
Jun ’23