Unity-Native-Sharing
Unity-Native-Sharing copied to clipboard
Image and text sharing
In some apps Image with text is not getting shared on both ios android platforms, Need help
new NativeShare().AddFile(filename) .SetSubject("subject").SetText("Sharing you file") .SetCallback((result, shareTarget) => G2WGameConstants.isSharing = false ) .Share();
That API you're using does not match any API from this repo
What version of this repo are you using?