Search results for

A Summary of the WWDC25 Group Lab

10,365 results found

Post

Replies

Boosts

Views

Activity

Reply to Spatial Gallery App functionality
Hello! In visionOS 26, we have new APIs that make it possible to build a similar gallery interface yourself in RealityKit. For spatial photos, and also the new spatial scenes introduced in visionOS 26, check out the new ImagePresentationComponent and Spatial3DImage APIs. The Presenting images in RealityKit sample code project is a great place to get started, and the What's new in RealityKit video from WWDC25 has a section showing how to use ImagePresentationComponent for spatial photos. For spatial videos, we've added support for spatial styling in VideoPlayerComponent in visionOS 26. Check out the Playing immersive media with RealityKit to get started. We also have a section on spatial video rendering in RealityKit in the Support immersive video playback in visionOS apps video from WWDC25.
Topic: Spatial Computing SubTopic: General Tags:
Jun ’25
Xcode Expands All Groups
Hi!(In advance I'm using Xcode 9.2 (9C40b))Xcode is great but one thing that grids my gears, is that whenever I add something(New file, Group, etc) to the file tree all groups gets expanded😢 This gets really annoying beacause of having multiple groups and having to minimize everything over and over again.I can't be the only one with this issue, or am I doing something wrong?If this is just a bug in Xcode, is there a future update coming to fix this?Regards/Guthner
0
0
277
Feb ’18
Wednesday Education and Enterprise Deployment and Development Lab Notes
Question:How does the MDM command to Install major update force macOS Sierra upgrades on DEP-enabled Macs?Is the user asked to authorize the upgrade, or does the upgrade happen with or without user consent?Answer:It downloads the OS installer from the MAS, and triggers the startosinstall command line tool.It behaves like a restart-required software update:If the user is logged-in and there is unsaved data, it will nag you that there is a pending software update and to please restart.If nobody is logged-in (i.e. at loginwindow), the OS upgrade starts without user intervention.Question:Can both the ALF and PF firewalls be configured via MDM?Answer:Yes, with caveats. Refer to Sierra's Profile Manager for the currently supported functionality.Question:Are the ALF and PF firewalls configured via Profiles (.mobileconfig) or directly via MDM commands?Answer:Configuration profile (.mobileconfig file)Question:Can firewall logging also be configured this way? If so, can the new log command line utility see the logs, so
0
0
578
Jun ’16
How to use multiple Vive headsets in one Mac computer lab
Greetings! I am a professor of Italian Renaissance architecture and urbanism, and my question relates to a course I'd like to teach on the canals of Venice. Part of the course would be in our Mac lab (furnished with 15 2014-2017 iMacs), where I would like each of my 15 students to edit a single 360 video of the canals using the Immersive Environment feature in Premiere Pro / After Effects while wearing Vive headsets. According to Adobe, our iMacs fit the system requirements for using Premiere Pro and After Effects with the Vive; according to HTC, they're positive that I can do this but aren't authorized to tell me how (they also want me to reach out to HTC Arcade...?).I'm planning on installing Mac SteamVR on, and hooking up a Vive headset to, each of the computers. Thunderbolt 2 is the fastest connection on our iMacs, so I was planning on hooking up the Vives to a thunderbolt 2 to HDMI/USB adapter. I don't think I need external GPUs, because each student will only be editing/watching one 360 video (
1
0
1.1k
Jun ’19
Can someone please summaries and explain the logic/process for creating a reminders app
Hi,Can someone please summaries and explain the logic/process for creating a reminders app?I'm no looking for code I just need the list of frameworks and steps needed for creating a reminders app1. You fist create a calendar event (what framework/methods?).2. Than you load the calendar event (what framework/methods?).3. Than you notify the user (what framework/methods?).I know this is a very broad question but I have to start some where.Thanks
Topic: UI Frameworks SubTopic: UIKit Tags:
7
0
756
Jan ’20
App Group File Ownership
Files can be written and read from the App Group by multipler apps. When an app is removed, its files are also removed.It looks like files in the App Group folder are owned by the app that created them. So, if app A adds a file to the App Group and then app A is removed, the file in the App Group is also removed. If App B reads that file, it better deal gracefully with it disappearing.What if a file in the App Group is created by app A and then modified by App B? Does ownship transfer to app B or remain with app A? If app A is removed after app B modifies the file, will it be removed?
1
0
604
Jan ’17
Sign In With Apple and App Grouping?
Sign In With Apple has a group apps category: https://help.apple.com/developer-account/?lang=en#/dev04f3e1cfcHowever, thats the only information I could find for sign in with apple and group apps.What is the significants of group apps with sign in with apple? What does it do? How does one use it?Does it support the following use-case?: I have a primary app and a child app. If I sign in with apple with the primary app, and then i want to use the secondary app, do i have to sign in again? Or am I already signed in because I have signed in with the primary app? Or can I architect it in such a way that allows me to sign in to one of the grouped apps, and then stay signed in when using another grouped app?
2
0
5.0k
Oct ’19
Multiple Subscription Group Approvals
My app creates new subscription groups via the app store connect api. Our end users subscribe to creators. Each creator has their own subscription group within app store connect. We will create hundreds, even thousands of subscription groups via the api over time. Does Apple have to approve each subscription group before they can be accessed via the app by end users? Or do they just approve the first one and allow us to create new subscriptions groups in real time -- over time via the API without additional approvals?
0
0
456
Feb ’23
Apple Watch Group Notification
I recently moved my watch app from InterfaceController to the SwiftUI LifeCycle, but I've encountered some issues. In my app, I'm using group notifications. Before I moved to the SwiftUI LifeCycle, when I received a group notification with the same thread identifier, it appeared as a stack in the notification center of the watch. When I touched the stack, it extended with individual notifications. However, after moving to the SwiftUI LifeCycle, when I touch the stack, it only shows the first notification of the stack and doesn't display the extended notifications. Do I need a custom group notification view in the SwiftUI LifeCycle, similar to the Message App? Is there any other way to use the previous static group notification view? Please help me!
0
0
492
Apr ’23
imessage group chat confusion
So I am in a group chat with my family. We’ve had this groupchat established for a long time, and none of us have ever added anyone else to it. Somehow last night, a different family member joined our group chat and started texting us, but none of the original chat members added her, not even accidentally. This is the second time this has happened, and we have no idea how they are inserting themselves into our group chat. We are all iphone users, including the person that is somehow adding themselves to our group chat. All of us use different Apple ID accounts as well as different phone numbers, and that’s the same for the person adding themselves, so I’m truly at a loss for how this is happening.
2
0
271
Jan ’25
Create hidden users group from terminal
Hi, I need to create a new users group on macos (version 10.15 and up) from terminal or from swift. The group must be hidden, not be displayed into System Preferences, similar to www group for example. I've found 2 ways to create a group from terminal: dscl and dseditgroup, but in both cases the created group is visible into the Users and Groups list from System Settings. Any suggestions how I can hide the group? Thanks
1
0
963
Mar ’23
What is the point of thread-id/grouping in push notifications if grouping depends upon user preferences?
There's plenty of articles out there about programatically grouping push notifications. However I have tried setting the thread-id in the push payload when sending a push, or setting the threadIdentifier for a received push in a notification service extension to be the same for several pushes. But if within the iPhone Settings / Notifications the user selects to display pushes as List and turns off Notification Grouping, then each notification resulting from the push appears on its own separately. Is there something other than thread-id/threadidentifier that is used to programmatically group them? If not then whats the point of these as grouping and display is actually under the control of user.
1
0
95
Mar ’25