What's the underlying code for ios's camera app ? like how does it assign metadata and filename? is it java or something else ? Can another app be created to use the same basic code with added extra features ?
Hey @anmac1789,
It sounds like you'd like to make a camera app, so I recommend that you start with AVCam: Building a camera app.
The underlying code for the system's Camera app is not available, and we can't provide details about it, but the sample code project I linked to above can hopefully help you with your camera app development!
-- Greg