Search results for

Apple Maps Guides

149,641 results found

Post

Replies

Boosts

Views

Activity

Reply to CreateMemoryDescriptorFromClient can't write data to user?
We've developed a PCIDriverKit driver for the capture card on macOS and have identified an issue: CreateMemoryDescriptorFromClient can only read data from the user space to the driver, but cannot write data back to the user. Two answers here: I believe the immediate issue is that you also need to set kIOMemoryDisableCopyOnWrite, so your code would be: ret = CreateMemoryDescriptorFromClient(kIOMemoryDirectionOutIn | kIOMemoryDisableCopyOnWrite, ... The other option, particularly if you're dealing with larger amounts of memory that you'll be using for things like ring buffers, is using IOConnectMapMemory(...) and CopyClientMemoryForType(...) to more directly manage the mapping process. __ Kevin Elliott DTS Engineer, CoreOS/Hardware
Topic: App & System Services SubTopic: Drivers Tags:
6d
Reply to Building macOS apps with Xcode 26 on macOS 26 VM
@RickMaddy I think that might be a little out of scope for this thread. But in any case, I was able to update my macOS 26.1b2 VM to 26.1b3 via my logged-in Apple Account, so I don't think it's universally broken. Although my host is still on Sequoia 15.7.1. The closest thing I've experienced to what you're describing is an issue that I've seen for a while where logging in with an Apple Account hasn't been working for me if I have physical security keys enabled on my account for 2FA (FB19614234). Unfortunately if you're in this situation I don't know of any workaround other than removing all the security keys (and even if you re-enable them after logging in with the VM, eventually the VM will start complaining with pop-ups asking you to login again, although beta updates will still work despite this). This isn't new to 26.1, though. If this isn't the issue you're experiencing you might find better luck creating a new thread since I don't think many people with similar issues are going to find
6d
Family Controls Capability Migration to New Bundle ID
Situation: I previously had Family Controls (Distribution) approved for a different bundle ID during initial development (for the same app I'm currently working on). I have since migrated to a new bundle ID to align with my app's branding and have already configured multiple third-party integrations (RevenueCat, backend services, etc.) with this new bundle ID. Request: In this scenario, can Apple please expedite the review process for Family Controls (Distribution) on the new bundle ID? The migration is necessary to maintain existing service integrations and avoid significant reconfiguration work for my app. Current Status: Submitted request for approval on new bundle ID over a week ago, still pending review.
1
0
136
6d
Reply to Matter Media Playback Cluster
Kevin and ssmith_c for your assistance. I fortunately managed to file in the bug: FB20677188 Thank you! Looking over the bug, there was one point I wanted to comment on: For the Matter Media Device Basic Video Player Type Apple Home does support the commissioning (adding the device to the list of accessories displayed in Home App), but no controls are displayed. Not even the mandatory required controls: ... This type of Matter Device, which is part of the standard, should at least expose the mandatory controls and commands. The idea that Apple (and general ecosystem vendors more broadly) should try and support the full range of the Matter specification is, IMHO, one of those ideas which sounds reasonable on the surface but is, in fact, a very bad idea. First off, quoting myself: The Matter specification itself is sufficiently broad and complex that, in practice, I'm not sure it will ever really be possible to create a high-quality controller app* that actually supports EVERY possible accesso
6d
My Enrollment is being processed for long time
Hello, I’m reaching out regarding an issue with our organization’s Apple Developer Program enrollment. We’ve successfully created a developer account and our organization is verified through the D-U-N-S system. The D-U-N-S ID is correctly displayed in our Apple Developer account. However, the enrollment status still shows: “Your enrollment is being processed.” It’s been 3 months, and we haven’t received any further communication or updates. Has anyone experienced a similar delay? Is there anything else we should do to expedite the process? Any guidance or insight would be greatly appreciated. Thanks,
1
0
805
6d
Reply to eSIM Contacts association
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 and is better suited for the Apple Support Communities https://discussions.apple.com/welcome Albert Pascual
  Worldwide Developer Relations.
6d
Reply to Request File Access from Unity for Apple Vision Pro
I am working on a Gaussian Splatting App using the UnityGaussianSplatting package and building for Apple Vision Pro. I want to be able to load splat (.ply / .splat) files from the Vision Pro's storage into the application. OK. So the main issue to be aware of here is the difference between works fine for a developer and works well for a user. For development purposes, you can basically just set the two keys (UIFileSharingEnabled/LSSupportsOpeningDocumentsInPlace) and then use your Documents directory as your working storage. There could be issues if you edited or deleted those files while your app was actively running, but you will just avoid those issues... by not doing that. On the other hand, if you're planning to ship this to end users then you'll need to use things like file coordination to avoid those issues. Similarly, apps that are more viewer oriented (meaning, they don't edit the files they're working with) often use an import model where they copy (actually clone, so they don't use additio
Topic: Spatial Computing SubTopic: General Tags:
6d
Reply to Clarification on APNs MDM Push Certificate per-customer requirement for MSP/multi-tenant MDM
I can't give legal advice on whether potential actions violate the terms of developer agreements. I suggest that having your customers manage their own MDM push certificates makes sense from the point of view of segmentation of risk. MDM is a very powerful technology, and rarely people abuse it. When Apple becomes aware of abuse of MDM it may take various actions in response. These actions may include revoking the MDM push certificate involved in the abuse, revoking the MDM vendor certificate associated with the MDM push certificate, removing the MDM CSR permission, and/or terminating any Apple Accounts, Apple Developer Program accounts, or Apple Developer Enterprise accounts associated with those certificates. As a device management service vendor, consider if one of your customers abuses device management capabilities and Apple revokes the MDM push certificate and the associated Apple Account. If your device management service used the same MDM push cert
6d
Reply to Request: Restore Launchpad Functionality or Allow Customizable App Organization in macOS Tahoe
Well the new Liquid Glass design language is also terrible. They have taken an elegant and refined UI and added quite superficial flourishes to it that just eats screen real estate and undermines legibility. And it's not even consistent! Even if the next MacBook has touch, as some rumors claim, this was NOT the way to accommodate it. But removing Launchpad actually removes useful functionality. I can't imagine how this was justified. In addition, search for apps is broken! This is a known bug and after weeks there is no Mac OS update in sight to fix it. This is negligent and incompetent conduct on Apple's part. I dont know what is going on inside the company but it's not good.
Topic: Community SubTopic: Apple Developers Tags:
6d
Reply to Rating modal in Apple Vision pro
Hi @AndreiAvram99 Thanks for the post. Our engineering teams need to investigate this issue, as resolution may involve changes to Apple's software. I'd greatly appreciate it if you could open a bug report and post the FB number here once you do. Bug Reporting: How and Why? has tips on creating your bug report. In the meantime, I confirmed (and suspect you already have too) the dialog displays correctly when requestReview is invoked from within a view displayed in a window or volume.
Topic: Spatial Computing SubTopic: General Tags:
6d
Reply to EMV Card Data
Is tap to pay still needed? i don't want to read passes from wallet nor accept payments. I want to use nfc card reader on the credit card from the bank i work for in the bank of the app i work for to validate the card and activate it. I don't see how it would be related to tap to pay or wallet. we already have apple pay setup but we still get an error about the entitlements missing. So i'm wondering which one i need and if i need to do a specific request to have them knowing we are a bank and already have com.apple.developer.payment-pass-provisioning
6d
MetricKit Payload Not Populating on Enterprise
I'm working on adding MetricKit to our iPad application that we distribute internally via Enterprise distribution. I've set up the didReceive functions for both MXMetricPayload and MXDiagnosticPayload. When I build onto a device via Xcode and use the Simulate MetricKit Payloads command, everything works as expected. The issue I'm having is when testing on a device via our enterprise distribution. When I simulate a crash, I am receiving the MXDiagnosticPayload so that part is working correctly. However, I am never receiving a MXMetricPayload. I've been using the app and waiting up to 3 days in some tests and not receiving any payload over that time frame. Some information I found suggested the issue might be MetricKit not working fully on enterprise apps but I haven't been able to find a definitive source on that question. Hoping someone here can guide me on that. Thanks!
1
0
41
6d