Skip to content

Releases: Instabug/Instabug-iOS

Instabug-iOS SDK v7.2.8

08 Jun 19:40
Compare
Choose a tag to compare

Compatibility fixes for iOS 11.

Instabug-iOS SDK v7.2.7

31 May 14:49
Compare
Choose a tag to compare
  • When using invokeWithInvocationMode:, Instabug will now show with a subtle animation.
  • Better handling for when Instabug is initialized with an invalid token.
  • Users with devices that are low on storage now get notified about the potential data loss when sending reports.
  • Various other minor fixes.

Instabug-iOS SDK v7.2.6

07 May 15:15
Compare
Choose a tag to compare

Fixes an issue that may cause reported crashes to be missing some device information.

Instabug-iOS SDK v7.2.5

04 May 15:41
Compare
Choose a tag to compare
  • Better support for accessibility throughout the SDK.
  • Adds an API for handling upload progress for network requests when network logging is enabled. Check setProgressHandlerForRequestURL:progressHandler:.

Instabug-iOS SDK v7.2.4

25 Apr 13:10
Compare
Choose a tag to compare

Various stability fixes related to networking logging, setting user attributes and identifying users.

Instabug-iOS SDK v7.2.3

13 Apr 17:51
Compare
Choose a tag to compare

Various bug fixes and performance enhancements related to logging.

Instabug-iOS SDK v7.2.2

07 Apr 16:13
Compare
Choose a tag to compare

Due to what's possibly an issue with Xcode 8.3, archiving apps would fail with a message saying that Instabug was built without full bitcode. This update fixes that issue.

Instabug-iOS SDK v7.2.1

06 Apr 11:23
Compare
Choose a tag to compare

Fixes an issues that happens when IBGLog is called from multiple background threads as soon as app launches.

Instabug-iOS SDK v7.2

06 Apr 11:43
Compare
Choose a tag to compare
  • Adds 2 new APIs to make sure SSL pinning works as expected when network logging is enabled. Use setCanAuthenticateAgainstProtectionSpaceHandler: and setDidReceiveAuthenticationChallengeHandler: to handle authentication challenges.
  • Fixes for several issues related to network logging.

Instabug-iOS SDK v7.1

17 Mar 09:21
Compare
Choose a tag to compare
  • We can now capture body of POST HTTP requests automatically. You no longer need to call logHTTPBody:forRequest:.
  • We've added a new set of APIs that give you more control over when surveys are presented in your app. Check setSurveysEnabled:, showSurveyIfAvailable, hasAvailableSurveys, setWillShowSurveyHandler and setDidDismissSurveyHandler.
  • If you'd like to execute different code when different prompt options are selected, we've added an API that for that. Check setDidSelectPromptOptionHandler:.
  • We've added an API to disable IBGLog's automatic printing to Xcode's console. Check setIBGLogPrintsToConsole:.