Matt Dickoff

@dickoff
75 Followers
57 Following
37 Posts
 Camera & Photos
@warpling @sdw wow, "Bugdom". You just gave me a vivid flashback to playing that on an iMac while sitting on one of those spherical squishy balls in an Apple store as a kid.

I gave an opening keynote at the FIDO Alliance’s “Authenticate” conference a few weeks ago! Although it featured timely strategies and tips for professionals deploying passkeys, my primary goal was to explain, as clearly as I can, why passkeys are important and how we should use them to reduce the harm that passwords cause.

YouTube link: https://www.youtube.com/watch?v=otObbUSxcqs

I’m really proud of this talk and I hope you’ll watch it and share it with others. I put care in to making it approachable while still delivering my perspective and insights to security professionals. If you don’t get the “why” behind passkeys, this talk will help fill that gap.

Authenticate 2025 Keynote | Ricky Mondello, Apple | Get the Most Out of Passkeys

YouTube
I often work with Iván and his team to build cool things! Definitely a great opportunity to check out.
https://mastodon.mit.edu/@ivanski/115254630420204520
Iván Cavero Belaunde (@[email protected])

Attached: 2 images If you're an engineer that likes what you see in the #iPhone17 cameras, come work with me at Apple Park! My team drives the photo capture pipeline and we have a new position that is open to early-career engineers (0-3 years of experience). Whenever you see a “Shot on iPhone” billboard, you see our work; it could be your work too. Apply here: https://careers.apple.com/en-us/details/200622152-0836/camera-framework-engineer-photo-capture?team=SFTWR

MIT Mastodon
If you're an engineer that likes what you see in the #iPhone17 cameras, come work with me at Apple Park!
My team drives the photo capture pipeline and we have a new position that is open to early-career engineers (0-3 years of experience).
Whenever you see a “Shot on iPhone” billboard, you see our work; it could be your work too. Apply here: https://jobs.apple.com/en-us/details/200622152-0836/camera-framework-engineer-photo-capture?team=SFTWR
Just got out of the photos/camera WWDC group lab. It wasn’t recorded but I wrote down a few of the answers:
https://gist.github.com/samhenrigold/cec7000aaadd55e22bed5f2300422e26
WWDC25 Camera/Photos Group Lab Q&A

WWDC25 Camera/Photos Group Lab Q&A. GitHub Gist: instantly share code, notes, and snippets.

Gist

@iKyle Came across this in my feed, nice post! Fwiw the PhotosPicker and PHPickerViewController APIs are much preferred over using UIImagePickerController these days. The new API address many of the drawbacks you outline like multi-selection and customization.

There are a handful of docs online that outline the usage:

https://developer.apple.com/documentation/photokit/selecting-photos-and-videos-in-ios

https://developer.apple.com/documentation/photokit/bringing-photos-picker-to-your-swiftui-app

Selecting Photos and Videos in iOS | Apple Developer Documentation

Improve the user experience of finding and selecting assets by using the Photos picker.

Apple Developer Documentation
@BenRiceM Unfortunately these will not be recorded

If you're developing an app and have questions about PhotoKit, the PhotosPicker, Photo Library Access, or anything related, definitely sign up for a 30-minute lab session during our Thursday time slot. If you have an existing issue or bug you're dealing with I highly recommend coming with the Feedback number as that really helps us triage, route, and fix the issue.

Register here:
https://developer.apple.com/wwdc25/labs/98DFUW9PZV/dashboard

#WWDC25

Come check out the Camera & Photos Frameworks group lab today, June 10th, at 6pm PDT. Some colleagues and I will be taking questions from the audience about how best to use our APIs.

The registration link is on this page:
https://developer.apple.com/wwdc25/labs/4TG7S5K28Q/dashboard

#WWDC25

Labs - WWDC25 - Apple Developer

Apple Developer
@BenRiceM Yes! The API on PHAssetResource has also been updated to provide a UTType version, improving over the String version that exists: https://developer.apple.com/documentation/photos/phassetresource/contenttype
contentType | Apple Developer Documentation

The type of data associated with this asset resource (the data can be retrieved via PHAssetResourceManager)

Apple Developer Documentation