Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

Can't get HockeyApp working on iOS

$
0
0

Hi,

I try to use HockeyApp on a iOS project.

It's working fine on android, but I can't get it working on iOS.

Here's my AppDelegate code for HockeyApp:

var manager = BITHockeyManager.SharedHockeyManager;
manager.Configure("----");
manager.CrashManager.Init();
manager.LogLevel = BITLogLevel.Verbose;
manager.CrashManager.CrashManagerStatus = BITCrashManagerStatus.AutoSend;
manager.StartManager();
manager.Authenticator.AuthenticateInstallation();

if (BITHockeyManager.SharedHockeyManager.CrashManager.DidCrashInLastSession)
{
    runInSafeMode = true;
    Thread.Sleep(5000);
}

Then, later in my code I throw an NotYetImplementedException.

The exception is correctly catched and send to the server on android, but I can't get it working on iOS.

BITHockeyManager.SharedHockeyManager.CrashManager.DidCrashInLastSession is always false.

I also tried without the debugger attached as I read that the debugger catch exception before the SDK, still not working.

Any ideas ?


Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>