Skip to main content
Use this page when the app builds but PNLight calls fail, or when data does not appear in the dashboard.

Check initialization

  • The app calls SDK initialization once during startup.
  • The SDK token comes from the same project you are checking in the dashboard.
  • The initialization call finishes before attribution or Remote UI requests.
  • Unsupported platforms do not call iOS-only SDK code.

Check package installation

Confirm the Swift package URL is https://github.com/pnlight-dev/sdk-swift.git and the app target includes the package.

No data in dashboard

If data does not appear:
  1. Open the Integration page to see which signals have been received.
  2. Confirm the app build uses the correct SDK token.
  3. Trigger a fresh install or test event.
  4. Check the selected date range in Analytics.
  5. Check whether you are viewing the correct project.
A common setup mistake is using a staging token in a production build or a production token in a development build.