yasirkula / UnityNativeShare

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

Change MIME type #4

Closed svisveswar001 closed 6 years ago

svisveswar001 commented 6 years ago

The stable version works fine. But on android the code currently handles image/video/plain text. When I pass audio it treats it as video since that is what is hard coded if it is not an image file. We can add mime-type as a parameter.

yasirkula commented 6 years ago

Although months have passed since this issue was opened, I've updated the package accordingly for future generations.