Search results for

“Apple Maps Guides”

155,808 results found

Post

Replies

Boosts

Views

Activity

Apple Developer Program Enrollment Stuck: "Your enrollment is being processed" for Weeks – Widespread Issue in 2026
Fellow Apple Developers and Apple Developer Support Team, If you’re seeing the message **“Your enrollment is being processed. Your enrollment ID is **” for weeks (or longer) with no updates, no follow-up emails, and no access to App Store Connect, you are not alone. I’m posting this in the hope of helping everyone experiencing the same frustrating delay and giving Apple a clear, visible signal that this is impacting real developers right now. My Situation (and Why It Matters) I submitted my Apple Developer Program enrollment several weeks ago, completed payment successfully, and have since sent two support emails requesting an update. The status remains unchanged. Meanwhile, my app is already live and performing well on Google Play. I’m ready to submit the iOS version, but I cannot even reach TestFlight or App Store Connect because the enrollment is still “processing.” Like many of you, I’ve read dozens of identical threads here on the forums and on Reddit in the past month
4
0
270
6d
Membership Expired
Since a week I am facing issue because of which I am unable to send critical updates of my app. In app store connect, It says Developer Program Membership Expired Your membership has expired, and your apps have been removed from the App Store until you renew your membership. To renew, a user with the Account Holder role must sign in and renew the membership on the Apple Developer website. Learn More. while in developer.apple.com it says Sorry, you can’t enroll at this time. Your Apple Account is already associated with the Account Holder of a membership. The email is tushant at konyct.com and its account holder and admin. Apple developer site says I am account holder, app store connect says login with account holder email. Even users and access proofs that that email is account holder. I cannot access certificates, identities as well. I have got an email saying accept agreements by Apr 15, 2026 but when i go to agreements page I dont even see Accept or Agree like button. I have crea
0
0
59
6d
MacOS app file export
Dear fellow devs, I'd be helpful for hints concerning the following problem: My MacOS/iOS app exports generated audio data as wav files using the SwiftUI .fileExporter view modifier. Everything works perfectly fine on all test devices, my own as well as those of TestFlight users. Also the iOS version of the app available in the iOS App Store works fine. The Apple reviewer of the MacOS version however complains that the Export button which should trigger the file export doesn't react. I have no idea why this problem should occur in their tests as neither me nor my beta testers can reproduce it. In lack of any other ideas I guessed it might be related to the document types registered by the app and added the entry below to the plist, but the reviewer still reports the same problem. Any hints would be very welcome. CFBundleDocumentTypes CFBundleTypeExtensions wav CFBundleTypeName WAV Audio File LSHandlerRank Alternate LSItemContentTypes com.microsoft.waveform-audio
1
0
126
6d
Reply to Blank page when logging into App Store Connect
I solve it using direclt API from the browser console. Here is how I did it: Workaround: Create API Keys via browser console when Integrations page is blank If the Integrations tab under Users and Access shows a blank page (with console error [maison] integrations @ url(/access/m-integrations/asset-manifest.json): No app or default mount found!), you can use the internal REST API directly from the browser console. Steps: Go to https://appstoreconnect.apple.com and make sure you're logged in with an Account Holder or Admin account Open the browser developer console (F12 → Console tab) Create the API Key: jsfetch('/iris/v1/apiKeys', { method: 'POST', credentials: 'include', headers: { 'Accept': 'application/json', 'Content-Type': 'application/json' }, body: JSON.stringify({ data: { type: 'apiKeys', attributes: { nickname: 'NEED_TO_DO_SOME_STUFF', allAppsVisible: true, keyType: 'PUBLIC_API', roles: ['APP_MANAGER'] } } }) }).then(r => r.json()).then(d => { console.log('✅ Key created!'); console.log('Key ID:
6d
Apple Developer Program membership not active after 18 days (Order No: MM27QWKKGG)
Hello, I purchased the Apple Developer Program membership on March 25, 2026. Although I received the invoice and the payment was successfully processed, my account is still not active. I cannot access App Store Connect or developer resources. It has been 18 days since the purchase. My Order Number is MM27QWKKGG. Has anyone experienced such a long delay? Who should I contact to expedite this process, as I've already waited much longer than the standard 48-hour period? Thank you in advance.
0
0
35
6d
Payment taken but Apple Developer enrollment still stuck on "Complete Purchase"
On April 8, 2026, I paid for my individual Apple Developer Program membership and received an invoice (Order ID: D004747265). However, my developer account still shows To continue your enrollment, complete your purchase now and the status is Pending. It looks like the payment hasn't been linked to my enrollment. I've reached out to Apple Developer Support twice but haven't heard back. Could this be related to my region (Belarus)? Has anyone else experienced the same issue — payment successful but enrollment still asks to complete purchase — especially from a region like Belarus? How did you resolve it? Any insight would be much appreciated. Thanks.
1
0
41
6d
iCloud Drive silent upload deadlock caused by stale HTTP/3 session in nsurlsessiond (FB22476701)
Summary On macOS 26.4.1 (25E253), iCloud Drive file uploads can enter a silent deadlock where every upload attempt fails at the transport layer. No error is surfaced anywhere — not in Finder, not in System Settings, not in the iCloud status panel. The upload queue simply stops. Other iCloud services (Photos, Mail, App Store) continue to work normally through the same networking infrastructure at the same time. Root Cause The issue is a stale HTTP/3 (QUIC) session cached in the user-level nsurlsessiond process's BackgroundConnectionPool. The deadlock cycle: cloudd requests an upload to the GCS storage endpoint nsurlsessiond provides the cached (broken) HTTP/3 session The TLS handshake succeeds, but the body upload dies mid-transfer (err=T, requestDuration=-1.000, responseHeaderBytes=0) cloudd retries with a new connectionUUID — but nsurlsessiond still routes through the same poisoned QUIC session This repeats indefinitely Killing cloudd alone does not help — nsurlsessiond retains the poisoned pool. Only killin
4
0
134
6d
Apple Developer account access issue — Error -20209 after password reset
Hello I need help with my Apple Developer account access. I am trying to run an iOS build through EAS/Expo, but the login to the Apple Developer Portal fails with this error: “Authentication with Apple Developer Portal failed! Apple Service Error -20209. This Apple Account has been locked for security reasons. Visit iForgot to reset your account.” I have already gone through the iForgot recovery flow and changed my password successfully. I can access my Apple account and Apple Developer site in the browser using the new password. Even after that, I still receive the same error when the build process tries to authenticate with the Apple Developer Portal. Could you please confirm whether there is still a security lock, restriction, or other issue on my Apple Developer account that is preventing access through developer services? Thank you.
0
0
33
6d
Reply to Can't register Apple Developer Account - stuck for 2.5 months
I received another automated rejection for Enrollment ID #54AML988C5. So it's possible the forum post triggered some kind of review, but certainly not a resolution. Hello Sergei, We’re unable to proceed with your enrollment in the Apple Developer Program at this time. You can still take advantage of great content using your Apple Account to develop and test apps on your own device. Support still hasn't replied, and the Call button doesn't work even during the few hours it actually shows up.
6d
Reply to Does using Vision API offline to label a custom dataset for Core ML training violate DPLA?
I've done something similar — used Vision framework outputs to build training labels for a custom audio-visual alignment model. As long as you're using the API as documented and shipping your own model (not redistributing Apple's), you're fine. The DPLA restriction is about reverse-engineering the framework internals, not about using its outputs as training signal. Never had App Review pushback on this.
Topic: Machine Learning & AI SubTopic: Core ML Tags:
6d
HomeKit support on MacOS
I am currently developing an app for MacOS that needs to control HomeKit devices like lights. However, it seems like MacOS is supported on the official documentation, but not when I try to create an app ID on developer.apple.com. On the link https://developer.apple.com/apple-home/, MacOS is clearly showed as supported for MacOS. But when I try to create an app ID, it shows that it is only compatible for iOS, VisionOS and WatchOS. Could this be clarified? Best regards, orangeidle25
2
0
73
6d
First subscription stuck in inconsistent review state for 6+ weeks, no update after internal escalation
I’m trying to find out whether anyone has seen this kind of App Store Connect issue remain unresolved for this long. This is for a first auto-renewable subscription. Timeline: Original support case opened: Feb 27, 2026 Support initially repeated the normal guidance that the first subscription must be submitted with the app version I explained that the issue was not the process itself, but a stuck review state On Mar 25, 2026, I was told the case had been escalated to the appropriate internal team Since then, I have sent follow-up emails asking for status / owner / ETA As of Apr 12, 2026 (KST), there has still been no meaningful update Current state in App Store Connect: App version 1.0.10 is still “Prepare for Submission” Previous 1.0.10 submissions show as “Deleted” There is no active app review submission for 1.0.10 The subscription previously showed “Waiting for Review” Now the subscription itself shows “In Review” But its localization still shows “Waiting for Review” So the state looks inconsistent: no ac
2
0
144
6d
Disabling card zoom effect on certain transitions
I have attached a screenshot showing the type of behavior in Apple's own Weather app that I am looking to disable in my own app. There is a zoom / card effect where the presenting view shrinks / zooms in the background, exposing a different background color that can look out of place. Notice that when dragging the map view to dismiss it, the views behind it are zoomed in exposing a different background. The presenting view that has this card effect has hard edges that do not match the screens corner radius as well, so it just looks out of place. Using this as an example, what would be the way to keep this matched zoom transition but keeping the Weather's background still going edge to edge? In my app I am trying to keep my mesh gradient edge to edge and not zoomed in with black or white borders in a similar situation to what we are seeing in the Weather app on 26.4 Let me know if I need to explain it more. Thank you!
Topic: UI Frameworks SubTopic: SwiftUI
0
0
52
6d
Reply to How to choose between v1 & v2 for App Store Server Notifications
The version selector only appears after you enter (or when editing) a URL. Version 1 is deprecated, so Apple strongly encourages migrating to v2. The v2 format is more robust (cryptographically signed, includes more data like transaction/renewal info in JWS form, etc.).
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
6d
Apple Developer Program Enrollment Stuck: "Your enrollment is being processed" for Weeks – Widespread Issue in 2026
Fellow Apple Developers and Apple Developer Support Team, If you’re seeing the message **“Your enrollment is being processed. Your enrollment ID is **” for weeks (or longer) with no updates, no follow-up emails, and no access to App Store Connect, you are not alone. I’m posting this in the hope of helping everyone experiencing the same frustrating delay and giving Apple a clear, visible signal that this is impacting real developers right now. My Situation (and Why It Matters) I submitted my Apple Developer Program enrollment several weeks ago, completed payment successfully, and have since sent two support emails requesting an update. The status remains unchanged. Meanwhile, my app is already live and performing well on Google Play. I’m ready to submit the iOS version, but I cannot even reach TestFlight or App Store Connect because the enrollment is still “processing.” Like many of you, I’ve read dozens of identical threads here on the forums and on Reddit in the past month
Replies
4
Boosts
0
Views
270
Activity
6d
Reply to Developer Program enrollment still pending after payment
Hi @Apple Developer Support I got the same issue. I have already been charged for the Apple Developer Program on March 30, 2026, but my account has not been activated yet and the status is still showing as “pending” as of April 12, 2026. Here are my details: Invoice Number: MC61342659 Can you check it? Thank you!
Replies
Boosts
Views
Activity
6d
Membership Expired
Since a week I am facing issue because of which I am unable to send critical updates of my app. In app store connect, It says Developer Program Membership Expired Your membership has expired, and your apps have been removed from the App Store until you renew your membership. To renew, a user with the Account Holder role must sign in and renew the membership on the Apple Developer website. Learn More. while in developer.apple.com it says Sorry, you can’t enroll at this time. Your Apple Account is already associated with the Account Holder of a membership. The email is tushant at konyct.com and its account holder and admin. Apple developer site says I am account holder, app store connect says login with account holder email. Even users and access proofs that that email is account holder. I cannot access certificates, identities as well. I have got an email saying accept agreements by Apr 15, 2026 but when i go to agreements page I dont even see Accept or Agree like button. I have crea
Replies
0
Boosts
0
Views
59
Activity
6d
MacOS app file export
Dear fellow devs, I'd be helpful for hints concerning the following problem: My MacOS/iOS app exports generated audio data as wav files using the SwiftUI .fileExporter view modifier. Everything works perfectly fine on all test devices, my own as well as those of TestFlight users. Also the iOS version of the app available in the iOS App Store works fine. The Apple reviewer of the MacOS version however complains that the Export button which should trigger the file export doesn't react. I have no idea why this problem should occur in their tests as neither me nor my beta testers can reproduce it. In lack of any other ideas I guessed it might be related to the document types registered by the app and added the entry below to the plist, but the reviewer still reports the same problem. Any hints would be very welcome. CFBundleDocumentTypes CFBundleTypeExtensions wav CFBundleTypeName WAV Audio File LSHandlerRank Alternate LSItemContentTypes com.microsoft.waveform-audio
Replies
1
Boosts
0
Views
126
Activity
6d
Reply to Blank page when logging into App Store Connect
I solve it using direclt API from the browser console. Here is how I did it: Workaround: Create API Keys via browser console when Integrations page is blank If the Integrations tab under Users and Access shows a blank page (with console error [maison] integrations @ url(/access/m-integrations/asset-manifest.json): No app or default mount found!), you can use the internal REST API directly from the browser console. Steps: Go to https://appstoreconnect.apple.com and make sure you're logged in with an Account Holder or Admin account Open the browser developer console (F12 → Console tab) Create the API Key: jsfetch('/iris/v1/apiKeys', { method: 'POST', credentials: 'include', headers: { 'Accept': 'application/json', 'Content-Type': 'application/json' }, body: JSON.stringify({ data: { type: 'apiKeys', attributes: { nickname: 'NEED_TO_DO_SOME_STUFF', allAppsVisible: true, keyType: 'PUBLIC_API', roles: ['APP_MANAGER'] } } }) }).then(r => r.json()).then(d => { console.log('✅ Key created!'); console.log('Key ID:
Replies
Boosts
Views
Activity
6d
Apple Developer Program membership not active after 18 days (Order No: MM27QWKKGG)
Hello, I purchased the Apple Developer Program membership on March 25, 2026. Although I received the invoice and the payment was successfully processed, my account is still not active. I cannot access App Store Connect or developer resources. It has been 18 days since the purchase. My Order Number is MM27QWKKGG. Has anyone experienced such a long delay? Who should I contact to expedite this process, as I've already waited much longer than the standard 48-hour period? Thank you in advance.
Replies
0
Boosts
0
Views
35
Activity
6d
Payment taken but Apple Developer enrollment still stuck on "Complete Purchase"
On April 8, 2026, I paid for my individual Apple Developer Program membership and received an invoice (Order ID: D004747265). However, my developer account still shows To continue your enrollment, complete your purchase now and the status is Pending. It looks like the payment hasn't been linked to my enrollment. I've reached out to Apple Developer Support twice but haven't heard back. Could this be related to my region (Belarus)? Has anyone else experienced the same issue — payment successful but enrollment still asks to complete purchase — especially from a region like Belarus? How did you resolve it? Any insight would be much appreciated. Thanks.
Replies
1
Boosts
0
Views
41
Activity
6d
iCloud Drive silent upload deadlock caused by stale HTTP/3 session in nsurlsessiond (FB22476701)
Summary On macOS 26.4.1 (25E253), iCloud Drive file uploads can enter a silent deadlock where every upload attempt fails at the transport layer. No error is surfaced anywhere — not in Finder, not in System Settings, not in the iCloud status panel. The upload queue simply stops. Other iCloud services (Photos, Mail, App Store) continue to work normally through the same networking infrastructure at the same time. Root Cause The issue is a stale HTTP/3 (QUIC) session cached in the user-level nsurlsessiond process's BackgroundConnectionPool. The deadlock cycle: cloudd requests an upload to the GCS storage endpoint nsurlsessiond provides the cached (broken) HTTP/3 session The TLS handshake succeeds, but the body upload dies mid-transfer (err=T, requestDuration=-1.000, responseHeaderBytes=0) cloudd retries with a new connectionUUID — but nsurlsessiond still routes through the same poisoned QUIC session This repeats indefinitely Killing cloudd alone does not help — nsurlsessiond retains the poisoned pool. Only killin
Replies
4
Boosts
0
Views
134
Activity
6d
Apple Developer account access issue — Error -20209 after password reset
Hello I need help with my Apple Developer account access. I am trying to run an iOS build through EAS/Expo, but the login to the Apple Developer Portal fails with this error: “Authentication with Apple Developer Portal failed! Apple Service Error -20209. This Apple Account has been locked for security reasons. Visit iForgot to reset your account.” I have already gone through the iForgot recovery flow and changed my password successfully. I can access my Apple account and Apple Developer site in the browser using the new password. Even after that, I still receive the same error when the build process tries to authenticate with the Apple Developer Portal. Could you please confirm whether there is still a security lock, restriction, or other issue on my Apple Developer account that is preventing access through developer services? Thank you.
Replies
0
Boosts
0
Views
33
Activity
6d
Reply to Can't register Apple Developer Account - stuck for 2.5 months
I received another automated rejection for Enrollment ID #54AML988C5. So it's possible the forum post triggered some kind of review, but certainly not a resolution. Hello Sergei, We’re unable to proceed with your enrollment in the Apple Developer Program at this time. You can still take advantage of great content using your Apple Account to develop and test apps on your own device. Support still hasn't replied, and the Call button doesn't work even during the few hours it actually shows up.
Replies
Boosts
Views
Activity
6d
Reply to Does using Vision API offline to label a custom dataset for Core ML training violate DPLA?
I've done something similar — used Vision framework outputs to build training labels for a custom audio-visual alignment model. As long as you're using the API as documented and shipping your own model (not redistributing Apple's), you're fine. The DPLA restriction is about reverse-engineering the framework internals, not about using its outputs as training signal. Never had App Review pushback on this.
Topic: Machine Learning & AI SubTopic: Core ML Tags:
Replies
Boosts
Views
Activity
6d
HomeKit support on MacOS
I am currently developing an app for MacOS that needs to control HomeKit devices like lights. However, it seems like MacOS is supported on the official documentation, but not when I try to create an app ID on developer.apple.com. On the link https://developer.apple.com/apple-home/, MacOS is clearly showed as supported for MacOS. But when I try to create an app ID, it shows that it is only compatible for iOS, VisionOS and WatchOS. Could this be clarified? Best regards, orangeidle25
Replies
2
Boosts
0
Views
73
Activity
6d
First subscription stuck in inconsistent review state for 6+ weeks, no update after internal escalation
I’m trying to find out whether anyone has seen this kind of App Store Connect issue remain unresolved for this long. This is for a first auto-renewable subscription. Timeline: Original support case opened: Feb 27, 2026 Support initially repeated the normal guidance that the first subscription must be submitted with the app version I explained that the issue was not the process itself, but a stuck review state On Mar 25, 2026, I was told the case had been escalated to the appropriate internal team Since then, I have sent follow-up emails asking for status / owner / ETA As of Apr 12, 2026 (KST), there has still been no meaningful update Current state in App Store Connect: App version 1.0.10 is still “Prepare for Submission” Previous 1.0.10 submissions show as “Deleted” There is no active app review submission for 1.0.10 The subscription previously showed “Waiting for Review” Now the subscription itself shows “In Review” But its localization still shows “Waiting for Review” So the state looks inconsistent: no ac
Replies
2
Boosts
0
Views
144
Activity
6d
Disabling card zoom effect on certain transitions
I have attached a screenshot showing the type of behavior in Apple's own Weather app that I am looking to disable in my own app. There is a zoom / card effect where the presenting view shrinks / zooms in the background, exposing a different background color that can look out of place. Notice that when dragging the map view to dismiss it, the views behind it are zoomed in exposing a different background. The presenting view that has this card effect has hard edges that do not match the screens corner radius as well, so it just looks out of place. Using this as an example, what would be the way to keep this matched zoom transition but keeping the Weather's background still going edge to edge? In my app I am trying to keep my mesh gradient edge to edge and not zoomed in with black or white borders in a similar situation to what we are seeing in the Weather app on 26.4 Let me know if I need to explain it more. Thank you!
Topic: UI Frameworks SubTopic: SwiftUI
Replies
0
Boosts
0
Views
52
Activity
6d