How to track a download using PiwikTracker iOS SDK?

Hi guys,

so I want to track if a user using my mobile app starts downloading a file so that the downloaded file name appears as entry under Actions>Downloads in the Piwik backend. I can’t seem to do that using the PiwikTracker iOS SDK. I tried using the sendEventWithCategory method but then the entry appears under Events but not under Downloads like where I wanted it to be. How can I achieve it then?

Any help would be appreciated.

Hi there,

can you create an issue in the ios SDK issue tracker (if not yet done): Issues · matomo-org/piwik-sdk-ios · GitHub

I created a new issue here: https://github.com/piwik/piwik-sdk-ios/issues/69
Thanks for the hint!