Search results for

A Summary of the WWDC25 Group Lab

10,365 results found

Post

Replies

Boosts

Views

Activity

macOS App Groups / transition to profile based groups
Hi, I have a macOS app distributed through the App Store that uses an app group to share data with app extensions. The group identifier has the form: .group. In Xcode 26 I am now asked to convert the project to profile based app groups (like on iOS). My question is: Can I convert the project to profile based app groups and will the existing app group (which is prefixed with the Team ID) continue to work (and will exiting users still be able to access their data). If yes, should I add the app group with or without the Team ID prefix to the profile.
3
0
188
Oct ’25
Relevance Score is ignored when displaying in Notification Summary
Based off the Apple documentation, I expected to see that the notification with the highest relevance score was featured in the Notification Summary. However, when sending several notifications from a single app with the new relevance score field, I am consistently seeing the most recent notification be featured in the Summary — not the one with the highest score. I am using Xcode 13 beta 5 and a device running iOS 15 beta 6. This is the sample payload sent via APNs (with the relevance score being updated between sends): { aps: { alert: { title: Relevance score: 0.4, body: body text here. }, interruption-level : active, relevance-score : 0.4 } } I have also confirmed that the UNNotificationContent object has the relevance score field populated with the expected double when receiving the push on the device.
3
0
1.6k
Aug ’21
Apple Intelligence / Mac Mail : Summaries Unavailable
At one point, Mac Mail's apple added a summarize functionality that worked. Now when I click on Summarize, I get: Summaries Unavailable Mail summarization is unavailable at this time. Try again later. I've rebooted, stopped/restarted Apple AI, waited a day to see if it was synching up things, etc. I'm running the latest version of Apple OS (Version 15.1 (24B82)). any ideas?
2
0
1.2k
Oct ’24
Possible typo in concurrency diagram (WWDC25: Elevate an app with Swift concurrency)
Hello, While watching WWDC25: Code-along: Elevate an app with Swift concurrency at timestamp 25:48, I noticed something in the slide/diagram that might be incorrect. The diagram shows ExtractSticker twice, but based on the code context and spoken explanation, I think it was meant to be ExtractSticker and ExtractColor. Reasoning: The surrounding code and narration describe the use of async let and a Sendable Data object. From the flow, one task extracts a sticker while the other extracts a color, so it seems like the diagram is inconsistent. I do understand that with @concurrent, having two ExtractSticker operations on the same Data is technically possible (with two concurrent process executing their respective ExtractSticker) — but that would be a different meaning than what the talk was describing. Since concurrency is already a subtle and error-prone topic, I thought it was worth pointing this out. If I’m mistaken, I’d love clarification. Otherwise, this could be a small correction to keep things a
2
0
1.8k
Aug ’25
Apple health data retrieval issue with summary
In Apple health I have the data for current day & my Application also connected with Apple Health. I gave all permissions regarding the health records. Some of the user the summary query is not getting executed & no data returned from the query. Most of the users are working fine. Background fetch is also enabled for Apple Health. The user is trying to sync the data in foreground. In crashlytics I got the error Protected health data is inaccessible. Can you please help me when this error may come.
0
0
787
Dec ’22
Vision Pro Developer Lab registration rejected, but why?
After a few days of excitement waiting, I was very disappointed to receive the reply email without any explanation. Your registration request for Apple Vision Pro Developer Lab has not been approved at the moment. I saw on the internet that some people can pass the application just by taking screenshots of downloaded sample codes, while my serious developed application was rejected. Could someone please tell me the criteria for judging?
1
0
714
Aug ’23
Reply to NavigationView scrolling broken when using TabView
Ok, changed it to struct ContentView: View { var body: some View { TabView{ Group{ List{ Text(Item 1) Text(Item 2) Text(Item 3) } } .tabItem { Image(systemName: list.dash) Text(Transactions) } Group{ List{ Text(Item 11) Text(Item 12) Text(Item 13) } } .tabItem { Image(systemName: list.dash) Text(Summary) } }.navigationTitle(Transactions) .navigationBarBackButtonHidden(true) } } and now it looks better but after switching to the other tab and back, its broken again (see clip below) https://imgur.com/a/BfiofU1
Topic: UI Frameworks SubTopic: SwiftUI Tags:
May ’22
Subscriptions Group
If i create 2 Subscriptions (Auto Renewable) Group A and B on iTunes Connect for my app, and from app a specific user buys subscription from Group A, and after that user goes to Manage my Subscription in either iTunes on Mac or View his Apple ID from iPhone Settings Menu, Will he see other subscription options from Group A that he originally subscribed from or will he see Subscriptions options from Group B as well?
1
0
1.6k
Sep ’17