Skip to content

Instabug-iOS SDK v11.0.0

Compare
Choose a tag to compare
@Instabug-iOS-CI Instabug-iOS-CI released this 24 Apr 10:37
· 57 commits to master since this release
  • Adds a new API to set the minimum accepted number of character in the comment field of a report. Check + [IBGBugReporting setCommentMinimumCharacterCountForReportTypes:withLimit:]
  • Adds a new API to get the current user’s UUID. Check + [Instabug userUUID:]
  • Removes a set of APIs that have been previously deprecated.
  • Fixes deadlock that happened when processing crashes under specific conditions.