countly-sdk-unity
countly-sdk-unity copied to clipboard
Countly Product Analytics Unity SDK
This PR is created for being able to refactor repeating foreach loops in Views PR, and can be useful while working with segmentations
Extracted IViewModule from the Views PR. Deprecated old methods; functionality kept the same to merge easily.
I am sending an event with segmentation like following if (data.InstallReferrer != null) segment.Add("referrer", data.InstallReferrer.Trim()); if (data.ReferrerClickTime != null) segment.Add("click_timestamp", data.ReferrerClickTime.Millisecond); if (data.InstallBeginTime != null) segment.Add("begin_timestamp", data.InstallBeginTime.Millisecond); if(data.InstallBeginServerTime != null)...
Sorry to dump a bunch of stuff on you, but I am getting this compile error with the current library code: Assets\Plugins\CountlySDK\Helpers\StorageAndMigrationHelper.cs(195,54): error CS0103: The name 'HttpUtility' does not exist...
Changes on the TestUtility within Views PR are extracted. With that, I also extracted testing-related changes from the PR (CustomIdProvider and line that breaks in StarRatingTests, which will be refactored...
Unity version 2020.3.24f lts Countly version 21.11.0 Scripting Backend : IL2CPP **Downgrading to the version 20.11.5 solve the issue** Error Input in Unity: Exception: IL2CPP error (no further information about...