bigvanstudio
bigvanstudio
Hi! First of all, many thanks for the plugin! I have tested it on iOS 11.4 and it does not work even adding the "dispatch_async" code. Any solution? Thanks in...
Hi, Thanks for your fast reply. I am testing in on an iPhone 7. I am trying to share a just recorded video. Thanks for yr support. This is what...
Nothing happens.. This is the ShareVideo function: public void ShareVideo(){ Debug.Log("Share video. Path:" + GlobalVariables.lastVideoPath); Debug.Log("Video exists: " + File.Exists(GlobalVariables.lastVideoPath)); //new NativeShare().AddFile(GlobalVariables.lastVideoPath).SetSubject("Subject text").SetText("Hello World!"); new NativeShare().AddFile(GlobalVariables.lastVideoPath); } This is what...
WOW!! What a rookie's mistake! I apologize!! It works perfectly well!! Many, many thanks!! really!