Unity-Native-Sharing icon indicating copy to clipboard operation
Unity-Native-Sharing copied to clipboard

Image and text sharing

Open harishG2W opened this issue 2 years ago • 1 comments

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();

harishG2W avatar Apr 06 '23 10:04 harishG2W

That API you're using does not match any API from this repo

What version of this repo are you using?

NicholasSheehan avatar Apr 06 '23 11:04 NicholasSheehan