Search results for

“Apple Maps Guides”

155,917 results found

Post

Replies

Boosts

Views

Activity

Reply to Document Based App - NSDocumentController Opening the Wrong NSDocument/Window Controller on Tahoe 26.4
Looks like Apple or maybe another app on my system decided to remap the file extension to a different UTI, I'll have to dig further to find out. Whoever is responsible doesn't own the type (I don't own it either but I'm also not trying to hijack the file extension). in any case NSDocument/NSDocumentController doesn't appear to be responsible and is in the clear.
Topic: UI Frameworks SubTopic: AppKit Tags:
1w
Reply to Scheduled events reach threshold almost immediately on iOS 26.2
[quote='883642022, DTS Engineer, /thread/814559?answerId=883642022#883642022'] I'm sure you'll be very happy of the results. [/quote] So far I am 😎 …fingers crossed this bug fix holds up (I am careful to close my radar just now, since this particular bug comes back ca. once per month). Having this fixed would make the Screen Time frameworks so much more useful after years of being neglected by Apple. I’m really hopeful that that means we’ll see more and more bug fixes over the next weeks and months! Thanks @Albert for your help!
Topic: App & System Services SubTopic: General Tags:
1w
Reply to Developer Enrollment
Just got approved! Recommendation is DO NOT send an email to apple via the contact us. They are getting an influx of emails because of how many people are requesting to be Devs and thus it is slowing down the process. Best thing to do is contact them via the request a call. I was approved within 5 minutes of the call and had some of the best customer support I have ever had from a company!
1w
Reply to is there a tool to check compliance before submitting the App?
Thank you for the post. Receiving a rejection is not a good feeling, but I have also being there previously, the review process provides all guidelines publicly, allowing you to review your app before submission. Apple’s review process examines the binary for linked frameworks and symbol references. You can perform the same checks locally or within your pipeline before the build is submitted to QA. If the issue originates from your own codebase rather than a compiled third-party SDK, you can identify and resolve it at the source code level. I recommend utilizing systems like SwiftLint. You can submit your development build to TestFlight External Testing, allowing it to pass the App Review, and enabling your QA team to review the guidelines for the app. Apple does not provide an “App Store Review Simulator” that guarantees a pass for all guidelines. However, all guidelines are publicly available and can be used to review your own app. https://developer.apple.com/app-store/review/guidelines/ A
1w
Reply to How to disable automatic hyphenation on iPhone?
We appreciate your interest in participating in the forums! These forums are for questions about developing software and accessories for Apple platforms. Your question seems related to a consumer feature, even though you are in 26.5 beta, and is better suited for the Apple Support Communities in this case. https://discussions.apple.com/welcome I'm sure you'll be successful there. Albert
  Worldwide Developer Relations.
Topic: UI Frameworks SubTopic: General Tags:
1w
Reply to Kernel panics on M5 devices with network extension
I don't think it's fixed, Just starting yesterday, two of our Apple Silicon Macs (M4) at the office running 26.4 and now 26.4.1, are experiencing a kernel panic and force reboot when attempting to connect to a Windows 11 File server SMB share. I came here looking for posts related to it, and ended up here. Also searched on Google and this problem has been happening to a lot of folks on 26.4. Please Apple, get this fixed ASAP, it is affecting out ability to work.
1w
Good morning NSPersistent​Cloud​Kit​Container share URL stays nil and mirroring repeatedly resets after CKError​.zone​Not​Found on stale Core Data share zone
I am debugging a CloudKit sharing issue in an iOS app that uses NSPersistentCloudKitContainer with Core Data backed sharing. The symptom is that collaboration/share creation appears to succeed locally, but the resulting CKShare never gets a server-backed URL. UICloudSharingController therefore cannot proceed because share.url remains nil. (I do see the UICloudSharingcontroller Dialog and am abble to select people to share, one executed the share icon in the message window just spins After adding extensive logging, it looks like the real problem is not the sharing UI itself, but that Core Data + CloudKit mirroring is already in a bad state before share presentation begins. What I am seeing: Repeated CloudKit import failures with CKError.partialFailure The partial failure always contains one stale share zone with: • CKError.zoneNotFound • server message: Zone does not exist Core Data then repeatedly logs: • NSCloudKitMirroringDelegateWillResetSyncNotificationName • reason: ZoneDeleted • followed by a full mirro
3
0
99
1w
Update on the arrival of swift code challenge rewards
Hi, I’m a winner of the Apple Swift Student Challenge and wanted to ask about a couple of things. It has been around two weeks since I received the winning notification, but I haven’t received any update regarding the delivery of the AirPods Max (2th generation). Additionally, I wanted to check on the Apple Developer Program upgrade that is included with the award. My account doesn’t appear to be upgraded yet. Could you please confirm the timeline for both the prize shipment and the developer program upgrade, or let me know if anything is required from my side? Just want to make sure everything is on track. Thank you! Best regards, Kiaan
0
0
93
1w
Apple developer program enrollment
I have been trying to enroll in the Apple Developer Program for over a week and I'm completely blocked. I'm reaching out here as a last resort after exhausting every option. The problem: Every enrollment attempt fails immediately after I select Individual and agree to the terms. I never reach the payment step. The only message I receive is: Your enrollment in the Apple Developer Program could not be completed at this time. What I've tried: 3+ different Apple IDs (including brand new ones created specifically for this) Safari, Chrome, and Opera browsers Home WiFi and mobile data (different networks) Apple Developer app on iPhone Called Apple Developer Support — they said they cannot see a reason and cannot help Opened a support ticket — no response after 1 week My setup: Country: Turkey All Apple IDs have matching region and phone number (+90) No VPN during any attempt Two-factor authentication enabled on all accounts What I need: This appears to be a backe
1
0
36
1w
code Cloud export fails: Session Proxy unable to authenticate with App Store Connect (Code=1, response null)
Xcode Cloud builds fail at the export archive step. The critical log shows: Account Session Proxy Provider: Unable to authenticate with App Store Connect Error Domain=DVTServicesSessionProviderCredentialITunesAuthenticationContextError Code=1 (null) And in DVTITunesSoftwareService.log: App Store Connect response failed with unknown failure; response (null); error (null) error: DVTServicesSessionProviderCredentialITunesAuthenticationContextError.proxy Environment: Xcode Cloud, iOS app, team type Individual (S43L28SVX2) What I have ruled out: Regenerated all DISTRIBUTION_MANAGED certificates (per thread 744683) — portal API is reachable, certs issued successfully Removed an obsolete App Groups entitlement that was causing a secondary error — that error is now gone All agreements accepted, no pending legal items Failure persists across multiple builds with identical symptoms The developer portal API responds correctly. The failure is isolated to the App Store Connect store configuration endpoint specifically, wh
0
0
72
1w
How to Enable Supervision Mode on Wi-Fi-Only Apple TV?
I'm trying to enable Supervision Mode on a Wi-Fi-only Apple TV (Apple TV 4K) using Apple Configurator on macOS, but I’m unable to get the device into supervised state. What I’ve tried so far: Connected Apple TV to Mac using Apple Configurator pairing mode via same wifi connection Erased and prepared the device Followed the Prepare workflow to supervise the device Issue: After preparation completes, the device does not appear as supervised in Apple Configurator.
0
0
562
1w
Reply to Document Based App - NSDocumentController Opening the Wrong NSDocument/Window Controller on Tahoe 26.4
Looks like Apple or maybe another app on my system decided to remap the file extension to a different UTI, I'll have to dig further to find out. Whoever is responsible doesn't own the type (I don't own it either but I'm also not trying to hijack the file extension). in any case NSDocument/NSDocumentController doesn't appear to be responsible and is in the clear.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
1w
Reply to Scheduled events reach threshold almost immediately on iOS 26.2
[quote='883642022, DTS Engineer, /thread/814559?answerId=883642022#883642022'] I'm sure you'll be very happy of the results. [/quote] So far I am 😎 …fingers crossed this bug fix holds up (I am careful to close my radar just now, since this particular bug comes back ca. once per month). Having this fixed would make the Screen Time frameworks so much more useful after years of being neglected by Apple. I’m really hopeful that that means we’ll see more and more bug fixes over the next weeks and months! Thanks @Albert for your help!
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
1w
Reply to Appeal pending for 4 days
Anyone from the apple team ? This update was really a critical one. Tried through many ways to reach the team none worked. Would kindly request apple team to take this into consideration an as important case if possible.
Replies
Boosts
Views
Activity
1w
Reply to Developer Enrollment
Just got approved! Recommendation is DO NOT send an email to apple via the contact us. They are getting an influx of emails because of how many people are requesting to be Devs and thus it is slowing down the process. Best thing to do is contact them via the request a call. I was approved within 5 minutes of the call and had some of the best customer support I have ever had from a company!
Replies
Boosts
Views
Activity
1w
Reply to is there a tool to check compliance before submitting the App?
Thank you for the post. Receiving a rejection is not a good feeling, but I have also being there previously, the review process provides all guidelines publicly, allowing you to review your app before submission. Apple’s review process examines the binary for linked frameworks and symbol references. You can perform the same checks locally or within your pipeline before the build is submitted to QA. If the issue originates from your own codebase rather than a compiled third-party SDK, you can identify and resolve it at the source code level. I recommend utilizing systems like SwiftLint. You can submit your development build to TestFlight External Testing, allowing it to pass the App Review, and enabling your QA team to review the guidelines for the app. Apple does not provide an “App Store Review Simulator” that guarantees a pass for all guidelines. However, all guidelines are publicly available and can be used to review your own app. https://developer.apple.com/app-store/review/guidelines/ A
Replies
Boosts
Views
Activity
1w
Reply to How to disable automatic hyphenation on iPhone?
We appreciate your interest in participating in the forums! These forums are for questions about developing software and accessories for Apple platforms. Your question seems related to a consumer feature, even though you are in 26.5 beta, and is better suited for the Apple Support Communities in this case. https://discussions.apple.com/welcome I'm sure you'll be successful there. Albert
  Worldwide Developer Relations.
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
1w
Reply to Sharing a Swift port of Gemma 4 for mlx-swift-lm — feedback welcome
Solid work — 12-14 tok/s on A-series with 4-bit is respectable. 341-392 MB resident on 7.4 GB does leave thin margins though. Have you profiled whether MLX is placing any matmuls on ANE, or is this pure GPU? In my experience with Whisper-scale models the GPU path is more predictable but ANE helps with battery if the ops map cleanly.
Replies
Boosts
Views
Activity
1w
Reply to Developer Enrollment
Been a week today, I have actually filed 2 contact forms for Apple as well. Both saying I would get a response within 48hrs and I have yet to hear from anyone! Gonna keep on it! If anyone who wasn't approved and it took this long, or longer let us know what that time line was!
Replies
Boosts
Views
Activity
1w
Reply to Kernel panics on M5 devices with network extension
I don't think it's fixed, Just starting yesterday, two of our Apple Silicon Macs (M4) at the office running 26.4 and now 26.4.1, are experiencing a kernel panic and force reboot when attempting to connect to a Windows 11 File server SMB share. I came here looking for posts related to it, and ended up here. Also searched on Google and this problem has been happening to a lot of folks on 26.4. Please Apple, get this fixed ASAP, it is affecting out ability to work.
Replies
Boosts
Views
Activity
1w
Good morning NSPersistent​Cloud​Kit​Container share URL stays nil and mirroring repeatedly resets after CKError​.zone​Not​Found on stale Core Data share zone
I am debugging a CloudKit sharing issue in an iOS app that uses NSPersistentCloudKitContainer with Core Data backed sharing. The symptom is that collaboration/share creation appears to succeed locally, but the resulting CKShare never gets a server-backed URL. UICloudSharingController therefore cannot proceed because share.url remains nil. (I do see the UICloudSharingcontroller Dialog and am abble to select people to share, one executed the share icon in the message window just spins After adding extensive logging, it looks like the real problem is not the sharing UI itself, but that Core Data + CloudKit mirroring is already in a bad state before share presentation begins. What I am seeing: Repeated CloudKit import failures with CKError.partialFailure The partial failure always contains one stale share zone with: • CKError.zoneNotFound • server message: Zone does not exist Core Data then repeatedly logs: • NSCloudKitMirroringDelegateWillResetSyncNotificationName • reason: ZoneDeleted • followed by a full mirro
Replies
3
Boosts
0
Views
99
Activity
1w
Reply to Developer Program enrollment still pending after payment
Dear BearlyMad, Thank you for your comment! I accidentally made a duplicate payment, so I am currently contacting Apple Developer Support to request a refund.
Replies
Boosts
Views
Activity
1w
Update on the arrival of swift code challenge rewards
Hi, I’m a winner of the Apple Swift Student Challenge and wanted to ask about a couple of things. It has been around two weeks since I received the winning notification, but I haven’t received any update regarding the delivery of the AirPods Max (2th generation). Additionally, I wanted to check on the Apple Developer Program upgrade that is included with the award. My account doesn’t appear to be upgraded yet. Could you please confirm the timeline for both the prize shipment and the developer program upgrade, or let me know if anything is required from my side? Just want to make sure everything is on track. Thank you! Best regards, Kiaan
Replies
0
Boosts
0
Views
93
Activity
1w
Apple developer program enrollment
I have been trying to enroll in the Apple Developer Program for over a week and I'm completely blocked. I'm reaching out here as a last resort after exhausting every option. The problem: Every enrollment attempt fails immediately after I select Individual and agree to the terms. I never reach the payment step. The only message I receive is: Your enrollment in the Apple Developer Program could not be completed at this time. What I've tried: 3+ different Apple IDs (including brand new ones created specifically for this) Safari, Chrome, and Opera browsers Home WiFi and mobile data (different networks) Apple Developer app on iPhone Called Apple Developer Support — they said they cannot see a reason and cannot help Opened a support ticket — no response after 1 week My setup: Country: Turkey All Apple IDs have matching region and phone number (+90) No VPN during any attempt Two-factor authentication enabled on all accounts What I need: This appears to be a backe
Replies
1
Boosts
0
Views
36
Activity
1w
code Cloud export fails: Session Proxy unable to authenticate with App Store Connect (Code=1, response null)
Xcode Cloud builds fail at the export archive step. The critical log shows: Account Session Proxy Provider: Unable to authenticate with App Store Connect Error Domain=DVTServicesSessionProviderCredentialITunesAuthenticationContextError Code=1 (null) And in DVTITunesSoftwareService.log: App Store Connect response failed with unknown failure; response (null); error (null) error: DVTServicesSessionProviderCredentialITunesAuthenticationContextError.proxy Environment: Xcode Cloud, iOS app, team type Individual (S43L28SVX2) What I have ruled out: Regenerated all DISTRIBUTION_MANAGED certificates (per thread 744683) — portal API is reachable, certs issued successfully Removed an obsolete App Groups entitlement that was causing a secondary error — that error is now gone All agreements accepted, no pending legal items Failure persists across multiple builds with identical symptoms The developer portal API responds correctly. The failure is isolated to the App Store Connect store configuration endpoint specifically, wh
Replies
0
Boosts
0
Views
72
Activity
1w
How to Enable Supervision Mode on Wi-Fi-Only Apple TV?
I'm trying to enable Supervision Mode on a Wi-Fi-only Apple TV (Apple TV 4K) using Apple Configurator on macOS, but I’m unable to get the device into supervised state. What I’ve tried so far: Connected Apple TV to Mac using Apple Configurator pairing mode via same wifi connection Erased and prepared the device Followed the Prepare workflow to supervise the device Issue: After preparation completes, the device does not appear as supervised in Apple Configurator.
Replies
0
Boosts
0
Views
562
Activity
1w