0

I can't figure out how to log out a user that has been logged in in the feedback feature of hockeyapp. I have read through the documentation, but I must have missed it.

The feedback feature is initiated with:

BITHockeyManager.shared().feedbackManager.showFeedbackListView()

How can I log out a user:

func logout() {
    // log out the user from the feedback feature
}
Daniel
  • 20,420
  • 10
  • 92
  • 149
  • In the `Authentication`'s doc has a function `-cleanupInternalStorage` that will `Removes all previously stored authentication tokens, UDIDs, etc.`. Did you try it – Quoc Nguyen Apr 27 '18 at 05:17
  • I have tried that, but it did not remove the user from the feedback feature. – Daniel Apr 27 '18 at 05:19

0 Answers0