-
-
Notifications
You must be signed in to change notification settings - Fork 138
Share to Slack #92
Comments
Are there any error messages in Xcode console? |
I don't see any errors in the console. |
The app becomes non-clickable with black bars around the edges. Swiping down makes it clickable again and full screen.This issue with slack only |
Can you see the "Shared to %@ with result: %d" log in Xcode console for Slack or any other apps? If so, does this log appear before or after the share result log that is Debug.Log'ed from Unity? |
3dAssistant[14888:3781953] Shared to com.tinyspeck.chatlyio.share with result: 0 (Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35) |
Result of 0 should actually point to ShareResult.Unknown. I'm not sure why it resolves to NotShared in your case. Can you insert P.S. I don't have any control over the shared apps' behaviours, so I don't think that we can avoid Slack's strange behaviour. |
Yeah,its slack problem.I have shared an image from Telegram to Slack and get the same issue.Thank you for helping) |
I'm still unsure about the cause of NotShared permission. It should've been Unknown. Did you get a chance to insert the Debug.Log line I've mentioned to the code? |
Ok,one moment |
Share message received: 2com.tinyspeck.chatlyio.share (show first) |
Ah, I completely forgot about the |
Hi there.
After sharing image to slack it doesn't hide share dialogue.ShareResult also NotShared,but image was shared.How can i hide share dialogue? Testing on IOS 13.6 (iphone x)
The text was updated successfully, but these errors were encountered: