Search results for

A Summary of the WWDC25 Group Lab

10,088 results found

Post

Replies

Boosts

Views

Activity

Nearby interaction 1-on-1 lab
Is there any chance we could join a 1-on-1 Lab with the Nearby Interaction team tomorrow sometime? It looks like there are none listed on Friday. We were suggested to look into Nearby Interaction during our 1-on-1 with the CarPlay team toady -we have a navigation app with cool safety alerts. I totally understand that this is a last minute request. And thanks for your help!
1
0
313
Jun ’20
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
71
Jun ’25
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
498
Jun ’16
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
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
749
Aug ’21
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
773
Jul ’18