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 Telegram 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 Telegram?
1
0
115