yasirkula / UnityNativeShare

A Unity plugin to natively share files (images, videos, documents, etc.) and/or plain text on Android & iOS
MIT License
891 stars 131 forks source link

No text when posting to Viber #42

Closed tttestuser23 closed 5 years ago

tttestuser23 commented 5 years ago

Code:

new NativeShare().AddFile(_file).SetText(_text).Share();

No text when posting to Viber

yasirkula commented 5 years ago

Some other apps may also omit either the text or the image when both are shared together. NativeShare uses standard sharing APIs on both platforms (ACTION_SEND intent on Android and UIActivityViewController on iOS), the rest is up to the target applications: they decide which shared content to ignore or to accept.