OneWhistle / whistle-xamarin

Whistle Xamarin project
0 stars 0 forks source link

Insights about using applause / raygun for user tests tracking ? #16

Open talanta opened 10 years ago

talanta commented 10 years ago

I saw you referenced Raygun with a given Key. Is there a dashboard with related tracking info ? We use Applause to share apk with testers, but there is no tracking configured in the App.

rzee7 commented 10 years ago

You are right, I was just testing with raygun. actually, What happened. I told you about that apk crashing in release mode.

So, track Its info I have instantly use raygun, because I have already used raygun inside in of my project.

for applause I need to see their sdk integration, so just thought to avoid that time consumption I used raygun.

:)

talanta commented 10 years ago

Which one would recommend ? Easy to setup, and to communicate with others. The Release crash is fixed, maybe Raygun can do the job. But it isn't free contrary to appLause, am i right ?

rzee7 commented 10 years ago

You are right, andrei. Raygun is paid but much easier to integrate inside an app. but appluase has no component for Xamarin yet. :(

Interesting thing is that I couldn't found an exception which was causes. I just added raygun reference and apk worked pretty well, If I removed their ref apk goes crash. any idea?

talanta commented 10 years ago

Do you have the stack trace ? There might some reflection code that resolve Raygun classes, so it don't fail during compilation.