Releases: Instabug/Instabug-iOS
Releases · Instabug/Instabug-iOS
Instabug-iOS SDK v7.2.8
Compatibility fixes for iOS 11.
Instabug-iOS SDK v7.2.7
- 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
Fixes an issue that may cause reported crashes to be missing some device information.
Instabug-iOS SDK v7.2.5
- 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
Various stability fixes related to networking logging, setting user attributes and identifying users.
Instabug-iOS SDK v7.2.3
Various bug fixes and performance enhancements related to logging.
Instabug-iOS SDK v7.2.2
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
Fixes an issues that happens when IBGLog is called from multiple background threads as soon as app launches.
Instabug-iOS SDK v7.2
- Adds 2 new APIs to make sure SSL pinning works as expected when network logging is enabled. Use
setCanAuthenticateAgainstProtectionSpaceHandler:
andsetDidReceiveAuthenticationChallengeHandler:
to handle authentication challenges. - Fixes for several issues related to network logging.
Instabug-iOS SDK v7.1
- 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
andsetDidDismissSurveyHandler
. - 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:
.