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

Can I access Enterprise APIs for visionOS (main camera) with an individual developer account?
Hello, my name is Kanazawa Kenta, and I am a university student currently conducting research and development using visionOS. In my project, I would like to access the main camera using the Enterprise APIs for visionOS. However, when I try to request permission or view the documentation, I receive the following message: "Your account can’t access this page. There may be certain requirements to view this content. You must be the Account Holder of an Apple Developer Program for Organizations or an Apple Developer Enterprise Program to view this page." I am currently enrolled in the Apple Developer Program as an Individual. My question is: Is it possible to use the Enterprise APIs with an individual developer account? If not, what are the available options for students or researchers who wish to use these APIs for academic purposes? I would greatly appreciate any guidance or suggestions on how I can gain access, or alternative ways to use the main camera for research in visionOS. Thank you for your help. Best regards, Kanazawa Kenta
5
0
248
Oct ’25
Getting 401 Unauthenticated when calling StoreKit In-App API with JWT
Hello, I am trying to call the StoreKit In-App API, but I am consistently receiving a 401 Unauthenticated error. Here is what I have done so far: JWT creation (via https://jwt.io): Header: { "alg": "ES256", "kid": "**********", "typ": "JWT" } Payload: { "iss": "********-e662-43d2-be42-012d0138ce39", "aud": "appstoreconnect-v1", "iat": 1757389187, "exp": 1757390987 } Private Key (.p8): -----BEGIN PRIVATE KEY----- -----END PRIVATE KEY----- Algorithm used: ES256 This generates the JWT successfully. API Call: I then include the JWT in the request header as follows: Authorization: Bearer ************ Endpoint: https://api.storekit-sandbox.itunes.apple.com/inApps/v1/transactions/2000001003740262 Response: Status: 401 Unauthenticated Request ID: S3KCYHDVRMDKUT3TZVTY3QRRWM.0.0 Has anyone else faced this issue? Is there something incorrect with how I’m generating the JWT (e.g., iat/exp values, formatting, or encoding)? Do I need to generate separate keys for Sandbox and Production, or is the same key valid for both? Any guidance would be appreciated. Thanks in advance!
0
1
193
Sep ’25
Cannot Renew Account
Every time I try to renew my Apple Developer account, I get a message like "This item is not available in your country or region." (I'm in the United States) I reached out to Apple Developer support via email (because Apple Developer does not offer phone options anymore for any support topics on the website), and they gave me the following response. "We can’t verify your identity with the Apple Developer app or provide further assistance with the Apple Account for Apple developer programs." This is ridiculous! I have multiple apps on the App Store and in TestFlight. I use my Apple Developer account to make a living- how is this even allowed? I have never done anything to violate any terms or agreements. Has anyone else been through this issue and how did they get it resolved?
1
0
266
Jan ’26
Signing up new account
Hello it’s my first time to signup on apple developers account .I followed all the necessary instructions an email was sent to my mail box that payment deductions will be done in the next 48hrs since that was on Friday 8 days down the line no deductions have been made kindly advise me on the right actions to take...email..mgariservices@gmail.com
1
1
254
Jan ’26
ApplePay mTLS long response time
I'm calling the endpoint https://apple-pay-gateway-cert.apple.com/paymentservices with mTLS and it's taking over 15 seconds to complete the request. This is happening only when deployed through AWS. I have tried a dummy dotnet and node lambda with the same result. Wondering if anyone had the same issue. Also stack overflow post explaining the code in more depth - https://stackoverflow.com/questions/79755891/mtls-http-call-taking-over-15-seconds
1
1
191
Sep ’25
Unable to save App ID capabilities in Apple Developer portal
Hello, I’m experiencing an issue in the Apple Developer portal when trying to manage my App ID capabilities. Whenever I try to enable or disable a capability and click Save, the page shows the loading spinner but then nothing is saved. App ID: com.kangarli.lucary Team ID: (my Apple Developer account’s Team ID) Tested on different browsers (Safari, Chrome), cleared cache and cookies The issue affects all capabilities, not just Associated Domains Other sections of the Developer portal work normally Is this a known issue with the Developer portal, or is there any workaround? Thanks in advance.
2
1
407
Sep ’25
Unable to Accept Invite
I'm getting an error after clicking on a TestFlight Beta version invite from email. The error says The Apple Account you're currently signed in with, ****@outlook.com, doesn't match the one associated to this invitation. The invitation was sent to the email that I use to sign into my Apple account (it is my apple id) and I am signed into my iphone with that account. What can I do to get the invite to match up and go through with TestFlight?
1
1
309
Nov ’25
Frustrated - enrollment in the Apple Developer Program could not be completed
Hi, I tried to apply Enroll in Apple Developer Program in the mobile app and I got this error: "Your enrollment in the Apple Developer Program is under review. Please contact us." Then I did contact Apple by phone as the error message says. I got the response as: "For one or more reasons, your enrollment in the Apple Developer Program could not be completed. We are unable to continue with your enrollment at this time." I am already shocked - so I asked what can I do? Answer - nothing. Is this normal to not get a response what's the reason that is blocking me to enroll the program ?
2
0
183
1w
Delay migrating membership from Individual to Organization
It's been about two weeks since I provided all the relevant documents needed to migrate my Apple Developer membership from Individual to Organization. So far, the migration is still in progress, and I am getting the following message: "We’re processing your membership migration from an individual to an organization. Please note that your membership benefits are temporarily disabled during this time." I have a scheduled go-live date in two weeks and would like our release to span both Google and Apple. Do you have any suggestions on how to proceed if the migration isn't completed in time? Can I create a new account, release under "Individual" and transfer the app to the organization later when it is done? Will this affect the App Store reviews?
3
1
854
Mar ’26
Apple Dev for 15 years but....
The posts I'm reading here are very discouraging. So many people trying to get into the program, even people that have paid and can't get any support. I've been an Apple developer for 15 years now. I've had various business developer accounts over the years. I've developed in my own name and for customers. This is the first time in a while that I had to get a new business developer account. I applied only a few days ago, so I'm not concerned yet but I don't know why this is so difficult. The posts that I'm reading her here are very discouraging. Why can't we get support on this? Very disappointing. What is happening to Apple? I'd like to get my account, and I'd like all these other people to get some help too. But this form looks completely abandoned.
1
1
128
Feb ’26
Can I access Enterprise APIs for visionOS (main camera) with an individual developer account?
Hello, my name is Kanazawa Kenta, and I am a university student currently conducting research and development using visionOS. In my project, I would like to access the main camera using the Enterprise APIs for visionOS. However, when I try to request permission or view the documentation, I receive the following message: "Your account can’t access this page. There may be certain requirements to view this content. You must be the Account Holder of an Apple Developer Program for Organizations or an Apple Developer Enterprise Program to view this page." I am currently enrolled in the Apple Developer Program as an Individual. My question is: Is it possible to use the Enterprise APIs with an individual developer account? If not, what are the available options for students or researchers who wish to use these APIs for academic purposes? I would greatly appreciate any guidance or suggestions on how I can gain access, or alternative ways to use the main camera for research in visionOS. Thank you for your help. Best regards, Kanazawa Kenta
Replies
5
Boosts
0
Views
248
Activity
Oct ’25
Payment Receipt of Apple Developer Program
Hello, I recently paid for a $99 annual Apple Developer Program subscription, but I haven't received a payment receipt (I checked my spam folder). Where can I get an official receipt (invoice) for my payment? Thank you!
Replies
0
Boosts
1
Views
86
Activity
Sep ’25
Wrong name on checkout
Hi, i want to signup for the dev program but after scanning my id the first name was wrong. I sent a message to support already and waiting but is it safe to checkout with the wrong first name? or should i just wait for them to fix it
Replies
1
Boosts
0
Views
63
Activity
Dec ’25
Cant able to create apple developer account
So i just started developing ios apps where i recently purchased macbook, i tried to create developer account got saying i cannot create the acount as of now.
Replies
1
Boosts
1
Views
69
Activity
Nov ’25
Getting 401 Unauthenticated when calling StoreKit In-App API with JWT
Hello, I am trying to call the StoreKit In-App API, but I am consistently receiving a 401 Unauthenticated error. Here is what I have done so far: JWT creation (via https://jwt.io): Header: { "alg": "ES256", "kid": "**********", "typ": "JWT" } Payload: { "iss": "********-e662-43d2-be42-012d0138ce39", "aud": "appstoreconnect-v1", "iat": 1757389187, "exp": 1757390987 } Private Key (.p8): -----BEGIN PRIVATE KEY----- -----END PRIVATE KEY----- Algorithm used: ES256 This generates the JWT successfully. API Call: I then include the JWT in the request header as follows: Authorization: Bearer ************ Endpoint: https://api.storekit-sandbox.itunes.apple.com/inApps/v1/transactions/2000001003740262 Response: Status: 401 Unauthenticated Request ID: S3KCYHDVRMDKUT3TZVTY3QRRWM.0.0 Has anyone else faced this issue? Is there something incorrect with how I’m generating the JWT (e.g., iat/exp values, formatting, or encoding)? Do I need to generate separate keys for Sandbox and Production, or is the same key valid for both? Any guidance would be appreciated. Thanks in advance!
Replies
0
Boosts
1
Views
193
Activity
Sep ’25
Unable to find a team with the given Team ID to which you belong.
Has anyone else run across this after manually renewing an expired developer account? Happens when I go to the "Certificates, Identifiers, & Profiles" page and click on anything. Also unable to download any of the iOS SDK's. Any ideas?
Replies
6
Boosts
1
Views
21k
Activity
Jan ’26
Apple Developer Program Delays And Possible Solution
I've been wating for 5 business days now and one weekend to get my Apple Developer ID approved. This does delay the publishing of applications. Could a possible solution be delegating the work to other groups? Could the employees in physical stores be included in this work, if the staff allocated to this in head office are not sufficient?
Replies
0
Boosts
1
Views
78
Activity
Feb ’26
Cannot Renew Account
Every time I try to renew my Apple Developer account, I get a message like "This item is not available in your country or region." (I'm in the United States) I reached out to Apple Developer support via email (because Apple Developer does not offer phone options anymore for any support topics on the website), and they gave me the following response. "We can’t verify your identity with the Apple Developer app or provide further assistance with the Apple Account for Apple developer programs." This is ridiculous! I have multiple apps on the App Store and in TestFlight. I use my Apple Developer account to make a living- how is this even allowed? I have never done anything to violate any terms or agreements. Has anyone else been through this issue and how did they get it resolved?
Replies
1
Boosts
0
Views
266
Activity
Jan ’26
How can we force update our Account Holder?
Hi all,Our Account Holder has resigned the company and is not helpful in getting the account transferred.Can we somehow force update the account holder via Apple Support?Kind regards,Dieter
Replies
2
Boosts
1
Views
1.1k
Activity
Oct ’25
Signing up new account
Hello it’s my first time to signup on apple developers account .I followed all the necessary instructions an email was sent to my mail box that payment deductions will be done in the next 48hrs since that was on Friday 8 days down the line no deductions have been made kindly advise me on the right actions to take...email..mgariservices@gmail.com
Replies
1
Boosts
1
Views
254
Activity
Jan ’26
ApplePay mTLS long response time
I'm calling the endpoint https://apple-pay-gateway-cert.apple.com/paymentservices with mTLS and it's taking over 15 seconds to complete the request. This is happening only when deployed through AWS. I have tried a dummy dotnet and node lambda with the same result. Wondering if anyone had the same issue. Also stack overflow post explaining the code in more depth - https://stackoverflow.com/questions/79755891/mtls-http-call-taking-over-15-seconds
Replies
1
Boosts
1
Views
191
Activity
Sep ’25
Weatherkit Next Hour Rain Data
Next hour rain data for the last 12 hours for United Kingdom is not loading.
Replies
2
Boosts
1
Views
278
Activity
Aug ’25
Unable to save App ID capabilities in Apple Developer portal
Hello, I’m experiencing an issue in the Apple Developer portal when trying to manage my App ID capabilities. Whenever I try to enable or disable a capability and click Save, the page shows the loading spinner but then nothing is saved. App ID: com.kangarli.lucary Team ID: (my Apple Developer account’s Team ID) Tested on different browsers (Safari, Chrome), cleared cache and cookies The issue affects all capabilities, not just Associated Domains Other sections of the Developer portal work normally Is this a known issue with the Developer portal, or is there any workaround? Thanks in advance.
Replies
2
Boosts
1
Views
407
Activity
Sep ’25
Unable to Accept Invite
I'm getting an error after clicking on a TestFlight Beta version invite from email. The error says The Apple Account you're currently signed in with, ****@outlook.com, doesn't match the one associated to this invitation. The invitation was sent to the email that I use to sign into my Apple account (it is my apple id) and I am signed into my iphone with that account. What can I do to get the invite to match up and go through with TestFlight?
Replies
1
Boosts
1
Views
309
Activity
Nov ’25
Unable to add new url to my service id
Unsupported Request PATCH to http://developer.apple.com/services-account/v1/bundleIds/{MyId} not supported. Reference #8.5dfb1302.1756215327.6d0203bb https://errors.edgesuite.net/8.5dfb1302.1756215327.6d0203bb
Replies
1
Boosts
1
Views
69
Activity
Aug ’25
solution for Auth Key can only be downloaded once. This auth key has already been downloaded.
If you stucked for weeks trying to download your .p8 file, fail every time on every browser!! I finally download it using TOR browser
Replies
5
Boosts
1
Views
474
Activity
Aug ’25
Frustrated - enrollment in the Apple Developer Program could not be completed
Hi, I tried to apply Enroll in Apple Developer Program in the mobile app and I got this error: "Your enrollment in the Apple Developer Program is under review. Please contact us." Then I did contact Apple by phone as the error message says. I got the response as: "For one or more reasons, your enrollment in the Apple Developer Program could not be completed. We are unable to continue with your enrollment at this time." I am already shocked - so I asked what can I do? Answer - nothing. Is this normal to not get a response what's the reason that is blocking me to enroll the program ?
Replies
2
Boosts
0
Views
183
Activity
1w
Delay migrating membership from Individual to Organization
It's been about two weeks since I provided all the relevant documents needed to migrate my Apple Developer membership from Individual to Organization. So far, the migration is still in progress, and I am getting the following message: "We’re processing your membership migration from an individual to an organization. Please note that your membership benefits are temporarily disabled during this time." I have a scheduled go-live date in two weeks and would like our release to span both Google and Apple. Do you have any suggestions on how to proceed if the migration isn't completed in time? Can I create a new account, release under "Individual" and transfer the app to the organization later when it is done? Will this affect the App Store reviews?
Replies
3
Boosts
1
Views
854
Activity
Mar ’26
Apple Dev for 15 years but....
The posts I'm reading here are very discouraging. So many people trying to get into the program, even people that have paid and can't get any support. I've been an Apple developer for 15 years now. I've had various business developer accounts over the years. I've developed in my own name and for customers. This is the first time in a while that I had to get a new business developer account. I applied only a few days ago, so I'm not concerned yet but I don't know why this is so difficult. The posts that I'm reading her here are very discouraging. Why can't we get support on this? Very disappointing. What is happening to Apple? I'd like to get my account, and I'd like all these other people to get some help too. But this form looks completely abandoned.
Replies
1
Boosts
1
Views
128
Activity
Feb ’26