I have a simple ShareLink in my app:
let shareImage = Image(uiImage: shareUIImage)
ShareLink(item: shareImage,
subject: Text(shareText),
preview: SharePreview(shareText, image: shareImage),
label: { ImageShareButton() })
It works fine when sharing to Apple Messages and Instagram.
However it does NOT work when sharing to ******** and Bluesky. The share sheet hesitates for a second and then closes with no action taken. Console errors include: Received port for identifier response: <(null)> with error:Error Domain=RBSServiceErrorDomain Code=1 "Client not entitled" UserInfo={RBSEntitlement=com.apple.runningboard.process-state, NSLocalizedFailureReason=Client not entitled, RBSPermanent=false})
Is this something that those third party apps need to resolve, or has anyone been able to get image sharing working with Bluesky or ********?
Our engineering teams need to investigate this issue, as resolution may involve changes to Apple's software. Please file a bug report, include a small Xcode project and some directions that can be used to reproduce the problem, and post the Feedback number here once you do. If you post the Feedback number here I'll check the status next time I do a sweep of forums posts where I've suggested bug reports.
Bug Reporting: How and Why? has tips on creating your bug report.