Search results for

“A Summary of the WWDC26 Group Lab”

10,955 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
218
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.7k
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.3k
Oct ’24
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
801
Dec ’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
Summary of '27 Changes?
There doesn't seem to be a What's New in Networking or What's New in Foundation talk this year, and nothing mentioned in the various Release Notes, so can you summarize the overall changes across platforms, or point to a document that does so?
1
0
148
1w
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
736
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
Subscription Summary not appearing in App Store Connect
This week I released an app with an IAP and subscription in. Whilst I'd be stunned if anyone had subscribed, I'd like to at least confirm that. However, in App Store Connect, apparently I should have a Subscription Summary according to this article here: https://developer.apple.com/help/app-store-connect/view-sales-and-trends/view-subscription-data But I don't have one: Is there any criteria you have to hit to see the subscriptions?
3
0
829
Oct ’23
For those who attended Vison Pro Dveloper Lab, how was it and how does it work?
My team is planning on applying for Developer Lab in Tokyo for September sessions, and I would very much appreciate the advice! How long does it take for Apple to give the approval/acceptance after applying for the session? How much time am I allowed for each sessions? it says the Developer Lab sessions will be held from 10 AM to 5 PM, does that mean I get to test my app using the Vision Pro during the entire period? How does the session usually take place? I got the impression that someone from Apple will be assigned to guide and assist me during the session, is this true? Also how many teams are allowed to visit in each sessions? If anyone know anything, please let me know because I am clueless.
0
0
566
Aug ’23
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.
Replies
3
Boosts
0
Views
218
Activity
Oct ’25
How can I create an App Group without a "group." prefix?
I am embedding an Electron app within my main app for the macOS App Store. The electron component needs an app group that is named TEAMID.bundle-id But the web interface on developer.apple.com won't allow me to enter anything that isn't prefixed by group
Replies
2
Boosts
0
Views
2.3k
Activity
Jul ’22
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.
Replies
3
Boosts
0
Views
1.7k
Activity
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?
Replies
2
Boosts
0
Views
1.3k
Activity
Oct ’24
Reply to What is Mirror My Screen (WWDC) in Xcode 12 Beta?
This option is available for lab sessions, for developers to share their screen with Apple engineers in the lab.
Replies
Boosts
Views
Activity
Jun ’20
Reply to Distributing a command-line binary executable?
Of course not, But I assume unsafe executables would be covered by the institution's code-of-conduct (similar to weight room, machine shop, chem lab, bio-hazzard lab, etc. rules). In any case, many schools periodically wipe all their lab and library computers.
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’19
Summary app rating per country/region
Hello, I need to get reports of summary app rating per country or region. I see the data is available in app store connect UI: https://help.apple.com/app-store-connect/#/devd15088dd0 However, I can not find an api to automatically retrieve those statistics. Anyone can help me with this? Thanks in advance!
Replies
0
Boosts
0
Views
2.1k
Activity
Dec ’22
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.
Replies
0
Boosts
0
Views
801
Activity
Dec ’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?
Replies
1
Boosts
0
Views
1.6k
Activity
Sep ’17
Summary of '27 Changes?
There doesn't seem to be a What's New in Networking or What's New in Foundation talk this year, and nothing mentioned in the various Release Notes, so can you summarize the overall changes across platforms, or point to a document that does so?
Replies
1
Boosts
0
Views
148
Activity
1w
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?
Replies
1
Boosts
0
Views
736
Activity
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:
Replies
Boosts
Views
Activity
May ’22
how to get system scheduled summary settings in iOS 15
Hi, My App has some work to guide users to allow notification authorization pop-ups. But now in iOS 15, according to different settings, the system will pop up two different styles of pop-ups. So, I wonder if there is a way for me to get scheduled summary setting before I request notification authorization.
Replies
0
Boosts
0
Views
762
Activity
Sep ’21
Subscription Summary not appearing in App Store Connect
This week I released an app with an IAP and subscription in. Whilst I'd be stunned if anyone had subscribed, I'd like to at least confirm that. However, in App Store Connect, apparently I should have a Subscription Summary according to this article here: https://developer.apple.com/help/app-store-connect/view-sales-and-trends/view-subscription-data But I don't have one: Is there any criteria you have to hit to see the subscriptions?
Replies
3
Boosts
0
Views
829
Activity
Oct ’23
For those who attended Vison Pro Dveloper Lab, how was it and how does it work?
My team is planning on applying for Developer Lab in Tokyo for September sessions, and I would very much appreciate the advice! How long does it take for Apple to give the approval/acceptance after applying for the session? How much time am I allowed for each sessions? it says the Developer Lab sessions will be held from 10 AM to 5 PM, does that mean I get to test my app using the Vision Pro during the entire period? How does the session usually take place? I got the impression that someone from Apple will be assigned to guide and assist me during the session, is this true? Also how many teams are allowed to visit in each sessions? If anyone know anything, please let me know because I am clueless.
Replies
0
Boosts
0
Views
566
Activity
Aug ’23