How can we check if the Insider Notification Targets are set correctly?

Prev Next

To check if the Insider Notification Targets are set correctly, you should follow these steps:

  1. Set a breakpoint inside the InsiderNotificationService folder > NotificationService.m/NotificationService.swift file method.

  2. Run the project.

  3. Go to Debug in the top bar of Xcode.

  4. Click the Attach to Process by PID or Name.

  5. Enter InsiderNotificationService in the text field in the prompt.

  6. Click the Attach button.

  7. Send a test push.

After you set the breakpoint, if the test push is not fired, it means that the target integration is incorrect. You should remove the InsiderNotification targets and re-add them.