It seems to work on physical device but not in Simulator. I am afraid that judges won’t be able to experience the feature because it does not work in Simulator. What do you think?
I want to access Front Camera in my App
When you submit your playground, there is a place to specify where your playground should be run, so you’ll want to choose the Swift Playgrounds for iPad checkbox. Your playground won’t be run in the simulator unless you specify that, so as long as it works in Swift Playgrounds you should be ok.
It would also be a good idea to add a little note in the comment section when you submit your project. Also I've seen plenty of projects submitted that utilizes the front camera (you can check the unofficial wwdc 2022 submission github repo)