Search results for

“A Summary of the WWDC25 Group Lab”

11,199 results found

Post

Replies

Boosts

Views

Activity

Installer Lab Notes
There is a way to get the OS installer into an installer packageBuild installer package which installs Install OS X.appComponents:Install 10.12.app (added to Scripts directory or installed somewhere on the filesystem.)postinstall scriptThe command line tool to call is startosinstallpostinstall script would call startosinstall and install Install 10.12.app using the startosinstall tool.Note: The startosinstall tool uses the same logic that the GUI app.Usage: startosinstall --applicationpath <install os x.app path> --volume <target volume path> Arguments --volume, a path to the target volume. --applicationpath, a path to copy of the OS installer application to start the install with. --license, prints the user license agreement only. --agreetolicense, agree to license the license you printed with --license. --rebootdelay, how long to delay the reboot at the end of preparing. This delay is in seconds and has a maximum of 300 (5 minutes). --pidtosignal, Specify a PID to which to send SIGUSR1 upon comp
0
0
4.6k
Jun ’16
Any chance of still joining the UX Writing Lab?
I have accidentally missed the sign up window for the UX Writing lab by 1 hour, but I'd still love to join it if at all possible. I have had this lab several times in the past and it was always very informative. I have a time tracking app that helps people make the most of their time. https://apps.apple.com/us/app/timelines-time-tracking/id1112433234 I'm looking for guidance on how to improve copywriting in my onboarding sequence, on my paywall, and overall throughout the app. Thank you for considering. My Apple ID is lukas[at]glimsoft.com.
Topic: Design SubTopic: General
0
0
150
Jun ’25
App Crahes on empty VCALENDAR SUMMARY
On a customers iPhone (iOS 11.4.1) my calendar app crashes. We found out that the reason is a Skype-Business Meeting event where the SUMMARY field in the VCALENDAR ist empty:SUMMARY;LANGUAGE=de-DE:On my device with same iOS version it is not crashing. The call stack I got via iTunes connect shows a line where my app analyses the event title with range(of searchString: String) which should not be a problem, also if the title is empty. It looks more that there is some memory out of bounds. I´m now waiting for an answer from user, I asked him to assign the event to another calendar (type) when importing a VCALENDAR with this crash.
1
0
812
Jul ’18
Workout Distance summary is in miles. Can I make it meters?
Hello everyone, I'm making an app that saves rowing workouts. Rowing workouts are traditionally in meters. I want my workout summaries to always show in meters. I have created and saved a HKWorkout instance. For the totalDistance, I am saving a quantity that uses HKUnit.meter() as its unit. Any intervals that I've associated with the workout are also saved with HKUnit.meter() as the unit. When I look at the Workout in the Health app, it shows the total distance in miles. All the intervals are in miles as well Is there a special piece of metadata that I need to add to my workout to hint to the Health app that I'd like to always see the summary using meters? How can I get my workout to always be shown in meters in the health app? Thank you for your advice, _ michael
2
0
789
Aug ’21
Wednesday Security Lab notes
FileVault 2 and fdesetupQuestion:When changing account passwords outside of the login window or System Preferences, it does not appear that the FileVault 2 pre-boot login screen gets updated with the new password information.Is there a way to force the OS to update the pre-boot login screen with the new password info?Use cases that may apply:A. Using the passwd command (running as root) to update the account passwordB. Dropping updated plist files into /var/db/dslocal/nodes/Default/usersAnswer:After password change, may need to remove and add user with fdesetup. This will flush the old password's derived key and set up a derived key for the new password.File bug reports for use cases A and B above. The response for use case B may be That's horrifying. Don't do that.Remove:fdesetup remove -user username_goes_hereRe-add:fdesetup add -usertoadd username_goes_hereQuestion:Does the FV 2 password change update process work when an AD DC is accessible via WiFi and not via Ethernet? Ran into a case where the OS passw
0
0
2.6k
Jun ’15
Friday CloudKit and iCloud Lab Notes
Question:For those concerned about data locality for regulatory reasons, can we be certain that our data will not leave the European Union or ${COUNTRY} when it gets stored in the cloud?Answer:iCloud works on a performance and availability basis, so no guarantees are made on where the data is actually stored. It is based on what will provide the best experience for the customer.File bugs and feature requests if you need specific data locality.For more information on iCloud security practices, see the Internet Services section of the iOS Security guide:www. apple. com /business /docs /iOS_Security_Guide.pdfSee complete list of session and lab notes here:https://forums.developer.apple.com/message/142899
0
0
521
Jun ’16
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
228
Oct ’25
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
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
Installer Lab Notes
There is a way to get the OS installer into an installer packageBuild installer package which installs Install OS X.appComponents:Install 10.12.app (added to Scripts directory or installed somewhere on the filesystem.)postinstall scriptThe command line tool to call is startosinstallpostinstall script would call startosinstall and install Install 10.12.app using the startosinstall tool.Note: The startosinstall tool uses the same logic that the GUI app.Usage: startosinstall --applicationpath <install os x.app path> --volume <target volume path> Arguments --volume, a path to the target volume. --applicationpath, a path to copy of the OS installer application to start the install with. --license, prints the user license agreement only. --agreetolicense, agree to license the license you printed with --license. --rebootdelay, how long to delay the reboot at the end of preparing. This delay is in seconds and has a maximum of 300 (5 minutes). --pidtosignal, Specify a PID to which to send SIGUSR1 upon comp
Replies
0
Boosts
0
Views
4.6k
Activity
Jun ’16
When Will 2016 Summary Sales Report Be Available?
I would like to download the 2016 Summary Sales Report from iTunes Connect -> Sales and Trends -> Reports, but the drop-down Year tab only lists 2008 through 2015. When will the 2016 report be available for download? All of the individual months are available, but I would much rather get the whole year in one go.
Replies
1
Boosts
0
Views
454
Activity
Jan ’17
Sales Summary Report missing Subsrciption Value
HI, In the Sales Summary report, i have a Subscription field, that tells me if it is a New or Renewal, but for some reason, i have very often an empty value in there! Do you know why? Furthermore, why do i have for New subscription, 0 under customer_price, is it because he enters a trial period?
Replies
0
Boosts
0
Views
611
Activity
Aug ’23
Any chance of still joining the UX Writing Lab?
I have accidentally missed the sign up window for the UX Writing lab by 1 hour, but I'd still love to join it if at all possible. I have had this lab several times in the past and it was always very informative. I have a time tracking app that helps people make the most of their time. https://apps.apple.com/us/app/timelines-time-tracking/id1112433234 I'm looking for guidance on how to improve copywriting in my onboarding sequence, on my paywall, and overall throughout the app. Thank you for considering. My Apple ID is lukas[at]glimsoft.com.
Topic: Design SubTopic: General
Replies
0
Boosts
0
Views
150
Activity
Jun ’25
Reply to Game Center Challenges not showing in App Store Connect or xcode 16.4
Thank you but I did/do not attend WWDC25. Is there any other way you can help? How can I see challenges in App Store Connect?
Replies
Boosts
Views
Activity
Jun ’25
App Crahes on empty VCALENDAR SUMMARY
On a customers iPhone (iOS 11.4.1) my calendar app crashes. We found out that the reason is a Skype-Business Meeting event where the SUMMARY field in the VCALENDAR ist empty:SUMMARY;LANGUAGE=de-DE:On my device with same iOS version it is not crashing. The call stack I got via iTunes connect shows a line where my app analyses the event title with range(of searchString: String) which should not be a problem, also if the title is empty. It looks more that there is some memory out of bounds. I´m now waiting for an answer from user, I asked him to assign the event to another calendar (type) when importing a VCALENDAR with this crash.
Replies
1
Boosts
0
Views
812
Activity
Jul ’18
where can i find the lab material for the iBook App Development with Swift?
going thru the iBook App Development with Swift. I can not find the lab files for the book. for example: where is the Lab-Enumerations.playground files? Search just shows a GitHub...
Replies
11
Boosts
0
Views
6.2k
Activity
Jun ’17
Workout Distance summary is in miles. Can I make it meters?
Hello everyone, I'm making an app that saves rowing workouts. Rowing workouts are traditionally in meters. I want my workout summaries to always show in meters. I have created and saved a HKWorkout instance. For the totalDistance, I am saving a quantity that uses HKUnit.meter() as its unit. Any intervals that I've associated with the workout are also saved with HKUnit.meter() as the unit. When I look at the Workout in the Health app, it shows the total distance in miles. All the intervals are in miles as well Is there a special piece of metadata that I need to add to my workout to hint to the Health app that I'd like to always see the summary using meters? How can I get my workout to always be shown in meters in the health app? Thank you for your advice, _ michael
Replies
2
Boosts
0
Views
789
Activity
Aug ’21
Wednesday Security Lab notes
FileVault 2 and fdesetupQuestion:When changing account passwords outside of the login window or System Preferences, it does not appear that the FileVault 2 pre-boot login screen gets updated with the new password information.Is there a way to force the OS to update the pre-boot login screen with the new password info?Use cases that may apply:A. Using the passwd command (running as root) to update the account passwordB. Dropping updated plist files into /var/db/dslocal/nodes/Default/usersAnswer:After password change, may need to remove and add user with fdesetup. This will flush the old password's derived key and set up a derived key for the new password.File bug reports for use cases A and B above. The response for use case B may be That's horrifying. Don't do that.Remove:fdesetup remove -user username_goes_hereRe-add:fdesetup add -usertoadd username_goes_hereQuestion:Does the FV 2 password change update process work when an AD DC is accessible via WiFi and not via Ethernet? Ran into a case where the OS passw
Replies
0
Boosts
0
Views
2.6k
Activity
Jun ’15
Friday CloudKit and iCloud Lab Notes
Question:For those concerned about data locality for regulatory reasons, can we be certain that our data will not leave the European Union or ${COUNTRY} when it gets stored in the cloud?Answer:iCloud works on a performance and availability basis, so no guarantees are made on where the data is actually stored. It is based on what will provide the best experience for the customer.File bugs and feature requests if you need specific data locality.For more information on iCloud security practices, see the Internet Services section of the iOS Security guide:www. apple. com /business /docs /iOS_Security_Guide.pdfSee complete list of session and lab notes here:https://forums.developer.apple.com/message/142899
Replies
0
Boosts
0
Views
521
Activity
Jun ’16
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
228
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
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
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
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