[flagged]

That's super handy, thanks! I've been using one of those selfie monitoring screens and opening the camera to record video + turning on the flash, this app seems like a better way of accomplishing this

What API are you using if you don’t mind me asking?

That seems super cool! You could almost strap an iPhone to the back of your phone and see yourself for recordings.

Apple’s MultipeerConnectivity framework -- phones discover and talk over local wifi / bluetooth via MCSession, MCNearbyServiceAdvertiser, and MCNearbyServiceBrowser in PeerSessionManager.

Apple has deprecated all of that now

You're right - I have to move them to Network Framework when I have time :)

When you get around to doing that, you might find the Github repo and its accompanying medium article useful.

https://github.com/0Itsuki0/SwiftUI_P2PWithNetwork

Nice! I was really missing working examples when I replaced an MPC by the lower-level Network, not an easy task, but it provides huge improvements

Please post your own Show HN, or comment in “what are you working on” threads, or pick some other approach.

I also have an app that uses device camera and I don’t write about it in mostly unrelated submissions.