Apple Developer Program

RSS for tag

Create and deliver software for users around the world on Apple platforms using the the tools, resources, and support included with Apple Developer Program membership.

Apple Developer Program Documentation

Posts under Apple Developer Program subtopic

Post

Replies

Boosts

Views

Activity

Problem with building on EAS.
Hello I have been developing an app that I want to deploy on the App Store through EAS cloud. My boss had purchased the apple developer account and invited me to a development team and I signed in with the same credentials. But when I try eas build and then select IOS as the platform I am getting this error shown in the image. Does this mean I have to purchase an apple developer account? Any help would be greatly appreciated
0
0
79
May ’25
Issue when apps are not available
Hi anybody else experiencing or have experienced issues to renew membership? My company's app is no longer available in the app store for the users to download and update. If someone can help me it would be greatly appreciated as I have reached out a few times to apple and after a few days the issue still exists, affecting my job and company operations. Below are the issues we are facing if anybody knows how to solve it: Account was deprecated We managed to access the developer website, also the appstoreconnect website, but so far all apps are not yet available in the store. Thank you for any help.
0
0
46
Jun ’25
Hi everyone
I’m facing an issue when trying to renew my Apple Developer Program membershi Whenever I try to complete the payment ( "We are unable to complete your order – Duplicate order." My previous subscription has already expired, and all my apps are now unavailable on the App Store. This is affecting my users and I’m unable to proceed with payment. Things I’ve tr Logging out and back in Using different browsers (Chrome, Safari, Incognito) Trying from different devices Waiting 24+ hours before r Still getting the s Has anyone faced a similar issue? Is Any Thanks in advance 🙏
0
0
78
Jul ’25
Ongoing Issue with Apple Developer Program Enrollment
Hello, I am attempting to enroll in the Apple Developer Program and have already added $100 to my Apple account. However, every time I try to proceed with the enrollment, I encounter an error. I have reached out to Apple Support multiple times, but the issue remains unresolved. Each time, the case is escalated to a senior representative, yet no clear solution has been provided. It feels as though the issue is being passed back and forth without accountability. Furthermore, I’m receiving conflicting guidance—Apple.com refers me to developer.apple.com, and vice versa—leaving me stuck without a resolution. I would appreciate your urgent assistance in identifying and resolving this issue so I can complete my enrollment. Best regards, Gulf Now
1
0
140
May ’25
Unable to Re-Enroll in Apple Developer Program Due to Document Rejection
Hello, Two months ago, I tried to enroll in the Apple Developer Program and provided official documents such as my ID and passport. However, I was repeatedly asked to upload them again until my account was declared no longer eligible for use in the Apple Developer Program. I don’t know why my ID was rejected. I tried uploading a regular photo of the document, I tried a scan, and I tried various formats, but nothing worked. Now I want to try again and enroll, but the button is not clickable. Can you please guide me through what went wrong and how I can try again? Thank you.
0
0
82
Mar ’25
Can I have 2 different accounts for my DBA names under a LLC under a single developer account
Hey! I just wanted to inquire is it possible to have 2 separate accounts for my DBA names under one llc's developer account. For example if my 2 DBA names are Henry Foods and Henry Clothes and my LLC name is Parent Henry LLC , can I have 2 separate app store profiles for Henry Foods and Henry Clothes under the developer account of parent Henry ? (Those are just examples names)
1
0
62
Mar ’25
Membership migration from an individual to an organization
Hey guys, did someone tried recently to migrate membership from an individual to an organisation? I initiated the process on 1st of May, and as final step sent confirmation documents on 7th of May. Since then I don't have any updates, tried to contact support, but they said that they can't help as legal team is reviewing. So I wanted to ask is it ok to wait for 6 weeks? I thought this would take 2-4 weeks
1
0
92
Jun ’25
Apple Developer Program Enrollment Application Not Processing (South Africa)
Hi Apple Developer Team, I’m a developer based in South Africa. I initially submitted my enrollment for the Apple Developer Program (Individual) last week Thursday (May 2nd, 2025). The enrollment was then withdrawn by Apple, asking me to re-apply - which I did. Unfortunately, the same issue persists. I entered valid payment details during the re-application. No payment has been deducted. The enroll button on the Apple Developer app remains disabled. It has now been 5 days without resolution. We’ve even gone to the extent of verifying our banking setup and confirming that our card is enabled for international payments. Out of frustration, I have now withdrawn all enrollment applications. Please advise on how I can proceed based on the Case ID I have submitted. This delay is affecting our iOS launch, and I would really appreciate guidance on the way forward. Thank you.
0
0
102
May ’25
"Metal developer tools for Windows" may sometimes freeze when running multiple instances simultaneously.
We executed the iOS package using UE5.5 on Windows. UE automatically launched the "Metal Developer Tools for Windows". I tried two versions, 5.3 and 4.4. I found that the metal.exe sometimes had no response or output was empty. The problem of no response could be alleviated by adding timeout retries, but the problem of empty output seemed to have no effect with retries. The actual command line called was: metal.exe -v --target=air64-apple-darwin18.7.0. UE relies on this output to determine the version number, and if it cannot get it, it will crash directly. During our replication test, we used a Python script to run multiple concurrent executions of the command "metal.exe -v --target=air64-apple-darwin18.7.0". On different Windows machines, it would get stuck at a certain concurrency level. Some machines even got stuck when running two tasks concurrently. We would like to ask for solutions or available versions.
1
0
131
Aug ’25
Apple Developer Enrollment – Payment Processing Delay
Hi everyone, I recently submitted for the enrollment in Apple Developer Program and provided all the required information. I received an email confirming my order summary, stating that the payment would be processed within two business days and that I would receive a notification once it was completed. However, it has been longer than that, and I haven’t received any updates—no confirmation of account activation or payment rejection. Has anyone else experienced this issue? Is there anything I can do to check the status or speed up the process? Any advice would be greatly appreciated! Thanks!
0
0
93
Mar ’25
Cannot Create Identifiers – “+” Button Missing on Identifiers Page
I'm currently unable to create new identifiers in the Apple Developer portal at this URL: https://developer.apple.com/account/resources/identifiers/list The “+” button that should appear to create a new identifier is missing entirely from the page. What’s odd is that another team member (with the same access level and role under the same team) can see and use the button without any issues. So this doesn't appear to be a permissions-related problem. I’ve already tried: Logging out and back in Clearing browser cache Using different browsers (Safari, Chrome) Using Incognito/Private mode Still no luck. Has anyone encountered this before or knows how to resolve it? Thanks in advance.
0
0
136
May ’25
How to find non-public or deprecated APIs used in a library
After I added the USB HID function to my Mac program, it failed to pass Apple's review. The reviewer replied that four non-public or deprecated APIs were used. ··· • _IOHIDEventGetFloatValue • _IOHIDEventSystemClientCreate • _IOHIDEventSystemClientSetMatching • _IOHIDServiceClientCopyEvent ··· The program used the HidAPI library, the open source address is: https://github.com/libusb/hidapi All interactions with HID are completed through the HidAPI library, but I checked the source code of the HidAPI library, and the above APIs were not used At the same time, I used Xcode's Instruments tool to monitor the calls of the app during runtime, but no calls to the above APIs were found in System Trace, CPU Profiler, or Timer Profiler However, Apple's review still replied that the above APIs were used, and the USB HID function is very important. Is there any way to check where the library or program uses the above non-public or deprecated APIs?
0
0
171
Jul ’25
For Apple Engineers
I been searching about this for so long now i don’t think it’s possible anymore & its more of a talk about thing than doing😭😭. But i’m a Mixing/Mastering Engineer for Music, & I’m always seeing people music releasing to Apple Music, with the icon “Apple Digital Master“ But when I do research the only thing i can find is it needs to be done in an approved Apple Studio, But me personally i’ve never heard or seen one. So i’m patiently & sincerely waiting for the right response that can help me or lead me to the right person or direction to help me out please, Because all this seeking is really starting to make my brain have aneurysm.
0
0
105
Mar ’25
Problem with building on EAS.
Hello I have been developing an app that I want to deploy on the App Store through EAS cloud. My boss had purchased the apple developer account and invited me to a development team and I signed in with the same credentials. But when I try eas build and then select IOS as the platform I am getting this error shown in the image. Does this mean I have to purchase an apple developer account? Any help would be greatly appreciated
Replies
0
Boosts
0
Views
79
Activity
May ’25
Issue when apps are not available
Hi anybody else experiencing or have experienced issues to renew membership? My company's app is no longer available in the app store for the users to download and update. If someone can help me it would be greatly appreciated as I have reached out a few times to apple and after a few days the issue still exists, affecting my job and company operations. Below are the issues we are facing if anybody knows how to solve it: Account was deprecated We managed to access the developer website, also the appstoreconnect website, but so far all apps are not yet available in the store. Thank you for any help.
Replies
0
Boosts
0
Views
46
Activity
Jun ’25
Can not use my personal developer team for months
I can not accept new agreement on account web portal. When I navigated to the page, my personal team can not be seen. So I can not accept the newly agreement. I asked help via email/phone 3 months ago, and Chinese developer team just said you need to wait. I am wondering how long need to take actions or have a conclusion...
Replies
0
Boosts
0
Views
59
Activity
May ’25
Hi everyone
I’m facing an issue when trying to renew my Apple Developer Program membershi Whenever I try to complete the payment ( "We are unable to complete your order – Duplicate order." My previous subscription has already expired, and all my apps are now unavailable on the App Store. This is affecting my users and I’m unable to proceed with payment. Things I’ve tr Logging out and back in Using different browsers (Chrome, Safari, Incognito) Trying from different devices Waiting 24+ hours before r Still getting the s Has anyone faced a similar issue? Is Any Thanks in advance 🙏
Replies
0
Boosts
0
Views
78
Activity
Jul ’25
Ongoing Issue with Apple Developer Program Enrollment
Hello, I am attempting to enroll in the Apple Developer Program and have already added $100 to my Apple account. However, every time I try to proceed with the enrollment, I encounter an error. I have reached out to Apple Support multiple times, but the issue remains unresolved. Each time, the case is escalated to a senior representative, yet no clear solution has been provided. It feels as though the issue is being passed back and forth without accountability. Furthermore, I’m receiving conflicting guidance—Apple.com refers me to developer.apple.com, and vice versa—leaving me stuck without a resolution. I would appreciate your urgent assistance in identifying and resolving this issue so I can complete my enrollment. Best regards, Gulf Now
Replies
1
Boosts
0
Views
140
Activity
May ’25
Unable to Re-Enroll in Apple Developer Program Due to Document Rejection
Hello, Two months ago, I tried to enroll in the Apple Developer Program and provided official documents such as my ID and passport. However, I was repeatedly asked to upload them again until my account was declared no longer eligible for use in the Apple Developer Program. I don’t know why my ID was rejected. I tried uploading a regular photo of the document, I tried a scan, and I tried various formats, but nothing worked. Now I want to try again and enroll, but the button is not clickable. Can you please guide me through what went wrong and how I can try again? Thank you.
Replies
0
Boosts
0
Views
82
Activity
Mar ’25
Developer account photo id
I made a developer account. I uploaded a photo id, it notified me that it will take 2 business days to get verified, but it has been already 2 weeks. What to do?
Replies
1
Boosts
0
Views
300
Activity
Dec ’25
Managed App Installation UI option is not visible in enterprise account Bundle ID
I am trying ManagedAppDistribution framework for enterprise bundle id Managed App Installation UI is not visible where as for company account bundle ID Managed App Installation UI option is visible. is it something wrong with my enterprise account? Kindly provide details
Replies
0
Boosts
0
Views
97
Activity
Jul ’25
Can I have 2 different accounts for my DBA names under a LLC under a single developer account
Hey! I just wanted to inquire is it possible to have 2 separate accounts for my DBA names under one llc's developer account. For example if my 2 DBA names are Henry Foods and Henry Clothes and my LLC name is Parent Henry LLC , can I have 2 separate app store profiles for Henry Foods and Henry Clothes under the developer account of parent Henry ? (Those are just examples names)
Replies
1
Boosts
0
Views
62
Activity
Mar ’25
Membership migration from an individual to an organization
Hey guys, did someone tried recently to migrate membership from an individual to an organisation? I initiated the process on 1st of May, and as final step sent confirmation documents on 7th of May. Since then I don't have any updates, tried to contact support, but they said that they can't help as legal team is reviewing. So I wanted to ask is it ok to wait for 6 weeks? I thought this would take 2-4 weeks
Replies
1
Boosts
0
Views
92
Activity
Jun ’25
Apple Developer Program Enrollment Application Not Processing (South Africa)
Hi Apple Developer Team, I’m a developer based in South Africa. I initially submitted my enrollment for the Apple Developer Program (Individual) last week Thursday (May 2nd, 2025). The enrollment was then withdrawn by Apple, asking me to re-apply - which I did. Unfortunately, the same issue persists. I entered valid payment details during the re-application. No payment has been deducted. The enroll button on the Apple Developer app remains disabled. It has now been 5 days without resolution. We’ve even gone to the extent of verifying our banking setup and confirming that our card is enabled for international payments. Out of frustration, I have now withdrawn all enrollment applications. Please advise on how I can proceed based on the Case ID I have submitted. This delay is affecting our iOS launch, and I would really appreciate guidance on the way forward. Thank you.
Replies
0
Boosts
0
Views
102
Activity
May ’25
"Metal developer tools for Windows" may sometimes freeze when running multiple instances simultaneously.
We executed the iOS package using UE5.5 on Windows. UE automatically launched the "Metal Developer Tools for Windows". I tried two versions, 5.3 and 4.4. I found that the metal.exe sometimes had no response or output was empty. The problem of no response could be alleviated by adding timeout retries, but the problem of empty output seemed to have no effect with retries. The actual command line called was: metal.exe -v --target=air64-apple-darwin18.7.0. UE relies on this output to determine the version number, and if it cannot get it, it will crash directly. During our replication test, we used a Python script to run multiple concurrent executions of the command "metal.exe -v --target=air64-apple-darwin18.7.0". On different Windows machines, it would get stuck at a certain concurrency level. Some machines even got stuck when running two tasks concurrently. We would like to ask for solutions or available versions.
Replies
1
Boosts
0
Views
131
Activity
Aug ’25
Apple developer account is showing in review
we have created an apple developer account on 30th April'2025 but still now it shows your application is in review
Replies
0
Boosts
0
Views
96
Activity
May ’25
Apple Developer Enrollment – Payment Processing Delay
Hi everyone, I recently submitted for the enrollment in Apple Developer Program and provided all the required information. I received an email confirming my order summary, stating that the payment would be processed within two business days and that I would receive a notification once it was completed. However, it has been longer than that, and I haven’t received any updates—no confirmation of account activation or payment rejection. Has anyone else experienced this issue? Is there anything I can do to check the status or speed up the process? Any advice would be greatly appreciated! Thanks!
Replies
0
Boosts
0
Views
93
Activity
Mar ’25
Cannot Create Identifiers – “+” Button Missing on Identifiers Page
I'm currently unable to create new identifiers in the Apple Developer portal at this URL: https://developer.apple.com/account/resources/identifiers/list The “+” button that should appear to create a new identifier is missing entirely from the page. What’s odd is that another team member (with the same access level and role under the same team) can see and use the button without any issues. So this doesn't appear to be a permissions-related problem. I’ve already tried: Logging out and back in Clearing browser cache Using different browsers (Safari, Chrome) Using Incognito/Private mode Still no luck. Has anyone encountered this before or knows how to resolve it? Thanks in advance.
Replies
0
Boosts
0
Views
136
Activity
May ’25
How to find non-public or deprecated APIs used in a library
After I added the USB HID function to my Mac program, it failed to pass Apple's review. The reviewer replied that four non-public or deprecated APIs were used. ··· • _IOHIDEventGetFloatValue • _IOHIDEventSystemClientCreate • _IOHIDEventSystemClientSetMatching • _IOHIDServiceClientCopyEvent ··· The program used the HidAPI library, the open source address is: https://github.com/libusb/hidapi All interactions with HID are completed through the HidAPI library, but I checked the source code of the HidAPI library, and the above APIs were not used At the same time, I used Xcode's Instruments tool to monitor the calls of the app during runtime, but no calls to the above APIs were found in System Trace, CPU Profiler, or Timer Profiler However, Apple's review still replied that the above APIs were used, and the USB HID function is very important. Is there any way to check where the library or program uses the above non-public or deprecated APIs?
Replies
0
Boosts
0
Views
171
Activity
Jul ’25
For Apple Engineers
I been searching about this for so long now i don’t think it’s possible anymore & its more of a talk about thing than doing😭😭. But i’m a Mixing/Mastering Engineer for Music, & I’m always seeing people music releasing to Apple Music, with the icon “Apple Digital Master“ But when I do research the only thing i can find is it needs to be done in an approved Apple Studio, But me personally i’ve never heard or seen one. So i’m patiently & sincerely waiting for the right response that can help me or lead me to the right person or direction to help me out please, Because all this seeking is really starting to make my brain have aneurysm.
Replies
0
Boosts
0
Views
105
Activity
Mar ’25
Program Enrollment
I have purchased Apple Developer Account, yesterday but till now did not recieve any update regarding for the same. Please update about the account membership. Thanks in advance
Replies
0
Boosts
0
Views
53
Activity
Jun ’25
MFi program - unable to finish a payment
Our company is working on Smartphone integration - CarPlay, because of that we need to access MFi for some certification. I went through the enrollment, but the payment gets stuck after confirmation and after some minutes it tells me it takes very long time to proceed. How can I enroll for MFi?
Replies
0
Boosts
0
Views
92
Activity
May ’25
Unknown error occurred when register App Developer Program
I occurred an Unknown error message when I register App Developer Program after submit my self pictures. Can you help me?
Replies
0
Boosts
0
Views
66
Activity
Jul ’25