Open Ruhasi opened 1 year ago
Facing the same issue. Have you been able to fix please?
@Abu-muhab Still not. Any chance from your side?
@Ruhasi @Abu-muhab I having same issue... no news yet?
@bbig979 No. No one attending
@Ruhasi I discovered that the following works: https://pub.dev/packages/share_handler
Me too facing same issue when I take a screenshot in IOS it opens a crop image view and if i try to share it doesn't open the app.
As anybody found an alternative to this, I'm presently facing the same issue.
Found a solution to this @YashSavsani @Ruhasi @Abu-muhab . You can check this out https://github.com/dretoba91/receive_sharing_intent/blob/master/example/ios/Sharing%20Extension/ShareViewController.swift
@dretoba91 Have you tried adding function to support sharing contacts from phonebook? i.e. sharing VCards in iOS or VCF in android?
@dretoba91 I tried your code here, but when I try to share an image into my app, the share sheet just closes, even if I didn't attempt to crop the image. I'm not sure this code is working properly as I have checked my appGroupId
and hostAppBundleIdentifier
to be sure its not my error.
@dretoba91 solution code is not working. May I know everything working fine for you?
Everything is working fine for me.
On Sun, Dec 3, 2023 at 7:50 PM Ruhasi @.***> wrote:
@dretoba91 https://github.com/dretoba91 solution code is not working. May I know everything working fine for you?
— Reply to this email directly, view it on GitHub https://github.com/KasemJaffer/receive_sharing_intent/issues/240#issuecomment-1837566266, or unsubscribe https://github.com/notifications/unsubscribe-auth/APN6TPQI3CC426H7TSCJZLDYHTCVVAVCNFSM6AAAAAAUOKATT6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZXGU3DMMRWGY . You are receiving this because you were mentioned.Message ID: @.***>
My iOS configurations working fine when sharing image from the gallery. but when trying to share image from edit image page it self application not opens. However application icon is showing there. Does anyone face this issue? Please help