Question:Will the Hypervisor framework in macOS Sierra provide bridged networking? The reason I’m asking is that this will allow VMs hosted by the Hypervisor framework to obtain and use their own IP address; rather than use a NAT.If providing bridged networking is a security concern, has Apple considered adding an Apple-signed entitlement to control approval of the feature in the App Store?Answer:This is not in Sierra and is not currently planned for it. Please file bugs and feature requests if you want to see this in the next major macOS release.See complete list of session and lab notes here:https://forums.developer.apple.com/message/142899
Search results for
A Summary of the WWDC25 Group Lab
10,087 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
This is normal, it's expected that you need a combination of Tabs and Arrows to navigate. Here's a summary of the different ways to navigate with FKA: Tab moves between groups (as defined by an element's focusGroupIdentifier https://developer.apple.com/documentation/uikit/uiview/3601233-focusgroupidentifier) some views are groups by default, like UIScrollView Ctrl + Tab moves linearly between all elements Arrows moves directionally
Topic:
App & System Services
SubTopic:
Hardware
Tags:
I am starting to walk throught the App Development with Swift iBook and I have downloaded the App Development Swift Student labs. When I open a lab in Xcode there are directions and then places to write code. Once I start writing code the directions for the first problem disappear and I cant see them again to finish writing the code. How can I get the directions to stop dissapearing when trying to do the labs?I am using Xcode version 9.3.
I believe the solution to this problem is to use the new safeAreaBar(edge:alignment:spacing:content:) view modifier, as suggested by its documentation and a comment made during the SwiftUI group lab. However, I also believe that this modifier is currently broken (as of beta 2), because its behaviour seems to be no different to using safeAreaInset. I have filed feedback for this: FB18350439.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags:
May be some reviewers are busy preparing for WWDC25. Hence extended delays.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
We couldn't get to this question during the group lab session today, but we certainly saw it during the lab and appreciate you coming and asking about this! As you found, Icon Composer supports iOS, macOS, and watchOS icons. For tvOS and visionOS, you can preview the icon in Xcode through your asset catalog, or by using the Parallax Previewer app available for download on the Apple Design Resources page. I encourage you to create an Enhancement Request in Feedback Assistant for Icon Composer to gain support for visionOS and tvOS icons. Please post the FB number here! — Ed Ford, DTS Engineer
Topic:
Developer Tools & Services
SubTopic:
General
Tags:
I asked a number of questions in Security lab session. If interested, please see the attached Answered questions: Answered questions
Topic:
Community
SubTopic:
Apple Developers
By default, UITabBarController will only change the view controller for root tabs. Apps can manage how the view controller hierarchy changes within that root tab through system callbacks from UITabBarControllerDelegate. Setting managingNavigationController on UITabGroup will opt-in the specified group to allow UITabBarController to automatically manage its hierarchy for you. See this forum comment which has a deeper explanation on how managingNavigationController works, and how you can customize the stack that is built in. You can also watch Make your UIKit app more flexible from WWDC25 which also explains how this API works with examples.
Topic:
UI Frameworks
SubTopic:
UIKit
I've had two different labs scheduled for App Store Business and Marketing lab: Games be scheduled and nobody showed up. I was curious if anyone else has had a similar experience. I arrived earlier than scheduled for both appointments and waited hours each time for someone to arrive.
HiWhen we use other systems for Subscription management we can:1) Give a user a 'free month' when they already have an ongoing renewing subscription. (ie if they have a complaint).2) Get a summary count of live and cancelled Subscriptions for the last period (day / week / month etc)Any idea how I do these with IAPs and renewing subscriptions?Thanks-Andrew
Is there any chance we could join a 1-on-1 Lab with the CarPlay team this week? It looks like there are none listed on Friday and the sessions scheduled for today, Thursday, are closed. We'd love to review the status of our CarPlay entitlement request for our navigation app with cool safety alerts. I totally understand that this is a last minute request. And thanks for your help!
They talk about this in the WWDC25 video, Meet the Foundation Models framework starting at 19:55 in the presentation.
Topic:
Machine Learning & AI
SubTopic:
Apple Intelligence
I have a lab, scheduled right now actually, that Webex is asking me for a password. I emailed wwdc @ apple.com hoping to hear back but it just generated a Case ID for me. I was curious, is anyone else can't join their labs because Webex is prompting for a meeting password?
Topic:
Community
SubTopic:
Apple Developers
Xcode 16.3 and still no Swift Assist. WWDC25 is around the corner....
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
We are a group of developers who work on a bunch of different iOS applications. We are not an organization, rather, a lab in an university. All of us have our individual memberships, but we want to publish all the apps under one account, to maintain uniformity. Currently we have a lab developer account, which is shared with everyone. This is not the ideal or a very secure workflow.Is there any way to create a group where anyone part of the group can submit to the app store under the same name?