Search results for

“Apple Maps Guides”

155,902 results found

Post

Replies

Boosts

Views

Activity

Siri Shortcuts Not Recognized on HomePod mini (audioOS 26.4) – Delegates to Built-in Responses Instead
Bug Report Environment 4× HomePod mini, audioOS 26.4 (23L243) iPhone, iPad, Mac – all running latest OS versions (iOS/iPadOS/macOS 26) iCloud account active, Shortcuts sync enabled on all devices Summary Siri no longer executes custom Shortcuts on any HomePod mini. Instead, the HomePod responds with built-in Siri answers or refers to the internet, as if no custom Shortcuts were registered. The same Shortcuts work correctly via Siri on iPhone, iPad, and Mac. Reproducible Test Case Created a new Shortcut named Lemon Blue Seven from scratch – no resemblance to any built-in Siri command, single action: spoken text output. Result: Mac: recognized and executed correctly via Siri iPhone / iPad: recognized and executed correctly via Siri (after re-registration, see below) All 4 HomePod mini: not recognized – Siri responds as if the Shortcut does not exist Steps to Reproduce Create a new Shortcut with a unique name and a single spoken output action Ensure iCloud Shortcuts sync is active on all devices Invoke via Siri
0
0
79
1w
Reply to 85% of Subscriptions are in Billing Retry State
With free trials specifically, a high billing retry rate usually means users signed up with payment methods that fail at the first real charge (prepaid cards, expired cards, insufficient funds). A few things that can help: first, make sure you're listening for DID_FAIL_TO_RENEW and BILLING_RECOVERY server notifications so you can message those users in-app and prompt them to update their payment method via showManageSubscriptions. Second, check if your trial length and pricing are attracting a lot of tire kickers who never intended to pay. Third, consider whether a shorter trial or an introductory offer instead of a free trial might filter for higher-intent users. Unfortunately Apple handles the actual retry logic on their end, so there's no way to control the retry cadence, but surfacing the payment issue to users early is the biggest lever you have.
Topic: App & System Services SubTopic: StoreKit Tags:
1w
Reply to Migration Subscription API returns 500 error
The 5000000 error code is a generic server-side error on Apple's end, so it's not something wrong with your request payload per se. A few things worth checking: make sure your sandbox account and the subscription you're migrating are both in a clean state (not expired or in billing retry), double-check that the generic product ID is properly configured and approved in App Store Connect for ACA, and confirm the storefront matches the sandbox account's region. If everything looks right and you're still hitting it, I'd recommend filing a Feedback Assistant ticket with your requestReferenceId so Apple engineering can trace the actual server-side failure.
Topic: App & System Services SubTopic: StoreKit Tags:
1w
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
285
1w
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
60
1w
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
139
1w
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:
1w
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
41
1w
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
48
1w
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
5
0
208
1w
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
38
1w
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.
1w
Reply to CarPlay CPListImageRowItem causes Inverted Scrolling and Side Button malfunction
Hello @DTS Engineer, Little question regarding CPMaximumNumberOfGridImages, can we have something similar to know how many items can be displayed per CPListImageRowItem's row ? Could be useful for many scenario... The CarPlay APIs are very limited and a lot of magic is done by Apple.
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
1w
Siri Shortcuts Not Recognized on HomePod mini (audioOS 26.4) – Delegates to Built-in Responses Instead
Bug Report Environment 4× HomePod mini, audioOS 26.4 (23L243) iPhone, iPad, Mac – all running latest OS versions (iOS/iPadOS/macOS 26) iCloud account active, Shortcuts sync enabled on all devices Summary Siri no longer executes custom Shortcuts on any HomePod mini. Instead, the HomePod responds with built-in Siri answers or refers to the internet, as if no custom Shortcuts were registered. The same Shortcuts work correctly via Siri on iPhone, iPad, and Mac. Reproducible Test Case Created a new Shortcut named Lemon Blue Seven from scratch – no resemblance to any built-in Siri command, single action: spoken text output. Result: Mac: recognized and executed correctly via Siri iPhone / iPad: recognized and executed correctly via Siri (after re-registration, see below) All 4 HomePod mini: not recognized – Siri responds as if the Shortcut does not exist Steps to Reproduce Create a new Shortcut with a unique name and a single spoken output action Ensure iCloud Shortcuts sync is active on all devices Invoke via Siri
Replies
0
Boosts
0
Views
79
Activity
1w
Reply to 85% of Subscriptions are in Billing Retry State
With free trials specifically, a high billing retry rate usually means users signed up with payment methods that fail at the first real charge (prepaid cards, expired cards, insufficient funds). A few things that can help: first, make sure you're listening for DID_FAIL_TO_RENEW and BILLING_RECOVERY server notifications so you can message those users in-app and prompt them to update their payment method via showManageSubscriptions. Second, check if your trial length and pricing are attracting a lot of tire kickers who never intended to pay. Third, consider whether a shorter trial or an introductory offer instead of a free trial might filter for higher-intent users. Unfortunately Apple handles the actual retry logic on their end, so there's no way to control the retry cadence, but surfacing the payment issue to users early is the biggest lever you have.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
1w
Reply to Migration Subscription API returns 500 error
The 5000000 error code is a generic server-side error on Apple's end, so it's not something wrong with your request payload per se. A few things worth checking: make sure your sandbox account and the subscription you're migrating are both in a clean state (not expired or in billing retry), double-check that the generic product ID is properly configured and approved in App Store Connect for ACA, and confirm the storefront matches the sandbox account's region. If everything looks right and you're still hitting it, I'd recommend filing a Feedback Assistant ticket with your requestReferenceId so Apple engineering can trace the actual server-side failure.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
1w
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
1w
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
285
Activity
1w
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
1w
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
60
Activity
1w
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
139
Activity
1w
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
1w
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
41
Activity
1w
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
48
Activity
1w
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
5
Boosts
0
Views
208
Activity
1w
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
38
Activity
1w
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
1w