Currently we can only subscribe to one app's alerts or all of the apps if we don't set BUNDLE_IDENTIFIER. This adds support to add a comma separated list of bundle identifiers to subscribe to. Useful when you want to subscribe to a subset of apps for your team.
Currently we can only subscribe to one app's alerts or all of the apps if we don't set
BUNDLE_IDENTIFIER
. This adds support to add a comma separated list of bundle identifiers to subscribe to. Useful when you want to subscribe to a subset of apps for your team.Resolves #84