bitstadium / HockeySDK-iOS

HockeyApp was retired and the SDKs are deprecated. Please use App Center instead.
https://github.com/microsoft/appcenter-sdk-apple
Other
597 stars 268 forks source link

Sending crash report #314

Closed DiegoV71 closed 8 years ago

DiegoV71 commented 8 years ago

Hi, I include this component in project and code in appdelegate

var manager = BITHockeyManager.SharedHockeyManager;
manager.Configure("*MyAppID*");
manager.CrashManager.CrashManagerStatus = BITCrashManagerStatus.AutoSend;
manager.StartManager();

but reports about mythrow new Exception("message") not send to service; help me please;

ElektrojungeAtWork commented 8 years ago

Hello @DiegoV71,

Thanks for getting in touch. Although your integration code looks fine, it's pretty hard to see from these 5 lines of code what's going on. Please open a support ticket on support.hockeyapp.net so we can have a closer look, e.g. share some code non-publicly.

Some things I can think of without knowing more:

Something you can do yourself is to enable debug logging and check in the console of you see error messages by the SDK.

Best, Benjamin

ElektrojungeAtWork commented 8 years ago

Just found out that you're seeing issues with our Xamarin SDK and have opened a support request. Closing this issue.