yasirkula / UnityNativeShare

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

Why can't I share on whatsapp in iOS, has this ability in android though #121

Closed manisharan18 closed 2 years ago

manisharan18 commented 2 years ago

Able to see all other sharable apps except whatsapp on iOS. I am trying to share an image with a text on through any sharable app. All others woks great. Why only not whatsapp.

Please guide me. Thanks.

yasirkula commented 2 years ago

I haven't heard of this before. You can't share text with image on WhatsApp but that doesn't mean that WhatsApp won't appear in the share sheet. I honestly don't know the cause of it. Perhaps reinstalling/updating WhatsApp resolves the issue?

manisharan18 commented 2 years ago

Hi. Thanks for quick response. I tested again. Able to see whatsapp app in the apps list, but only text is appearing, there is no image attached.

Do I need to add any permission in info.plist to share image. I need to share image with text. Appreciate your help. Thanks.

manisharan18 commented 2 years ago

Able to share image if I comment out .AddText method.

How to share both.

yasirkula commented 2 years ago

I wish it was possible but it isn't. Google "UIActivityViewController WhatsApp image with text" and you'll see the same result.