
Paul Reedy
Activity overview
Latest activity by Paul Reedy-
Paul Reedy commented, Ok, that's what I tried to do.. i downloaded the latest version from github to my home directory, copied that one file over, but for some reason I didn't get it copied correctly. Thanks!
-
Paul Reedy commented, Thanks! Can you refresh my memory on how to recompile to get this in place? I tried grunt Dist-All then restart countly service but that didn't work.
-
Paul Reedy commented, [[Countly sharedInstance] recordEvent:@"Submit" segmentation:myEvent count:1];
-
Paul Reedy created a post, Why does event totals not add up
Event counts are not adding up, here is a simple example. Why does 1+1=3?
-
Paul Reedy commented, Ok it seems to be adhering to the windows application model. In the MainActivity.OnCreate I have: var countlyTask = Countly.StartSession(analyticsUrl, analyticsKey, appVersion, FileSystem.Current);...
-
Paul Reedy commented, Ok, I added the "Countly" nuget package, which activated the using statement, however, none of the countly objects are recognized. CountlyConfig config = new CountlyConfig(); doesn't work Countly.S...
-
Paul Reedy commented, There's also a "Countly" nuget package. When I click on the project page link, it says it's a windows library. Should I be using that one?
-
Paul Reedy commented, I've installed Nuget package CountlySDK.Xamarin.Android. I see it in the packages folder, but the using statement is greyed out.
-
Paul Reedy created a post, Xamarin Forms (Android)
I notice there is Xamarin Forms (iOS), Xamarin (Android), and Xamarin.iOS SDK's. I've created a new Xamarin Forms Android app, added the nuget package, but it's not recognizing the using CountlySdk...
-
Paul Reedy created a post, Email Reports menu disappears after use
When I go into the Email Reports section, every time I click on "Send Now", or "Preview", all of the "Edit, Delete, Send Now, Preview" menu items for ALL reports goes away and never comes back. I ...