I originally created my Apple Developer account when I was living in Canada (years ago). Now that I live in the U.S. I want to renew it, but I can't - because it thinks I'm still in Canada. When I go to change my contact information, I get a screen that says:
"Unauthorized
Your account can’t access this page.
There may be certain requirements to view this content.
If you’re a member of a developer program, make sure your Account Holder has agreed the latest license agreement."
What do I do?
Apple Developer Program
RSS for tagCreate and deliver software for users around the world on Apple platforms using the the tools, resources, and support included with Apple Developer Program membership.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
We registered as a developer company (NGO) more than 50 days ago and it's still under review. We've already sent the documents, we've confirmed by phone, and every time we contact them we receive no information. They just tell us it's under review and there's no deadline for when this review will be completed. On the same day we registered with Apple, we registered with Google and our app has been published on Google for more than 30 days. We have no support or answers. Could someone help us to at least know a deadline for this review?
Hi there,
How long does it take to make a switch from Apple individual to organization membership? I initiated the process a 2 weeks ago, and I am get to receive another notification from Apple. Keeps showing We’re processing your membership migration from an individual to an organization. And I am unable to submit an application that requires Organization account.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Tags:
Accounts
Developer Program
hello
We found that our app had a lot of crashes on iOS 26. The crash stack showed [CBXpcConnection _sendBarrier]. The following is the crash log:
Thread 0 name: com.apple.main-thread (cpu_usage: 0.00%)
1
libsystem_kernel.dylib
_semaphore_wait_trap (in libsystem_kernel.dylib)
2
libdispatch.dylib
__dispatch_sema4_wait (in libdispatch.dylib)
3
libdispatch.dylib
__dispatch_semaphore_wait_slow (in libdispatch.dylib)
4
CoreBluetooth
-[CBXpcConnection _sendBarrier] (in CoreBluetooth)
5
CoreFoundation
___CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ (in CoreFoundation)
6
CoreFoundation
____CFXRegistrationPost_block_invoke (in CoreFoundation)
7
CoreFoundation
__CFXRegistrationPost (in CoreFoundation)
8
CoreFoundation
__CFXNotificationPost (in CoreFoundation)
9
Foundation
-[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation)
10
UIKitCore
___47-[UIApplication _applicationDidEnterBackground]_block_invoke (in UIKitCore)
11
UIKitCore
+[UIViewController _performWithoutDeferringTransitionsAllowingAnimation:actions:] (in UIKitCore)
12
UIKitCore
-[UIApplication _applicationDidEnterBackground] (in UIKitCore)
13
UIKitCore
___101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke_2 (in UIKitCore)
14
UIKitCore
__UIScenePerformActionsWithLifecycleActionMask (in UIKitCore)
15
UIKitCore
___101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke (in UIKitCore)
16
UIKitCore
-[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] (in UIKitCore)
17
UIKitCore
-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] (in UIKitCore)
18
UIKitCore
-[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:] (in UIKitCore)
19
UIKitCore
___186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block_invoke (in UIKitCore)
20
UIKitCore
+[BSAnimationSettings(UIKit) tryAnimatingWithSettings:fromCurrentState:actions:completion:] (in UIKitCore)
21
UIKitCore
__UISceneSettingsDiffActionPerformChangesWithTransitionContextAndCompletion (in UIKitCore)
22
UIKitCore
-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:] (in UIKitCore)
23
UIKitCore
__64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke.218 (in UIKitCore)
24
UIKitCore
-[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] (in UIKitCore)
25
UIKitCore
-[UIScene scene:didUpdateWithDiff:transitionContext:completion:] (in UIKitCore)
26
UIKitCore
-[UIApplicationSceneClientAgent scene:handleEvent:withCompletion:] (in UIKitCore)
27
FrontBoardServices
__76-[FBSScene updater:didUpdateSettings:withDiff:transitionContext:completion:]_block_invoke.129 (in FrontBoardServices)
28
FrontBoardServices
-[FBSScene _callOutQueue_maybeCoalesceClientSettingsUpdates:] (in FrontBoardServices)
29
FrontBoardServices
-[FBSScene updater:didUpdateSettings:withDiff:transitionContext:completion:] (in FrontBoardServices)
30
FrontBoardServices
__94-[FBSWorkspaceScenesClient _queue_updateScene:withSettings:diff:transitionContext:completion:]_block_invoke_2.cold.1 (in FrontBoardServices)
31
FrontBoardServices
___94-[FBSWorkspaceScenesClient _queue_updateScene:withSettings:diff:transitionContext:completion:]_block_invoke_2 (in FrontBoardServices)
32
FrontBoardServices
-[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] (in FrontBoardServices)
33
libdispatch.dylib
__dispatch_client_callout (in libdispatch.dylib)
34
libdispatch.dylib
__dispatch_block_invoke_direct (in libdispatch.dylib)
35
BoardServices
___BSSERVICEMAINRUNLOOPQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ (in BoardServices)
36
BoardServices
_BSServiceMainRunLoopSourceHandler (in BoardServices)
37
CoreFoundation
___CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ (in CoreFoundation)
38
CoreFoundation
___CFRunLoopDoSource0 (in CoreFoundation)
39
CoreFoundation
___CFRunLoopDoSources0 (in CoreFoundation)
40
CoreFoundation
___CFRunLoopRun (in CoreFoundation)
41
CoreFoundation
__CFRunLoopRunSpecificWithOptions (in CoreFoundation)
42
GraphicsServices
_GSEventRunModal (in GraphicsServices)
43
UIKitCore
-[UIApplication _run] (in UIKitCore)
44
UIKitCore
_UIApplicationMain (in UIKitCore)
Thanks
Long Story Short: I got started, and bought the apple developer account for ~ $99, and It just said me the payment was successful, and:
How many days more should I be waiting ?
Also one more question, would I be able to test my apps over my iphone after having an active Apple Developer Account ?
Any help is much appreciated.
Problem
I’m trying to implement Sign in with Apple in my application. However, when my app redirects to the Apple authorization page at:
https://appleid.apple.com/auth/authorize
I get an invalid_client error with no further explanation.
Settings
I followed this article closely:
[https://developer.okta.com/blog/2019/06/04/what-the-heck-is-sign-in-with-apple#generate-the-client-secret]
Steps I have completed:
Created an App ID and a Service ID on Apple Developer Portal.
Enabled “Sign in with Apple” for both the App ID and the Service ID.
Added my domain and callback URL to the Service ID configuration. (I'm using ngrok to proxy my localhost during development.)
Linked an existing private key with “Sign in with Apple” capability.
My identifiers:
Service ID is used as client_id
Team ID is taken from the top right of the Apple Developer dashboard
Key ID is from the private key associated with the App
Environment
My backend is built with Laravel, and I'm using the [SocialiteProvider/Apple][https://socialiteproviders.com/Apple/#installation-basic-usage] library to handle the OAuth flow.
I followed the recommended method to generate a client secret (JWT) for each request, using this blog post:
[https://bannister.me/blog/generating-a-client-secret-for-sign-in-with-apple-on-each-request]
My .env configuration looks like this:
APPLE_CLIENT_ID=com.service.paxton.stockApp
APPLE_TEAM_ID=25729642DK
APPLE_KEY_ID=JFP9Q53ZCY
APPLE_PRIVATE_KEY=storage/AppleDev-AuthKey_JFP9Q53ZCY.p8
JWT Generation
I also tested generating the JWT using the Ruby script from the Okta article:
[https://developer.okta.com/blog/2019/06/04/what-the-heck-is-sign-in-with-apple#generate-the-client-secret]
Here is the script I used:
require 'jwt'
key_file = './storage/AppleDev-AuthKey_JFP9Q53ZCY.p8'
team_id = '25729642DK'
client_id = 'com.service.paxton.stockObserve'
key_id = 'JFP9Q53ZCY'
ecdsa_key = OpenSSL::PKey::EC.new IO.read key_file
headers = {
'kid' => key_id
}
claims = {
'iss' => team_id,
'iat' => Time.now.to_i,
'exp' => Time.now.to_i + 86400*180,
'aud' => 'https://appleid.apple.com',
'sub' => client_id,
}
token = JWT.encode claims, ecdsa_key, 'ES256', headers
puts token
This JWT validates correctly. I’ve also used Apple’s public key to verify the signature, and it passed.
I verified the JWT header and payload format using this helpful article:
[https://fluffy.es/how-to-solve-invalid_client-error-in-sign-in-with-apple/]
Third-Party Testing
To eliminate mistakes in my setup, I even tried a third-party tool featured in this YouTube video:
[https://youtu.be/8v01TaX1EJA?si=0jOBGBVk0R0zbmdo]
Unfortunately, the result was the same — invalid_client.
Question
I’ve double-checked everything I can think of: keys, claims, domain whitelist, identifiers. I even verified the JWT independently.
If anyone (especially someone from Apple) can help identify the missing piece, I would be truly grateful.
I am creating new Apple ID, I am creating new Apple ID, I am able to verify the email, but when I get to mobile otp verification, I just keep seeing this error
I am really frustrated, I tried with multiple pc and browser thinking that maybe my IP is blocked,
I want to deploy app on App Store but not able to create basic apple account
this is really making me go mad!
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Registered close to 2 weeks ago and the account seems to be delayed. I cannot seem to get any help on this. Here is the message I have on the dashboard, Your enrollment is being processed. Your enrollment ID is 95CTAKWD6P.
Any advice would be appreciated
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
I want to enable developer program but after submitting the enrollment I see:
Your enrollment in the Apple Developer Program could not be completed at this time.
Hello, I created my Apple Developer account and it was authorized, but when I went ahead and paid $99, my card was not charged (I've used two different credit cards, all in my name) and I still haven't been successful. Has anyone else experienced the same thing and what would be the best way to resolve this?
NOTE: I receive an email and proof that the purchase was successful, but nothing has changed.
Hi everyone,
I’m trying to enroll in the Apple Developer Program, but every time I scan my ID, I get this error:
“Unable to Send Information – Your information could not be sent due to a connection error.”
I’ve tried different networks, devices, and browsers. I also asked several friends—both inside and outside the country—to try, and they all faced the same issue.
I contacted Apple Developer Support, but the experience was frustrating:
• Long wait times on the phone
• No real solutions beyond basic troubleshooting
• No explanation for the issue—just “Everything looks fine on our end.”
This seems like a widespread issue. Has anyone found a fix? Also, Apple really needs to improve their Developer Support.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Hello,
I am experiencing a critical issue with my Apple Developer Program account. I successfully enrolled months ago, and my subscription is active as per my account details. However, I am now unable to access my developer membership features, and when I sign into my account it
redirects me to the enrollment page as if I had never enrolled.
Key details of the issue:
Active subscription: My Apple Developer Program membership is active and set to renew on 17 October 2025. The subscription page confirms this, and the payment was successfully processed.
REVOKED CERTIFICATES: Certificates I created weeks ago have been revoked without any explanation or notification.
No email notifications: I have not received any communication from Apple regarding issues with my account or certificates.
Attempts to Resolve:
Cleared cookies and cache.
Tried logging in on multiple devices and browsers.
Signed out of all devices and logged back in.
Could someone please assist me in understanding why my account is behaving this way? Is there a specific team or channel I should contact to escalate this issue?
Thank you in advance for your help!
It seems like your enrollment has been stuck in processing for months without any updates from Apple. Despite repeatedly using the 'contact us' option, you haven't received any feedback.
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?
So I finally got enrolled after a really long time of trying, everything was working fine I created a new profile, was creating a new app etc then after a few hrs I logged back in and it asked me to enroll again. I received no email from apple with n explanation as to what happened
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
When I login to my Dev account, I get a banner that says "The updated Apple Developer Program License Agreement needs to be reviewed. In order to update your existing apps and submit new apps to the App Store, the Account Holder must review and accept the updated agreement."However, when I go to Agreements, Tax, and Banking, I see both Free Apps and Paid Apps agreement, but when I click on View, there's nothing for me to accept. It's a pop-up window with a list of countries and a button at the end that says "Close". And that's it. No other action is possible. No other option either under the Action column.So then how can I review and accept it?
for over 2 months, I have peen trying to purchase apple developer account, I have submitted duns number, they also requested other verification details which I have submitted over 2 months, and I have tried chatting apple support and they keep telling me it under review for more than 2 months, currently they are not replying my chat
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
We applied for the Apple Developer Program on April 28, and our enrollment has been stuck in review since then — over three weeks now. We have already submitted all required documents, including:
Turkish National ID and Passport
Estonian e-Residency Card
Company registration documents from the Estonian e-Business Register
D-U-N-S number
VAT and Registry information
Detailed explanations as a sole founder and legal representative
Enrollment Case number is 102586593909
We even had a follow-up phone call with Apple Developer Support (Case ID: 102589592062) and were told the submitted documents should be sufficient. I also followed all upload instructions and confirmed that the files were delivered successfully.
Despite all this, we haven’t received any updates, timelines, or specific feedback on what’s missing — if anything at all.
✅ Meanwhile, we’ve completed similar business verification processes with Google, Meta, and Stripe within 48 hours.
We’re trying to launch our app under an officially registered business (Mobisense OÜ), and this delay is affecting our go-to-market timeline and business operations.
🔹 Has anyone else experienced this kind of delay recently?
🔹 Is there a reliable way to escalate or request an actual review update?
Apple, please review this case and help move the process forward.
Thank you.
I downloaded the iOS and iPadOS 18.4 beta and it worked. Instead on Apple Watch Series 6 it does not install. It says to connect to the Internet but I am connected. I have already tried to restart iPhone 12 pro and Apple Watch but nothing to do. I also did factory data Apple Watch but nothing changed. Apple support told me that they do not help you on betas. I also sent feedback on Apple feedback app. I do not know what to do anymore. Does anyone have the same problem as me? Can it be solved?
I have an issue during enroll apple developer account there is a mes says “Enrollment through the Apple Developer app is not available for this Apple Account. Visit http:// developer.apple.com/programs/enroll/.”
if anyone can help me with my case .
i have been facing this issue for 6 months please help me out
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program