-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ios notes uses default Branch image rather than contentImageUrl #339
Comments
Hello Alex, Good find. I was able to replicate the issue on my end as well. The Branch logo always appears within Apple Notes. The good news is your image should show up correctly when shared to other apps, just not Apple Notes (example). I used the following code to test (replacing the contentImageUrl with your image URL):
I will continue investigating why the contentImageUrl is broken for Apple Notes. Thanks, |
Hi Ethan Apple notes is obviously getting that image from somewhere on the Branch system so conceptually overall should work, just some Branch plumbing somewhere not right. Alex |
Thanks for the additional testing! I also looked into our Branch iOS SDK and it is working fine there. So something is breaking on the Branch Cordova SDK layer. I will investigate a fix. In the meantime, just know your image (https://res.cloudinary.com/uptaste/image/upload/g_auto/experiences/leyhh0exkyigjffdnzjq) should work fine when shared to other apps (e.g. Facebook, Twitter, iMessage, etc). Thanks, |
Hi Ethan, we ran into the same issue in our app as well. Any updates on this? Thanks! |
Hey @ethanneff, do you have any updates on this issue? |
Hello hello, I was able to reproduce the bug, but unfortunately, this issue had been backlogged. Our main focus is how deep links behave on the internet (Safari, Chrome, Facebook, Twitter, Hangouts, iMessage, etc). The preview image for all of these apps are working correctly. We have found in our logs that very few users share links with a Cordova app in Apple Notes. This is a test case for developers, but for the general population, this bug will never be noticed. Because of this, priority for this bug will remain low. I thank you all for bringing this bug to my attention. |
I create an object with contentImageUrl
When this is tweeted from the share sheet, the correct image shows
When this is added an apple iOS note (a new note), the default Branch image shows (within the note)
i.e. think I have the Branch object configured OK otherwise it wouldn't show the right image on twitter, so I am thinking it is something else not at my end
This is an example image that doesn't work
https://res.cloudinary.com/uptaste/image/upload/g_auto/experiences/leyhh0exkyigjffdnzjq
(I have tried http rather than https, I have tried a smaller image)
Any thoughts as to what it could be?
The text was updated successfully, but these errors were encountered: