WinRT Integration troubleshooting

I can't see my data in the Dashboard.

Your app key is entered incorrectly

Your app key might be missing a first or last character, or it may have an extra space somewhere.

Double-check your app key to be sure it is correct.

Enable logging

Make sure logging is enabled. This will show whether the session was successfully opened and whether the upload returned a 202 as expected.

  • Check to see if logging is enabled.
  • Enable logging by calling setLoggingEnabled:
    Localytics.SetLoggingEnabled(true);