I am using the receiving_share_intent in my app so users can share anything into my app. That is working fine, but I just got a mail from a user where another app called "draw names" is opened when tapping on my app (called "Wishlists").
I just tested it my self and it's true.
How can that happen? For the app_group
I am using the best practice:
group.my_bundle_id
How can that happen and what can I do to prevent that behvaior?