Profile *profile = [[Profile alloc] init];
NSLog(@"badgeId is %@", badgeId);
NSDictionary *params = [NSDictionary dictionaryWithObjectsAndKeys:[profile getAuthenticationToken], @"auth_token", badgeId, "badge_id", title, "title", nil];
メソッド getAuthenticationToken (文字列を返す) を返した後、静かにクラッシュします。メモリ参照に移動してからクラッシュするようです。前の行の BadgeId の println は、次を返します。
badgeId is 97