-
-
Notifications
You must be signed in to change notification settings - Fork 137
Sharing Image to Facebook (iOS) does not share the image just the text and link #151
Comments
I wouldn't include DateTime in the filename as is because it might contain invalid filename characters but lucky for you, somehow it didn't seem to happen. I'd still recommend testing the code with a simpler filename like "TestImage.png", maybe Facebook sharing fails when filepath contains certain characters. What happens when you share to Facebook on iOS? The app doesn't freeze, right? Does the image appear in share dialog but after clicking Share, it disappears or does something else happen? |
Okay I will try that.
When I share nothing crashes, it "shares" the post to facebook but when I
go to facebook no image was passed through...
|
Can you also try sharing only an image (no text or url)? |
I have the same problem, but on both, Android and iOS. On iOS, the same problem that lejeanf described. On Android, nothing is displayed, nor image, nor text. Other apps that I checked work well. About a couple of weeks ago it was working well on both. Tried from several phones. Older and newer ones too. It worked on the newest iPhones too. Might be some changes in Facebook? |
Yeah that's my assumption as well. Can you try sharing content from Gallery, Notes, SMS, etc. apps to Facebook and see what happens? |
Good idea. Seems like a Facebook bug. I get the same problem when sharing from Gallery and Notes. Websites and Youtube videos are shared normally. I don't know if it is related, but anyway I want to note it here. On the bottom part of the screen, there is a popping-up message - "Unable to share to Reels. To share this content, create a post." I am creating a post. Not Reel. I get this message when sharing from Youtube too. |
I've seen someone else encountering the same message and I'm hoping this isn't NativeShare related (the fact that YouTube also has this issue is actually assuring 😏). |
I have the same problem, just facebook does not share the image just the text and link on IOS |
Has anyone found a solution or workaround? |
The image is created and stored on the device. That part is no problem.
Sharing to other social media like instagram works fine.
Sharing to Facebook under Android works find.
Sharing to Facebook under iOS does not work.
here is the code related to the sharing part:
The text was updated successfully, but these errors were encountered: