moljac / Xamarin.UberTesters

Xamarin.UberTesters SDK bindings + upload APi
4 stars 3 forks source link

Logging no longer functions after last ubertesters update #1

Closed CameronVetter closed 10 years ago

CameronVetter commented 10 years ago

I noticed a couple days ago that the client code that is getting injected into our binaries when we upload to ubertesters changed dramatically, (the UI for uber changed noticeably in my app without any code changes). My app still functions fine, but I notice that the Loggingno longer gets recorded in the tracking information. I also noticed that the SDK available for download from ubertesters has changed. Any chance of an update?

moljac commented 10 years ago

This was probably due to the new SDK version. I updated SDK last Thursday and started updating everything, but slowly cos I'm on vacation. Right now everything should be on SDK v.2.0.

I tested yesterday Android sample and everything was recorded fine. Can you retest pls? (I merged Your pull request few minutes ago)

I'll finish samples [iOS] both native-classical and XamarinForms in next few days and will add component[s] for Xamarin Component store.

CameronVetter commented 10 years ago

With the changes from my pull request logging works, so this issue is now resolved. Thanks for the quick response and merge!