React Native. iOS only:
I installed rich push notification extensions according to the documentation here. I have 4 targets, so I created 4 extensions "rich", 4 separate Bundle Identifiers (for example, "appname.rich") and 4 separate provisioning profiles (for example, "appname.rich").
The provisioning profile is explicit, push notifications are enabled there and app group also exist "group.appname".
The provisioning profile of the main target "appname" has all certificates (dev and .p12). .p12 we use at SFMC to send pushes.
The problem is as soon as I add the extension for rich pushes, my app stops to receive all notifications in production (enriched or simple). When I remove extension - everything works fine in production.
Target in Deployment info for both - iOS 10.0.
Please advise, what this can be.
I will be happy to provide more information.
Thanks.