If userName or userEmail are set, don't show alerts with the text "anonymous"

This commit is contained in:
Andreas Linde
2012-07-22 13:57:02 +02:00
parent 7d8fc80693
commit c014bce9ea
16 changed files with 83 additions and 28 deletions

View File

@@ -110,11 +110,17 @@ typedef enum BITCrashStatus {
///-----------------------------------------------------------------------------
/** Define the users name or userid that should be send along each crash report
@warning When setting this property, crash reports are not anonymous any more
and the alerts will not show the "anonymous" word!
*/
@property (nonatomic, copy) NSString *userName;
/** Define the users email address that should be send along each crash report
@warning When setting this property, crash reports are not anonymous any more
and the alerts will not show the "anonymous" word!
*/
@property (nonatomic, copy) NSString *userEmail;