An App ID is a two-part string used to identify one or more apps from a single development team.

App ID Documentation

Pinned Posts

Posts under App ID tag

25 Posts
Sort by:
Post not yet marked as solved
0 Replies
291 Views
Hi how to resolve below issue, I can't update my application to app store connector AppsService: ResponseErrors (1): Error status: 403, code: FORBIDDEN.OFAC_UNCLEARED, title: 'This Apple ID has not been cleared by sanctions.', detail: 'This Apple ID has not been cleared by sanctions, so it cannot access this page.', id: CBISLAII7FNFDDT2A55TPQVC7I
Posted Last updated
.
Post not yet marked as solved
1 Replies
298 Views
I'm new one and I would like to publish apps I created for my clients on Apple Store. I have DUNS number for my company. What i read is not possible to push app with my dev account, for my clients because "the app content must be relative to the account name" This means that each client must have its own apple dev account? This seems frustrating for them... So I kindly ask you: I'm an app developer can i publish app for my client with my account? Of course the professional job of my client is different from my job... could this be a problem of validation? If I can, can I use individual account or company account? Last: it's ok if the property of my client's app will be the mine, and displayed as mine on the apple store. Thanks to all for clarification my dubts :)
Posted
by m75sa.
Last updated
.
Post not yet marked as solved
2 Replies
263 Views
I want to develop a very basic app for my wife. Since I'm into Windows and Android, I don't have any experience with MacOS. My wife is visually impaired and chose for an iPhone, and never switched since. I want to buy a cheap second hand MacBook Pro 2011 to be able to compile. Found this one online. Is it good enough? It doesn't matter if it's slow or has some weird glitches. Only thing I want is develop the app, install it, and then let the MacBook rest for the rest of its live (sorry for this sad story MacBook-lovers :)) [Image Edited by Moderator to Remove Serial Number]
Posted Last updated
.
Post not yet marked as solved
1 Replies
267 Views
I've got the error about the 10 app maximum limit in 7 days. But I don't get it, first: I only ran one app in my phone(if knew about this, probably would've been a little bit more careful), second: it's been a month and I still get the error. Sorry if it's dumb but I'm new in this whole coding thing.
Posted Last updated
.
Post not yet marked as solved
1 Replies
443 Views
Dear guys, I am planning to take over the application from an organization that has been published in the Store already. Because their organization will be not available anymore (failure), I will take over that application and continue to develop with new updates. Therefore, Could the organization hand over to me all of the accounts, bills, and permissions that I will use later for the release new updated version? I want to continue to develop this app as an individual program. Is it possible? During developing for new version, I want to deactivate the application on Store, and then I will reactivate it when it's done later. Is it possible? Because I want to keep the current users, and data to continue this production. If I'm missing any steps or requirements, please helo to guide me. Thanks you.
Posted
by BruceBui.
Last updated
.
Post not yet marked as solved
2 Replies
325 Views
Searching for insight on the best and most compliant way to essentially merge two apps. They have the same functionality but one is much more advanced than the other, although the legacy app has a higher user count. Instead of letting both run, we want to push the legacy app an update with the code from the new app and ultimately kill the newer one. What is the best way to do this? Is it allowed to simply push the source code from new app to legacy and update the identifier? We do not wan't to break any app store rules and want to limit the potential of losing users by forcing them to download a new app.
Posted
by rrbears.
Last updated
.
Post not yet marked as solved
1 Replies
391 Views
I created an application and initially I wasn't going to use it to send notifications, but then I realised that I needed to. So quite naturally, I changed the settings in "Certificates, Identifiers & Profiles". I activated : Communication Notifications Time Sensitive Notifications But not: Push Notifications Because it's a local application. However, when I transfer a new build to TestFlight, the notification settings are not present in "Settings" on my iPhone: Same thing, in the notifications settings, it doesn't show up :/. So my question is this: How can I get my notification settings to be "activated", knowing that they weren't originally authorised in my "Certificates, Identifiers & Profiles" settings?
Posted Last updated
.
Post not yet marked as solved
3 Replies
632 Views
I'm trying to update our Mac version of our iOS app using Xcode 14.2, the update worked using Xcode 11. The detailed error is: Invalid Provisioning Profile. The provisioning profile included in the bundle maccatalyst.com.xxxxxxx.yyyyyyyy [maccatalyst.com.xxxxxxx.yyyyyyyy.pkg/Payload/yyyyyyy.app] is invalid. [Invalid 'com.apple.application-identifier' entitlement value.] For more information, visit the macOS Developer Portal. (ID: 8dd00921-66a8-4eea-b0c5-e674b5073df5) The entitlements are: com.apple.security.files.user-selected.read-write true com.apple.developer.associated-application-identifier YYYYYYYYYY.com.xxxxxxxx.yyyyyyyy com.apple.application-identifier ZZZZZZZZZZ.maccatalyst.com.xxxxxxxx.yyyyyyyyy com.apple.security.network.server true com.apple.security.personal-information.photos-library true com.apple.security.device.bluetooth true get-task-allow false com.apple.security.network.client true com.apple.security.device.camera true com.apple.developer.team-identifier ZZZZZZZZZZ application-identifier ZZZZZZZZZZ.maccatalyst.com.xxxxxxxxxx.yyyyyyyyy com.apple.security.app-sandbox true com.apple.security.personal-information.location true I assume the problem has something to do with the application-identifier having a team identifier prefix (ZZZZZZ...) instead of the developer identifier prefix (YYYYYY...)? How can I fix this? I have seen posts from other people having the same problem but haven't found any solution.
Posted
by anterok.
Last updated
.
Post not yet marked as solved
0 Replies
766 Views
I have an "identifier" for my app in Certificates, Identifiers & Profiles.. I am trying to change the "Sign In with Apple" capability for the identifier. I click "Edit" (see image 1) to open the "Sign In with Apple: App ID Configuration" modal. In this modal, I change the radio button to "Group with an existing primary App ID", and then select my App ID from the dropdown; (see image 2). I click "Save" on the modal and it closes as expected. Then I click "Save" on the main page, and then "Confirm". After clicking "Confirm", I get the error message below: "There is a problem with the request entity. Please choose a different app identifier to set up related consent." (See image 3) I tried do the same process for another app and its identifier, but encountered the same problem. Can anyone point me in the right direction? I've been in contact with Apple support but haven't made any progress in weeks. Thanks. My goal is to enable Sign In with Apple in my app; maybe my approach is wrong, but I saw somewhere that I needed to enable 'Group with an existing primary App ID'.
Posted Last updated
.
Post marked as solved
1 Replies
1.4k Views
I have an app and I have transfered the app to another developer account. After tranfering the app to another account, I noticed the BundleID stay the same but the prefix of the AppID has changed: The old AppID: [old teamID].[bundleID] The new AppID: [new teamID].[bundleID] After uploaded the first build after app transfer with XCode Organizer, I received a warning about potential loss of Keychain Access, which is fine because my app doesn’t use Keychain Access. But the problem begin when I release the uploaded build for beta testing, the beta testers already have the app with old AppID installed , they can download the new app (after transfer) with testflight app but after downloading, the Testflight app do nothing, the button changed from “downloading” to “update” again. It seems like in the Testflight app, the old version of the app (with old AppID) can not be replaced with the new app (new AppID). But when I open the App Store, I able to download the app store version to the device, and after that, I can install the build in the Testflight as normal (it only work after I download the App Store version first). So I’m worrying, when I release a new version on the app store, there would be a risk, that user tap on “update” button, then it download and do nothing, then display the “download” button again. This would be very bad, because my users can not update the app again. Do anyone had the same problem, please tell me if it work, thank you
Posted Last updated
.
Post not yet marked as solved
18 Replies
9.8k Views
Hi everyone, My app was rejected for containing Game Center entitlement, here is what review team respond: Your app contains the Game Center entitlement, but it does not link against the GameKit framework. And they suggest a solution: If you do not intend to use Game Center, please remove the Game Center entitlement. My app does not have Game Center entitlement enabled, but App Identifier do have it enabled by default. The App Identifier was created years ago, and by then the Game Center was enabled mandatory, I can't deselect it since the disable button was grayed out. I thought Apple may has changed this behavior when received rejection, so I tried to disable Game Center again, but after I deselect Game Center for macOS and try to save it on developer portal, it warns me: There is a problem with the request entity Please select at least one configuration for Game Center. Is there anything I missed? Thank you in advance for any possible help. Regards,
Posted
by yang.y.
Last updated
.
Post marked as solved
4 Replies
906 Views
Hi! I was wondering when the maintenance of the Apple Developer website will end as I need to register a new App ID for my project. I know that WWDC just ended, but is there an estimate for this?
Posted
by dmetaj1.
Last updated
.
Post not yet marked as solved
0 Replies
867 Views
On my Mac I made the mistake of reorganizing my development files. I renamed files folders, and application names, and moved some folders around to improve order, and better my ability to navigate the file structure. The result was a corrupted project that I could not fix all the errors on. So I created a new project that has the same name as the old, and copied the files into it. The result in the new after all the old project's files were copied to were these errors of the form: Failed to register bundle identifier The app identifier "com.example.com.Trial-iPhone" 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.com.Trial-iPhone' were found Xcode couldn't find any iOS App Development provisioning profiles matching 'com.IntOpSys.com.Bonjour-Trial-iPhone'. (not the real domain name) So I logged into my developer account at developer.apple.com to delete this certificate, and could not find a way to navigate in my account to where that is done. Is that doable? Where, or How? I worked around the problem by appending a revision letter to the Bundle Identifier, such that it is now: com.example.com.Trial-iPhoneA . I would rather not have to do this when I already have an identifier to use, and also I do not like the idea of accumulating old, and never again used, certificates.
Posted
by spflanze.
Last updated
.
Post not yet marked as solved
6 Replies
6.2k Views
Trying to validate an app for upload to mac app store. Using Big Sur, and Xcode 12.2 App will not validate. This is for an existing app I'm trying to update. It updated peffectly week just 2 weeks ago with Xocode 11.xx and Catalina. It was rejected a week ago for metadata concerns. I've corrected metadata concerns, and am trying to submit a new binary. I've tried validating the same bundle with a diffreent app id, and everything goes prefectly and is validated. Here is what the non-validation looks like: SUMMARY Team: XXXXXXX Certificate: Apple Distribution (Expires 10/31/21) Profile: Mac Team Store Provisioning Profile: com.XXXX.XXXX Symbols: Included Architectures: Intel 64-bit ENTITLEMENTS com.apple.security.files.user-selected.read-write true com.apple.application-identifier XXXX.com.XXXX.XXXX com.apple.developer.team-identifier XXXXXXXX com.apple.security.app-sandbox true ****** The result = Not Validated * Error message Xcode displayed. Unable to process application at this time due to the following error: Invalid Provisioning Profile. The provisioning profile included in the bundle com.XXXX.XXXX [com.XXXX.XXXX.pkg/Payload/XXXXYYYY.app] is invalid. [Invalid 'com.apple.application-identifier' entitlement value.] For more information, visit the macOS Developer Portal.. * end error message******** Any thoughts or suggestions??? Thanks in advance.
Posted
by carlso2.
Last updated
.
Post not yet marked as solved
2 Replies
854 Views
Hello, this is a little convoluted situation and I am new to apple development. We are a start up and are creating an app. I have a personal apple developer account and our company has not yet created apple developer business account (still lagging a little bit behind on branding and website). Our app is ready for beta testing. Our plan was to use my personal account to distribute the app and use test flight to test it out and then either transfer the app or upload a new version of it through the business account. My questions are; Can I use personal account to distribute the app for beta internal testing but finally get it reviewed and publish using business account? If we cannot achieve # 1, once the app goes live, can I immediately transfer it to our company's business account? Is that process fairly simple and straight forward. Really appreciate any inputs. Thanks
Posted
by Ravi_C30.
Last updated
.
Post marked as solved
3 Replies
917 Views
We needed to rename our app, but keep the app id. Apple advised us that for renaming app, we need to remove it from store and create a brand new app. We did just that, but now when trying to create a new app, it wont let us use the app identifier, OR even to remove it and create a new identical one. How can we achieve renaming of our app AND keeping the app id? Our app id is super important to us because we also use it to connect to other services like FCM. We already renamed our android app, which of course was easy and straightforward...
Posted Last updated
.
Post not yet marked as solved
0 Replies
1.1k Views
I am facing a strange issue, this is related to Progressive Web Apps (PWA) apps on the iOS platform. So, when the user opens the link of the app in the Safari mobile browser and then clicks on https://appleid.apple.com then it's working fine but when the user adds the link on the home screen from Add to Home Screen from Safari menu options and launches the app from the home screen then clicks on https://appleid.apple.com then its redirects to AppStore. Please checkout the screenshot also: https://i.stack.imgur.com/ikV5Q.png) I tried every possible solution but nothing seems to be working. Things that doesn't work Changing the scope in the manifest-file Using a href Using windows.open Using rel="noreferrer" Using target="_blank" Using schema I want like that if the user clicks on the https://appleid.apple.com from the home screen app then it should open in InAppBrowser in iOS, this should not be redirected to AppStore
Posted Last updated
.