logSignUp(method: string, success: boolean): void {
    if (this.initDone) {
      try {
        Answers.logSignUpWithMethodSuccessCustomAttributes(method, success, null);
      } catch (e) {