matomo-org / matomo-sdk-ios

Matomo iOS, tvOS and macOS SDK: a Matomo tracker written in Swift
MIT License
388 stars 164 forks source link

PiwikNSURLSessionDispatcher miss url encode process #88

Closed CoderRoger closed 7 years ago

CoderRoger commented 8 years ago

The method sendSingleEventWithParameters has URLEncode process for queryParameters while sendBulkEventWithParameters has not! And it effects the custom variables which containing other languages such as Chinese

mattab commented 8 years ago

Hi @CoderRoger thanks for the report. Would you please create a pull request with the fix?

FYI: we the Piwik team are looking for a maintainer for the iOS SDK. if you can help please comment here #91 - we need you!

brototyp commented 7 years ago

Hi @CoderRoger, thanks again for the report. Please test this issue with the new swift 3 alpha and reopen if the issue still exists. We don't support sending single events, at least for now.