Search results for

“Apple Maps Guides”

155,799 results found

Post

Replies

Boosts

Views

Activity

Developer Program enrollment still pending after payment
Hi everyone, I subscribed to the Apple Developer Program on Tuesday evening, November 4th, 2025. The payment has already been charged to my bank account, but my account still shows the status “Pending” with the message “Subscribe your membership”. It’s now been several days, and I haven’t received any confirmation email or any request for additional information. I already contacted Apple Support by email, but I’d like to know if other developers have experienced the same situation and how long it took before their account was activated. Thanks in advance for your help and feedback! — Martin
68
0
7.0k
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
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
Does using Vision API offline to label a custom dataset for Core ML training violate DPLA?
Hello everyone, I am currently developing a smart camera app for iOS that recommends optimal zoom and exposure values on-device using a custom Core ML model. I am still waiting for an official response from Apple Support, but I wanted to ask the community if anyone has experience with a similar workflow regarding App Review and the DPLA. Here is my training methodology: I gathered my own proprietary dataset of original landscape photos. I generated multiple variants of these photos with different zoom and exposure settings offline on my Mac. I used the CalculateImageAestheticsScoresRequest (Vision framework) via a local macOS command-line tool to evaluate and score each variant. Based on those scores, I labeled the best zoom and exposure parameters for each original photo. I used this labeled dataset to train my own independent neural network using PyTorch, and then converted it to a Core ML model to ship inside my app. Since the app uses my own custom model on-device and does not send any user data
1
0
194
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
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
Enrollment Completed on Web Shows “Complete Your Purchase” and Status Pending
Hello Apple Developer Support Team, I completed my Apple Developer Program enrollment directly through the Developer app on site https://developer.apple.com . The identity verification and payment were successfully processed. However, when I log in via the web, I still see the message “Complete Your Purchase,” and my enrollment status appears as Pending. The system seems to be asking me to proceed with enrollment again. I applied on April 2, 2026 but still haven't been getting any mail activation back or email ticket, phone call from Apple. Could you please review my account and clarify the current status of my enrollment? Thank you for your assistance. Kind regards
1
0
56
6d
CarPlay Function lost (26.4 and 26.5 DB)
with the latest updates on two of our iPhones run running 26.4 and the other 26.5 developed beta we have lost the ability to use CarPlay functionality via the Apple certified cable. Both phone showed the phone is connected and it is charging however functionality are greyed out on display in the 2022 Nissan rogue. Bluetooth still function properly as you could send and receive calls. However, functionality via the cable does not work. You cannot play music either. this feature also greyed. A trip to the Nissan dealer for more troubleshooting provided the following. A version 15 iPhone Connect via usb-c cable and functioned properly. As well as an android device. But again, hook up two iPhones one with version 26.5 DB and the other 26.4 both iPhone 14 would not work. After we left the dealership, I had a hunch that the issue with the latest update that both of these phones received over last week. I came home and connected an iPhone 6S which has a much older software version and it connected to CarPla
1
0
221
6d
Reply to 26.4 Foundation Model rejects most topics
Seeing the same regression — the on-device model's refusal threshold got way more aggressive in 26.4. Topics that worked fine in 26.3 now trigger blanket rejections. Feels like Apple tightened the guardrails without testing against real app use cases. For now I'm falling back to a custom CoreML model for the affected flows, but that defeats the whole point of FoundationModels framework.
6d
Reply to Apple Developer Account permanent Termination/Deletion request
Dear Apple, I am requesting full closure and termination of my apple developer account and all of its agreements and services and revokement of apple developer agreement. I am revoking the apple developer agreement. I acknowledge that I will lose full access to apple developer platform and tools and developer beta updates. I have ensured that this account is fully ready for full termination/closure. This only concerns my apple developer account and its associated agreements and NOT my consumer apple ID. I request that this request is completed as soon as possible and I am sure that I want to proceed. The Developer account is linked to my apple ID that I am using forums with. I have already tried all other solution and tried to contact apple developer support from developer website. Thank you Everyone is welcome to this thread/support/chat for any purposes and this thread is open for everybody.
6d
MPS SDPA Attention Kernel Regression on A14-class (M1) in macOS 26.3.1 — Works on A15+ (M2+)
Summary Since macOS 26, our Core ML / MPS inference pipeline produces incorrect results on Mac mini M1 (Macmini9,1, A14-class SoC). The same model and code runs correctly on M2 and newer (A15-class and up). The regression appears to be in the Scaled Dot-Product Attention (SDPA) kernel path in the MPS backend. Environment Affected Mac mini M1 — Macmini9,1 (A14-class) Not affected M2 and newer (A15-class and up) Last known good macOS Sequoia First broken macOS 26 (Tahoe) ? Confirmed broken on macOS 26.3.1 Framework Core ML + MPS backend Language C++ (via CoreML C++ API) Description We ship an audio processing application (VoiceAssist by NoiseWorks) that runs a deep learning model (based on Demucs architecture) via Core ML with the MPS compute unit. On macOS Sequoia this works correctly on all Apple Silicon Macs including M1. After updating to macOS 26 (Tahoe), inference on M1 Macs fails — either producing garbage output or crashing. The same binary, same .mlpackage, same inputs work correctly on M2+. O
2
0
279
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
6d
Developer Program enrollment still pending after payment
Hi everyone, I subscribed to the Apple Developer Program on Tuesday evening, November 4th, 2025. The payment has already been charged to my bank account, but my account still shows the status “Pending” with the message “Subscribe your membership”. It’s now been several days, and I haven’t received any confirmation email or any request for additional information. I already contacted Apple Support by email, but I’d like to know if other developers have experienced the same situation and how long it took before their account was activated. Thanks in advance for your help and feedback! — Martin
Replies
68
Boosts
0
Views
7.0k
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 Account Pending
I am from nepal and It has been more 4 days since I enrolled for Apple Developer Program but my account still in Pending state. When login to developer.apple.com, it shows To continue your enrollment, complete your purchase now. How long does it take to get my account activated? I have emailed to Apple developer support but no response.
Replies
3
Boosts
0
Views
703
Activity
6d
Apple Developer Pending Period
Hi, I have completed the payment for my Apple Developer membership but my order (W1388955794) is still showing as pending. Could you pls review and confirm the payment. Thanks
Replies
1
Boosts
0
Views
90
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
Does using Vision API offline to label a custom dataset for Core ML training violate DPLA?
Hello everyone, I am currently developing a smart camera app for iOS that recommends optimal zoom and exposure values on-device using a custom Core ML model. I am still waiting for an official response from Apple Support, but I wanted to ask the community if anyone has experience with a similar workflow regarding App Review and the DPLA. Here is my training methodology: I gathered my own proprietary dataset of original landscape photos. I generated multiple variants of these photos with different zoom and exposure settings offline on my Mac. I used the CalculateImageAestheticsScoresRequest (Vision framework) via a local macOS command-line tool to evaluate and score each variant. Based on those scores, I labeled the best zoom and exposure parameters for each original photo. I used this labeled dataset to train my own independent neural network using PyTorch, and then converted it to a Core ML model to ship inside my app. Since the app uses my own custom model on-device and does not send any user data
Replies
1
Boosts
0
Views
194
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
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
Enrollment Completed on Web Shows “Complete Your Purchase” and Status Pending
Hello Apple Developer Support Team, I completed my Apple Developer Program enrollment directly through the Developer app on site https://developer.apple.com . The identity verification and payment were successfully processed. However, when I log in via the web, I still see the message “Complete Your Purchase,” and my enrollment status appears as Pending. The system seems to be asking me to proceed with enrollment again. I applied on April 2, 2026 but still haven't been getting any mail activation back or email ticket, phone call from Apple. Could you please review my account and clarify the current status of my enrollment? Thank you for your assistance. Kind regards
Replies
1
Boosts
0
Views
56
Activity
6d
Reply to CarPlay Function lost (26.4 and 26.5 DB)
Updated one iPhone to 26.4.1 Carplay map display and Music functionality still does not work in our 22 Nissan Rogue. When plugged in the phone charges but CarPlay button on the display does not activate so you can select it.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
6d
CarPlay Function lost (26.4 and 26.5 DB)
with the latest updates on two of our iPhones run running 26.4 and the other 26.5 developed beta we have lost the ability to use CarPlay functionality via the Apple certified cable. Both phone showed the phone is connected and it is charging however functionality are greyed out on display in the 2022 Nissan rogue. Bluetooth still function properly as you could send and receive calls. However, functionality via the cable does not work. You cannot play music either. this feature also greyed. A trip to the Nissan dealer for more troubleshooting provided the following. A version 15 iPhone Connect via usb-c cable and functioned properly. As well as an android device. But again, hook up two iPhones one with version 26.5 DB and the other 26.4 both iPhone 14 would not work. After we left the dealership, I had a hunch that the issue with the latest update that both of these phones received over last week. I came home and connected an iPhone 6S which has a much older software version and it connected to CarPla
Replies
1
Boosts
0
Views
221
Activity
6d
Reply to 26.4 Foundation Model rejects most topics
Seeing the same regression — the on-device model's refusal threshold got way more aggressive in 26.4. Topics that worked fine in 26.3 now trigger blanket rejections. Feels like Apple tightened the guardrails without testing against real app use cases. For now I'm falling back to a custom CoreML model for the affected flows, but that defeats the whole point of FoundationModels framework.
Replies
Boosts
Views
Activity
6d
Reply to Apple Developer Account permanent Termination/Deletion request
Dear Apple, I am requesting full closure and termination of my apple developer account and all of its agreements and services and revokement of apple developer agreement. I am revoking the apple developer agreement. I acknowledge that I will lose full access to apple developer platform and tools and developer beta updates. I have ensured that this account is fully ready for full termination/closure. This only concerns my apple developer account and its associated agreements and NOT my consumer apple ID. I request that this request is completed as soon as possible and I am sure that I want to proceed. The Developer account is linked to my apple ID that I am using forums with. I have already tried all other solution and tried to contact apple developer support from developer website. Thank you Everyone is welcome to this thread/support/chat for any purposes and this thread is open for everybody.
Replies
Boosts
Views
Activity
6d
MPS SDPA Attention Kernel Regression on A14-class (M1) in macOS 26.3.1 — Works on A15+ (M2+)
Summary Since macOS 26, our Core ML / MPS inference pipeline produces incorrect results on Mac mini M1 (Macmini9,1, A14-class SoC). The same model and code runs correctly on M2 and newer (A15-class and up). The regression appears to be in the Scaled Dot-Product Attention (SDPA) kernel path in the MPS backend. Environment Affected Mac mini M1 — Macmini9,1 (A14-class) Not affected M2 and newer (A15-class and up) Last known good macOS Sequoia First broken macOS 26 (Tahoe) ? Confirmed broken on macOS 26.3.1 Framework Core ML + MPS backend Language C++ (via CoreML C++ API) Description We ship an audio processing application (VoiceAssist by NoiseWorks) that runs a deep learning model (based on Demucs architecture) via Core ML with the MPS compute unit. On macOS Sequoia this works correctly on all Apple Silicon Macs including M1. After updating to macOS 26 (Tahoe), inference on M1 Macs fails — either producing garbage output or crashing. The same binary, same .mlpackage, same inputs work correctly on M2+. O
Replies
2
Boosts
0
Views
279
Activity
1w