NativeUIImagePicker as Apple Camera

I need to recreare an app that simulated the same features like "standard camera" by apple.

In particular i need to "auto save" the image on camera roll with out approve the saving.
There is any way to do this?
thank you

Hi, 


You can start the UIImagePicker component directly as a camera application.The image that is taken is automatically saved to the camera roll. A dialog is presented that ask permissions to the user. There is no workaround for this.

Kind Regards, 
Pieter

Ok. Thank you