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

Posting image+text on Instagram #156

Closed hippogamesunity closed 1 year ago

hippogamesunity commented 1 year ago

Hello! Can you confirm that only image can be shared on Instagram on Android currently (with no text)? It looks like it works fine on iOS (image + text, but I wonder why), but on Android it ignores text.

If so, maybe you could advise other plugins that can do this? Or other possible workarounds?

I've found this asset, but I don't know if it works for image + text. https://assetstore.unity.com/packages/tools/integration/instagram-share-kit-for-android-162237#description

hippogamesunity commented 1 year ago

Also found this https://stackoverflow.com/questions/32640765/sharing-text-with-image-to-instagram-using-android-intent

yasirkula commented 1 year ago

I've heard about this issue before, so I agree that this issue exists on Instagram (though I'm also surprised to hear that iOS works fine). If Instagram doesn't accept the standardized method of passing text to shared data (Intent.EXTRA_TEXT), I don't think we can do anything other than using their own SDK (if exists). I haven't done research about this topic so I unfortunately can't redirect you to another plugin :(

hippogamesunity commented 1 year ago

Ok, thanks anyway!