TelemetryDeck / SwiftSDK

Swift SDK for TelemetryDeck, a privacy-conscious analytics service for apps and websites.
https://telemetrydeck.com/
Other
155 stars 32 forks source link

Can't see custom payload in viewer apps #48

Closed roddymunro closed 2 years ago

roddymunro commented 2 years ago

I've got TelemetryDeck working inside my app, and I can see the signals appearing in the viewer app with the generic payload key-val pairs (locale, app version, etc).

However, I can't for the life of me find my custom payload in both the iOS and macOS viewer apps. I am calling TelemetryDeck.send("mySignalName", with: ["key": "val"]), but don't see any my payload info. I am building and running my app locally, so everything is coming in under 'Test Mode'.

Is there something I'm missing? I followed the docs to get myself to this point.

I am using the latest SDK and viewer app versions (installed about 2 hours ago).

roddymunro commented 2 years ago

So I am seeing some payload data, but not all of it. Closing the issue.