I've followed the instructions for the HockeyApp integration (honestly it's just cut and paste) but I never see any notification that a crash has occurred (I am testing with a crash that I'm doing intentionally).
http://components.xamarin.com/view/hockeyappios
Anyone else have this issue? Here's what I've done:
- Created my HockeyApp account
- Added the component to my project.
- Added the HockeyApp.Setup.EnableCustomCrashReporting (() => { ... } code to my FinishedLaunching method.
- Made sure that I uploaded my IPA to hockeyapp
- Made sure that I was using my generated AppId
- Tried explicitly setting manager.CrashManager.CrashManagerStatus = BITCrashManagerStatus.AutoSend.
No luck.
JB