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

Problem with sharing on android #47

Closed kelvinwop closed 4 years ago

kelvinwop commented 4 years ago

Hello,

my app generates a csv file to be shared: image image

but when I share it using: image

Nothing happens. No errors.

My android manifest: image

yasirkula commented 4 years ago

Try moving the provider to above the </application> line, i.e. move it inside the <application>...</application> tag.

kelvinwop commented 4 years ago

ah yes that seems to have fixed it