You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And when I try to share it to the Telegram it shows popup, I click on the Saved Messages to send it to, and it says "ok". When I open Saved Messages, I see nothing...No, my shared message. BUT the same behavior I see in another apps, for example, Litres has the same behavior. Maybe it is problem of iOS 17/18?
Also, I've tried to share it to WhatsApp/Slack and so on and it works as expected
Expected Behavior
When I share to telegram, it have to send message to telegram
> Cannot issue sandbox extension for URL:https://...
> 59638328 Plugin query method called
> Couldn't read values in CFPrefsPlistSource<0x3020d4b00> (Domain: com.apple.country.carrier_2, User: kCFPreferencesCurrentUser, ByHost: No, Container: /var/mobile/Library/CountryBundles/, Contents Need Refresh: Yes): accessing preferences outside an application's container requires user-preference-read or file-read-data sandbox access
> The request of a upload task should not contain a body or a body stream, use `upload(for:fromFile:)`, `upload(for:from:)`, or supply the body stream through the `urlSession(_:needNewBodyStreamForTask:)` delegate method.
> **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}**
The text was updated successfully, but these errors were encountered:
RayZik
changed the title
@capacitor/share not working with telegram (at least iOS 18)
[BUG] @capacitor/share not working with telegram (at least iOS 18)
Dec 10, 2024
Bug Report
Plugin(s)
"@capacitor/android": "6.2.0",
"@capacitor/core": "6.2.0",
"@capacitor/ios": "6.2.0",
"@capacitor/app": "6.0.2",
"@capacitor/share": "6.0.3",
Capacitor Version
Platform(s)
Current Behavior
I've added the share plugin to the ionic. Add this code
And when I try to share it to the Telegram it shows popup, I click on the Saved Messages to send it to, and it says "ok". When I open Saved Messages, I see nothing...No, my shared message. BUT the same behavior I see in another apps, for example, Litres has the same behavior. Maybe it is problem of iOS 17/18?
Also, I've tried to share it to WhatsApp/Slack and so on and it works as expected
Expected Behavior
When I share to telegram, it have to send message to telegram
Code Reproduction
Something like that -> https://github.com/RayZik/capacitor-share-issue
But you have to change bundleId and sing the App cuz xcode fail to build
Additional Context
The text was updated successfully, but these errors were encountered: