The images in our carousel push notifications won’t appear on iOS devices. What could be the reason?
- It might be due to the app groups. You might have a problem with the app group registration. In this case, Xcode does not recognize the app group assigned in the Signing and Capabilities.
Or the app group string does not match the Signing and Capabilities, App Delegate, and NotificationViewController file inside the InsiderNotificationContent folder. You should check these for typos. - You might have another push handler inside the project. Refer to push handling issues.