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