In the iOS Messages App Store users have the ability to control which extensions are 'added' and available to use from the iMessage Extension tray. If the app extension is not 'added' the user cannot use it and does not see as an option in their extension tray while typing a message.
I have a main app that includes an iMessage extension app.
My question is, if I have a main app that also contains an iMessage extension, how can I/can I programmatically determine what this preference is for my extension from within the main application?
The documentation and a look into the Messages framework doesn't mention this ability but perhaps there is way someone knows?