I'm building an iOS app that manages audio files. It includes a share extension to receive audio files from other apps. It also can share its audio files with other apps.
When a share is initiated from my app, I do not want my own app to appear in the share sheet. In other words, I do not want the user to send my own audio file back to my app.
I cannot find a way to exclude my own app with an NSExtensionActivationRule.
