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 at the top bar of Xcode.
  4. Click the Attach to Process by PID or Name.
  5. Enter InsiderNotificationService in the text field on 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 targets integration is incorrect. You should deintegrate the InsiderNotification targets and add them again.