In my iOS application I am creating images with MKSnapshotter during its runtime. I would like to show these images on the watch but I don't know how to dynamically make them reside in the Extension folder.
Is it possible to dynamically add files to the Watch Extension? If so, which path should I use for saving these files?