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

Team Member Can’t access Certificates, Identifiers, and Profiles
Here on the forums I see a lot of reports like this: According to App Store Connect, I’m an Admin member of a team, but I can’t access the Certificates, Identifiers, and Profiles section of the Developer website for that team. There’s one really common reason for this, namely that this is an Individual team. This is clearly documented in Developer Account Help > Access > Roles and access, which says: If you’re enrolled as an individual and add users in App Store Connect, users receive access only to your content in App Store Connect and are not considered part of your team in the Apple Developer Program. So, if App Store Connect indicates that you’re a team Admin but you can’t access Certificates, Identifiers, and Profiles, it’s critical that you check that this is not an Individual team. To do this: Log on to Developer > Account. Select the correct team at the top right. Scroll down to the “Membership details” section. Look at the “Enrolled as” field. If it says “Individual”, then only the team’s Account Holder can access Certificates, Identifiers, and Profiles. OTOH, if it says something else, like “Organization” or “Enterprise”, then see below. If you’re working for someone else who only has an Individual team, I recommend that you encourage them to update to an Organization team. For advice on how to do that, see Developer Account Help > Membership > Updating your account information > Updating an individual membership to an organization membership. If you can’t access Certificates, Identifiers, and Profiles and you’re absolutely sure that this is not an Individual team, I recommend that you seek formal assistance via Apple > Developer > Contact Us. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = "eskimo" + "1" + "@" + "apple.com"
0
0
322
Feb ’26
“Too many verification codes sent” error – 2FA SMS never arrives on standard login
Hello everyone, I’m running into an issue when logging into my Apple Developer account on the official site. After entering my Apple ID and password, I immediately see: too many verification codes sent At this point I should receive a 6-digit 2FA code via SMS to my trusted phone number, but nothing ever arrives. I’ve waited from one to seven days and tried again, but I still get the same error and still no SMS. I’ve double-checked that: My trusted phone number is correct in my Apple ID settings. My carrier isn’t blocking or rate-limiting SMS messages. Steps to reproduce: Go to developer.apple.com and click “Sign In.” Enter Apple ID and password. Submit credentials → immediately see “too many verification codes sent.” No SMS arrives. Retrying doesn’t help. Expected behavior: Apple sends a new 6-digit 2FA SMS to my trusted number. After entering it, I can complete the login flow. Actual behavior: I receive the “too many verification codes sent” message instantly. I never get the SMS code, even after waiting or retrying. Has anyone else experienced this on the standard Developer portal? Is there a way to clear the “too many verification codes sent” flag or otherwise force delivery of the 2FA SMS? Any advice would be greatly appreciated! Thank you!
0
0
182
May ’25
How to keep Sign in with Apple users signed in after app transfer?
I'm currently transferring an iOS app to a new Apple Developer account and following the process outlined in Apple’s documentation: 🔗 TN3159 - Migrating Sign in with Apple users for an app transfer The process for generating transfer_identifiers and migrating existing users is clear, and I don’t expect issues with that part. However, I have a question about preserving the user session after the transfer. My setup: The app uses Sign in with Apple via a backend-based authentication flow. On login, the app retrieves the authorization_code and sends it to the backend. The backend exchanges the code for tokens from Apple, including a refresh_token. That refresh_token is then used on the backend to validate the user’s identity on subsequent requests. My concern: Once I initiate the app transfer, migrate users, and update the backend with new Apple credentials (client ID, team ID, etc.), I assume that the existing tokens issued under the old credentials will become invalid. So my question is: Is there a way to maintain the user’s authenticated session through this transition without requiring them to manually sign in again? I’d like to ensure a seamless experience for users, if possible.
0
0
140
Apr ’25
Developer Account Creation Taking Over a Month - No Response from Apple Support
I've been trying to create my Apple Developer account for over a month with absolutely no response from Apple. I've even resubmitted my application, but still nothing. My situation: Applied over 20 days ago Resubmitted application once Zero communication from Apple No status updates or timeline provided This complete lack of feedback is extremely frustrating and unprofessional. Other platforms process developer registrations in days, not months, and actually communicate with applicants. Has anyone experienced similar delays? How long did it take for your account to be approved? I'm seriously considering switching to other platforms due to this poor experience. Apple's silence is unacceptable for a company of this size. Any advice would be appreciated.
0
0
189
Jun ’25
Apple Music API - relationships and views are broken
I am testing the Music API and I am hitting walls every single moment when I try to do something that is DOCUMENTED but doesn't work/exists. Documentation says, /v1/catalog/us/artists/{ID}/view/{view}/ NEVER returns 404, while I am getting 404 for even content I know it's available on Apple Music. e.g /v1/catalog/us/artists/1487603897/view/appears-on-albums/ results 404 while they are appearing on an album FRIGID TORTURE of Nosphere artist. So when I request for appears-on or featured albums it shoud appear as a result, but I get 404. It's here so it should appear: https://music.apple.com/us/album/frigid-silence/1791001624?i=1791001626 I found NO WAY to get that album for this artist using the API, which is very frustrating and annoying. Similarly if I try this: /v1/catalog/us/artists/{ID}?views=>appears-on-albums it will result an EMPTY array for the data property Also the documentation is unclear about the several limitation max values, many parameters (e.g. include parameters are unknown ) we can't tell what value can we use. Is Apple Music Api unreliable or I just don't understand something?! I don't even understand why I have to do 4 different requests to get an artists all albums (full, single, featured, appears-on)... this should be MUCH more easier to do it one single request (with pagination). We are working on a long-term major investment in music startup and trying to move from Spotify API (due to recent changes and limitations) and finding a better alternative. Based on the docs Apple Music API seemed the most promising one, but now we are testing it we are very disappointed so far. So should we trust in this or should we forget about Apple Music API?
0
0
208
Jun ’25
Failed to create Apple Pay session: 400 Bad Request
We are using apple pay on the Web. But we are getting this error as below while creating the session from our API - {"error": "Failed to create Apple Pay session: 400 Bad Request: [{ "statusMessage": "Payment Services Exception merchantId=2BA8AF828D93E74EC76655D09C9132B7445BA789D674E970873CCCD85E5A8A5E not registered for domain=https://applepay-dev.ippay.com", "statusCode": "400" }]"} ==================================================== Please use the following Curl request to generate the error. curl --location 'https://applepay-dev.ippay.com/api/v2/payment/alternatepay/session/create' --header 'Content-Type: application/json' --header 'Accept: /' --header 'Sec-Fetch-Site: same-origin' --header 'Accept-Language: en-US,en;q=0.9' --header 'Accept-Encoding: gzip, deflate, br' --header 'Sec-Fetch-Mode: cors' --header 'Host: applepay-dev.ippay.com' --header 'Origin: https://applepay-dev.ippay.com' --header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15' --header 'Referer: https://applepay-dev.ippay.com/payment/payment.html' --header 'Content-Length: 84' --header 'Connection: keep-alive' --header 'Sec-Fetch-Dest: empty' --data '{"validationUrl":"https://apple-pay-gateway.apple.com/paymentservices/startSession"}' Configuration steps we followed - A. Created Merchant ID B. Created payment processing and Merchant Identity certificate C. Did domain association mapping for the merchant C. Created domain name and TLS SSL for the server from where we are calling the API Please advise.
0
1
218
Jul ’25
I paid to activate the developer account but 1 month has passed!
Hello. I paid 1012 Turkish Liras from Turkey a month ago, maybe more than a month ago, through my Apple Developer Account, and my order number is as follows: W1340824368 The fee has been reduced but I have not received any notification or email! All documents are available. Please guide and help me, thank you.
0
0
133
Apr ’25
We need to regain access to maintain our app on the App Store
Hello Developer Community, I'm facing a critical situation with our company's Apple Developer Account. We are unable to access our account because: The admin of our Apple Developer Account is a former team member We cannot reach this person anymore We need to regain access to maintain our app on the App Store Questions: What is the official process to recover account access in this situation? What documentation will Apple require to verify our company ownership? Who should we contact at Apple to start this process? Any guidance from developers who have experienced a similar situation would be greatly appreciated. Note: I'll be happy to provide more details if needed, while keeping sensitive information private. Thanks in advance for your help!
0
0
62
Mar ’25
Request for access to Family Controls entitlement
I have filled the form to request for this access, but it has been 15 days now and I haven’t gotten any feedback. Apple Support said the appropriate team will be in contact with me once it has been approved. It’s been 15 days and still nothing. I just want to know how long it would take, and Apple’s WWDC 2025 is around the corner, I was really looking forward to get this done before then.
0
0
170
May ’25
Developer Program Membership Stuck in Pending Status—Assistance Required
Hello Apple Developer Support Team, I recently purchased an Apple Developer Program membership, but my account remains in “Pending” status and has not advanced to Active. Below are my details: Program: Apple Developer Program (Individual) Could you please: Confirm that my payment was received successfully. Identify any missing information or steps required on my side. Advise on the expected timeline for activation. Thank you for your help in resolving this issue. I appreciate your prompt assistance. Best regards,
0
0
73
Apr ’25
Requesting Refund for Unintended Apple Developer Program Renewal
Hi everyone, I just noticed that my subscription to the Apple Developer Program was automatically renewed, but we’re currently not using it and had no plans to continue the subscription. I didn’t intend to renew and would like to request a full refund for the recent charge. I’ve submitted a message through the official support channel, but I’m posting here as well in case anyone has experienced something similar or can guide me on how long the refund process usually takes. Would really appreciate any advice or insights from the community or Apple staff. Thanks in advance!
0
0
93
Jul ’25
your payments from apple are on hold
Hi everyone, I'm an indie developer and I'm currently dealing with a confusing and concerning issue with Apple. I'm wondering if anyone has experienced something similar. 🔻 What happened: I’m based in Poland and recently opened a sole proprietorship. A few days before the issue, I updated my W-8BEN tax form (correcting my personal ID to my business tax ID – NIP). Then, one day before my scheduled monthly payout, I received an email from Apple saying: "Your payments are on hold – we’ve noticed irregular activity on your account." All payments were suddenly put on hold with no specific reason given. My app remains live and available on the App Store. I wasn’t warned ahead of time, and there’s no detailed explanation from Apple so far. 🔸 My questions: Has anyone else had all their payments withheld right before payout like this? What were the reasons in your case (tax issues, account verification, “irregular activity”, etc.)? How long did it take to resolve, and did Apple eventually release the funds? I’ve contacted Apple Finance, but responses so far have been generic and slow. Any advice, experience, or clarification would be extremely appreciated — this payout is essential for covering my operating costs, and being left without funds so suddenly is pretty rough.
0
0
200
Jun ’25
Repeated Failure to Enroll in Apple Developer Program – No Reason Provided
Hello, I’ve attempted multiple times to enroll in the Apple Developer Program, but the enrollment consistently fails. Despite reaching out to Apple Support through several emails, I have never received a clear explanation or log details on why the enrollment was not successful. I even requested that my client (with a foreign account) attempt the payment on my behalf, yet the application was still rejected. This suggests the issue is not simply related to payment method or regional restrictions. At this point, I would appreciate clear feedback or error details explaining why the enrollment fails so I can resolve the issue. For reference, here is the Purchase ID issued to me during the attempted enrollment: DWHQ8WFZJH I kindly ask Apple Support or community members with similar experience to assist in resolving this matter.
0
0
123
Sep ’25
iOS 26 issues
Pls does anyone know how to downgrad from iOS 26 back to 18, I also don’t have a MacBook, If theres a way to downgrade without it let me know pls and if I have to use a MacBook I’ll get a friends macbook but I need to how to downgrade and if it’s possible to downgrade
0
0
130
Jun ’25
Developer account registration from Kenya
Hello All I have been trying to enroll on the developer program on behalf of my organization however the enrollement order goes through and we never get a response back. I have tried it on a macbook and iphone 16. Are developer services un allowed for Kenyans or what is going on? As for Customer support, four emails sent to their team with zero response.
0
0
84
Jun ’25
Team Member Can’t access Certificates, Identifiers, and Profiles
Here on the forums I see a lot of reports like this: According to App Store Connect, I’m an Admin member of a team, but I can’t access the Certificates, Identifiers, and Profiles section of the Developer website for that team. There’s one really common reason for this, namely that this is an Individual team. This is clearly documented in Developer Account Help > Access > Roles and access, which says: If you’re enrolled as an individual and add users in App Store Connect, users receive access only to your content in App Store Connect and are not considered part of your team in the Apple Developer Program. So, if App Store Connect indicates that you’re a team Admin but you can’t access Certificates, Identifiers, and Profiles, it’s critical that you check that this is not an Individual team. To do this: Log on to Developer > Account. Select the correct team at the top right. Scroll down to the “Membership details” section. Look at the “Enrolled as” field. If it says “Individual”, then only the team’s Account Holder can access Certificates, Identifiers, and Profiles. OTOH, if it says something else, like “Organization” or “Enterprise”, then see below. If you’re working for someone else who only has an Individual team, I recommend that you encourage them to update to an Organization team. For advice on how to do that, see Developer Account Help > Membership > Updating your account information > Updating an individual membership to an organization membership. If you can’t access Certificates, Identifiers, and Profiles and you’re absolutely sure that this is not an Individual team, I recommend that you seek formal assistance via Apple > Developer > Contact Us. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = "eskimo" + "1" + "@" + "apple.com"
Replies
0
Boosts
0
Views
322
Activity
Feb ’26
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
“Too many verification codes sent” error – 2FA SMS never arrives on standard login
Hello everyone, I’m running into an issue when logging into my Apple Developer account on the official site. After entering my Apple ID and password, I immediately see: too many verification codes sent At this point I should receive a 6-digit 2FA code via SMS to my trusted phone number, but nothing ever arrives. I’ve waited from one to seven days and tried again, but I still get the same error and still no SMS. I’ve double-checked that: My trusted phone number is correct in my Apple ID settings. My carrier isn’t blocking or rate-limiting SMS messages. Steps to reproduce: Go to developer.apple.com and click “Sign In.” Enter Apple ID and password. Submit credentials → immediately see “too many verification codes sent.” No SMS arrives. Retrying doesn’t help. Expected behavior: Apple sends a new 6-digit 2FA SMS to my trusted number. After entering it, I can complete the login flow. Actual behavior: I receive the “too many verification codes sent” message instantly. I never get the SMS code, even after waiting or retrying. Has anyone else experienced this on the standard Developer portal? Is there a way to clear the “too many verification codes sent” flag or otherwise force delivery of the 2FA SMS? Any advice would be greatly appreciated! Thank you!
Replies
0
Boosts
0
Views
182
Activity
May ’25
How to keep Sign in with Apple users signed in after app transfer?
I'm currently transferring an iOS app to a new Apple Developer account and following the process outlined in Apple’s documentation: 🔗 TN3159 - Migrating Sign in with Apple users for an app transfer The process for generating transfer_identifiers and migrating existing users is clear, and I don’t expect issues with that part. However, I have a question about preserving the user session after the transfer. My setup: The app uses Sign in with Apple via a backend-based authentication flow. On login, the app retrieves the authorization_code and sends it to the backend. The backend exchanges the code for tokens from Apple, including a refresh_token. That refresh_token is then used on the backend to validate the user’s identity on subsequent requests. My concern: Once I initiate the app transfer, migrate users, and update the backend with new Apple credentials (client ID, team ID, etc.), I assume that the existing tokens issued under the old credentials will become invalid. So my question is: Is there a way to maintain the user’s authenticated session through this transition without requiring them to manually sign in again? I’d like to ensure a seamless experience for users, if possible.
Replies
0
Boosts
0
Views
140
Activity
Apr ’25
Developer Account Creation Taking Over a Month - No Response from Apple Support
I've been trying to create my Apple Developer account for over a month with absolutely no response from Apple. I've even resubmitted my application, but still nothing. My situation: Applied over 20 days ago Resubmitted application once Zero communication from Apple No status updates or timeline provided This complete lack of feedback is extremely frustrating and unprofessional. Other platforms process developer registrations in days, not months, and actually communicate with applicants. Has anyone experienced similar delays? How long did it take for your account to be approved? I'm seriously considering switching to other platforms due to this poor experience. Apple's silence is unacceptable for a company of this size. Any advice would be appreciated.
Replies
0
Boosts
0
Views
189
Activity
Jun ’25
Entity types for registering for the Apple Developer Program
We are registering as an Apple developer, but the entity type selection is incorrect. How can we switch from personal type to organizational type? We haven't paid yet
Replies
0
Boosts
0
Views
82
Activity
May ’25
Apple Music API - relationships and views are broken
I am testing the Music API and I am hitting walls every single moment when I try to do something that is DOCUMENTED but doesn't work/exists. Documentation says, /v1/catalog/us/artists/{ID}/view/{view}/ NEVER returns 404, while I am getting 404 for even content I know it's available on Apple Music. e.g /v1/catalog/us/artists/1487603897/view/appears-on-albums/ results 404 while they are appearing on an album FRIGID TORTURE of Nosphere artist. So when I request for appears-on or featured albums it shoud appear as a result, but I get 404. It's here so it should appear: https://music.apple.com/us/album/frigid-silence/1791001624?i=1791001626 I found NO WAY to get that album for this artist using the API, which is very frustrating and annoying. Similarly if I try this: /v1/catalog/us/artists/{ID}?views=>appears-on-albums it will result an EMPTY array for the data property Also the documentation is unclear about the several limitation max values, many parameters (e.g. include parameters are unknown ) we can't tell what value can we use. Is Apple Music Api unreliable or I just don't understand something?! I don't even understand why I have to do 4 different requests to get an artists all albums (full, single, featured, appears-on)... this should be MUCH more easier to do it one single request (with pagination). We are working on a long-term major investment in music startup and trying to move from Spotify API (due to recent changes and limitations) and finding a better alternative. Based on the docs Apple Music API seemed the most promising one, but now we are testing it we are very disappointed so far. So should we trust in this or should we forget about Apple Music API?
Replies
0
Boosts
0
Views
208
Activity
Jun ’25
macbook pro not recognizing available macos 26
Please see the image for reference. This is a 2020 MBP and ive tried over the past few days and its not recognizing that 26 is available for download. Any suggestions on how to resolve this?
Replies
0
Boosts
2
Views
119
Activity
Jun ’25
Failed to create Apple Pay session: 400 Bad Request
We are using apple pay on the Web. But we are getting this error as below while creating the session from our API - {"error": "Failed to create Apple Pay session: 400 Bad Request: [{ "statusMessage": "Payment Services Exception merchantId=2BA8AF828D93E74EC76655D09C9132B7445BA789D674E970873CCCD85E5A8A5E not registered for domain=https://applepay-dev.ippay.com", "statusCode": "400" }]"} ==================================================== Please use the following Curl request to generate the error. curl --location 'https://applepay-dev.ippay.com/api/v2/payment/alternatepay/session/create' --header 'Content-Type: application/json' --header 'Accept: /' --header 'Sec-Fetch-Site: same-origin' --header 'Accept-Language: en-US,en;q=0.9' --header 'Accept-Encoding: gzip, deflate, br' --header 'Sec-Fetch-Mode: cors' --header 'Host: applepay-dev.ippay.com' --header 'Origin: https://applepay-dev.ippay.com' --header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15' --header 'Referer: https://applepay-dev.ippay.com/payment/payment.html' --header 'Content-Length: 84' --header 'Connection: keep-alive' --header 'Sec-Fetch-Dest: empty' --data '{"validationUrl":"https://apple-pay-gateway.apple.com/paymentservices/startSession"}' Configuration steps we followed - A. Created Merchant ID B. Created payment processing and Merchant Identity certificate C. Did domain association mapping for the merchant C. Created domain name and TLS SSL for the server from where we are calling the API Please advise.
Replies
0
Boosts
1
Views
218
Activity
Jul ’25
I paid to activate the developer account but 1 month has passed!
Hello. I paid 1012 Turkish Liras from Turkey a month ago, maybe more than a month ago, through my Apple Developer Account, and my order number is as follows: W1340824368 The fee has been reduced but I have not received any notification or email! All documents are available. Please guide and help me, thank you.
Replies
0
Boosts
0
Views
133
Activity
Apr ’25
We need to regain access to maintain our app on the App Store
Hello Developer Community, I'm facing a critical situation with our company's Apple Developer Account. We are unable to access our account because: The admin of our Apple Developer Account is a former team member We cannot reach this person anymore We need to regain access to maintain our app on the App Store Questions: What is the official process to recover account access in this situation? What documentation will Apple require to verify our company ownership? Who should we contact at Apple to start this process? Any guidance from developers who have experienced a similar situation would be greatly appreciated. Note: I'll be happy to provide more details if needed, while keeping sensitive information private. Thanks in advance for your help!
Replies
0
Boosts
0
Views
62
Activity
Mar ’25
Request for access to Family Controls entitlement
I have filled the form to request for this access, but it has been 15 days now and I haven’t gotten any feedback. Apple Support said the appropriate team will be in contact with me once it has been approved. It’s been 15 days and still nothing. I just want to know how long it would take, and Apple’s WWDC 2025 is around the corner, I was really looking forward to get this done before then.
Replies
0
Boosts
0
Views
170
Activity
May ’25
Developer Program Membership Stuck in Pending Status—Assistance Required
Hello Apple Developer Support Team, I recently purchased an Apple Developer Program membership, but my account remains in “Pending” status and has not advanced to Active. Below are my details: Program: Apple Developer Program (Individual) Could you please: Confirm that my payment was received successfully. Identify any missing information or steps required on my side. Advise on the expected timeline for activation. Thank you for your help in resolving this issue. I appreciate your prompt assistance. Best regards,
Replies
0
Boosts
0
Views
73
Activity
Apr ’25
Requesting Refund for Unintended Apple Developer Program Renewal
Hi everyone, I just noticed that my subscription to the Apple Developer Program was automatically renewed, but we’re currently not using it and had no plans to continue the subscription. I didn’t intend to renew and would like to request a full refund for the recent charge. I’ve submitted a message through the official support channel, but I’m posting here as well in case anyone has experienced something similar or can guide me on how long the refund process usually takes. Would really appreciate any advice or insights from the community or Apple staff. Thanks in advance!
Replies
0
Boosts
0
Views
93
Activity
Jul ’25
your payments from apple are on hold
Hi everyone, I'm an indie developer and I'm currently dealing with a confusing and concerning issue with Apple. I'm wondering if anyone has experienced something similar. 🔻 What happened: I’m based in Poland and recently opened a sole proprietorship. A few days before the issue, I updated my W-8BEN tax form (correcting my personal ID to my business tax ID – NIP). Then, one day before my scheduled monthly payout, I received an email from Apple saying: "Your payments are on hold – we’ve noticed irregular activity on your account." All payments were suddenly put on hold with no specific reason given. My app remains live and available on the App Store. I wasn’t warned ahead of time, and there’s no detailed explanation from Apple so far. 🔸 My questions: Has anyone else had all their payments withheld right before payout like this? What were the reasons in your case (tax issues, account verification, “irregular activity”, etc.)? How long did it take to resolve, and did Apple eventually release the funds? I’ve contacted Apple Finance, but responses so far have been generic and slow. Any advice, experience, or clarification would be extremely appreciated — this payout is essential for covering my operating costs, and being left without funds so suddenly is pretty rough.
Replies
0
Boosts
0
Views
200
Activity
Jun ’25
Repeated Failure to Enroll in Apple Developer Program – No Reason Provided
Hello, I’ve attempted multiple times to enroll in the Apple Developer Program, but the enrollment consistently fails. Despite reaching out to Apple Support through several emails, I have never received a clear explanation or log details on why the enrollment was not successful. I even requested that my client (with a foreign account) attempt the payment on my behalf, yet the application was still rejected. This suggests the issue is not simply related to payment method or regional restrictions. At this point, I would appreciate clear feedback or error details explaining why the enrollment fails so I can resolve the issue. For reference, here is the Purchase ID issued to me during the attempted enrollment: DWHQ8WFZJH I kindly ask Apple Support or community members with similar experience to assist in resolving this matter.
Replies
0
Boosts
0
Views
123
Activity
Sep ’25
APNs certificate
Hello All, I am trying to generate APNs certificate but no luck. Please guide me how to generate it. Thanks
Replies
0
Boosts
0
Views
37
Activity
Jun ’25
When is my Dev account activated?
When is my Dev account activated? I just paid the developer membership.
Replies
0
Boosts
0
Views
64
Activity
Mar ’25
iOS 26 issues
Pls does anyone know how to downgrad from iOS 26 back to 18, I also don’t have a MacBook, If theres a way to downgrade without it let me know pls and if I have to use a MacBook I’ll get a friends macbook but I need to how to downgrade and if it’s possible to downgrade
Replies
0
Boosts
0
Views
130
Activity
Jun ’25
Unable to View iOS 26 Developer Beta on Device
See title. I'm logged into the correct account, developer mode is correctly enabled, and the associated Apple ID is the same as my developer account. Has anyone else encountered this issue? I only see the public betas that are available.
Replies
0
Boosts
0
Views
182
Activity
Aug ’25
Developer account registration from Kenya
Hello All I have been trying to enroll on the developer program on behalf of my organization however the enrollement order goes through and we never get a response back. I have tried it on a macbook and iphone 16. Are developer services un allowed for Kenyans or what is going on? As for Customer support, four emails sent to their team with zero response.
Replies
0
Boosts
0
Views
84
Activity
Jun ’25