I have an audio file saved in my apps sandboxed Documents dir, I share it via
It works fine the first time, however if I try sharing again the audioFile doesn't show up in iMessage,Messenger etc...I have googled and looked at various search results without success.
Any ideas?
Thanks
Code:
shareView = UIActivityViewController(activityItems: [_fileURL!], applicationActivities:nil )
self.presentViewController(shareView,animated:true,completion: nil )
Any ideas?
Thanks
Last edited: