KasemJaffer / receive_sharing_intent

A Flutter plugin that enables flutter apps to receive sharing photos, text and url from other apps.
Apache License 2.0
331 stars 384 forks source link

Documentation #281

Open rbarzel opened 7 months ago

rbarzel commented 7 months ago

Section 6 of the ReadMe titled Add Runner and Share Extension in the same group

Add a new container with the name of your choice. For example group.MyContainer in the example project its group.com.kasem.ShareExtention

I don't understand what this means. What's a container and how do I add one in Xcode? I'm not an iOS dev, obviously :-)

Thanks!!

rbarzel commented 7 months ago

Ah, I finally figured it out. Maybe change the ReadMe to say something like this...

Add a new container with the name of your choice: Signing & Capabilities -> App Groups -> click "+" enter the name of your choice. For example group.MyContainer in the example project its group.com.kasem.ShareExtention

Thanks for the nice package!