This repository was archived by the owner on Oct 9, 2025. It is now read-only.
Releases: Instabug/Instabug-iOS
Releases · Instabug/Instabug-iOS
Instabug-iOS SDK v7.3
- Enhancing View Hierarchy user experience.
- Fix attaching logs in “setPreSendingHandler:”.
Instabug-iOS SDK v7.2.9
- Fix bug prevents showing intro message.
- When use 'setNetworkLogRequestObfuscationHandler:' NSURLRequest will contain httpBody.
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.