To check if the Insider Notification Targets are set correctly, you should follow these steps:
- Set a breakpoint inside the InsiderNotificationService folder > NotificationService.m/NotificationService.swift file method.
- Run the project.
- Go to Debug at the top bar of Xcode.
- Click the Attach to Process by PID or Name.
- Enter InsiderNotificationService in the text field on the prompt.
- Click the Attach button.
- Send a test push.
After you set the breakpoint, if the test push is not fired, it means that the targets integration is incorrect. You should remove the InsiderNotification targets and re-add them.