OutdatedGuy / receive_sharing_intent_plus

Unlock seamless content sharing in your Flutter apps with text, photos, and URLs - one plugin away.
https://pub.dev/packages/receive_sharing_intent_plus
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

not sharing for background app in iOS #13

Open lagif opened 5 months ago

lagif commented 5 months ago

While it seems to work OK on iOS and pass files through the UserDefaults, when the app is already opened in the background, nothing happens, the listening channel seem to close immediately after the error:

[User Defaults] Couldn't read values in CFPrefsPlistSource<0x283d34d80> (Domain: , User: kCFPreferencesAnyUser, ByHost: Yes, Container: (null), Contents Need Refresh: Yes): Using kCFPreferencesAnyUser with a container is only allowed for System Containers, detaching from cfprefsd ****: [tcp] tcp_output [C16.1.2.1:3] flags=[R.] seq=497160602, ack=2743814988, win=3980 state=CLOSED rcv_nxt=2743814988, snd_una=497160602

OutdatedGuy commented 5 days ago

Hi, I'm not actively maintaining this package currently. Can you try with the receive_sharing_intent plugin instead?

lristic1310 commented 4 hours ago

Hi @OutdatedGuy is the receive_sharing_intent plugin actively maintained?