5 // Created by Uli Kusterer on Sat Feb 04 2006.
6 // Copyright (c) 2006 M. Uli Kusterer. All rights reserved.
9 // -----------------------------------------------------------------------------
11 // -----------------------------------------------------------------------------
13 #import <Foundation/Foundation.h>
15 // -----------------------------------------------------------------------------
17 // -----------------------------------------------------------------------------
19 @interface UKCrashReporter
: NSObject
21 NSURLConnection
* connection
;
26 // -----------------------------------------------------------------------------
28 // -----------------------------------------------------------------------------
30 /* Call this sometime during startup (e.g. in applicationDidLaunch) and it'll
31 check for a new crash log and offer to the user to send it.
33 The crash log is sent to a CGI script whose URL you specify in the
34 UKUpdateChecker.strings file. If you want, you can even have different
35 URLs for different locales that way, in case a crash is caused by an error
38 - (void) checkForCrash
;