Releases: Instabug/Instabug-iOS
Releases · Instabug/Instabug-iOS
Instabug-iOS SDK v6.2.1
- Emojis in NSLog will now show up correctly on your Instabug dashboard 🎉
- Fixes an issue that causes a window shown on top of your main window to be hidden after sending a report.
Instabug-iOS SDK v6.2
- Instabug is now distributed as a dynamic framework. If you'd like to continue using Instabug as a static framework, please use version 6.1.3.
IBGLog
now has multiple log levels that appear on your Instabug dashboard with different colors. CheckIBGLogVerbose()
,IBGLogDebug()
,IBGLogInfo()
,IBGLogWarn()
andIBGLogError()
.- You can now add custom user attributes to be sent along with your reports. Check
+ [Instabug setUserAttribute:withKey]
. - We have added the ability to start a chat with users from your Instabug dashboard.
- Finally, we've squashed a few bugs.
Instabug-iOS SDK v6.1.3
- Bug fixes
Instabug-iOS SDK v6.1.2
- Bug fixes
Instabug-iOS SDK v6.1.1
- Bug fixes
Instabug-iOS SDK v6.1
Introducing 2 brand new features:
- Message Actions: allows you to add actionable buttons to messages you send to your users. Each button takes users to a URL you specify through the Instabug dashboard. You can use Message Actions for things like asking your users to review your app on the App Store, or to complete a short survey.
- Reporting Categories: allows you to show a predefined set of categories for users to choose from when reporting a bug or sending feedback. Selected category shows up on your Instabug dashboard as a tag to make filtering through issues easier.
Other changes:
- We have a new experience for adding attachments to bug reports and feedback.
- We have fixed various bugs.
- To be able to do a better job at our mission of squashing bugs, we have dropped support for iOS 7.
Instabug-iOS SDK v6.0.4
Various bug fixes.
Instabug Dynamic Framework v2.0.0
Dynamic Framework for Instabug v6.0.3
Major features:
- We have completely redesigned how the SDK looks and given you even more customization options to better fit the style of your app.
- Added the ability to attach a screen recording to bug reports and conversations.
- Enhanced our in-app messaging experience to enable users to start conversations with your team right from your app, complete with screenshots, screen recordings and voice notes attachments support.
Other additions:
- We have fixed a problem with in-app chat for SDKs with white labeling enabled.
- We have localized the SDK into new languages. We now support a total of 20 languages.
- To be able to do a better job at our mission of squashing bugs, we have dropped support for iOS 6.
Instabug-iOS SDK v6.0.3
- Fix a bug with
setUserEmail:
- Other bug fixes
Instabug-iOS SDK v6.0.2
- Fix issues with iOS 7
- Fix a crash when multiple attachments are disabled.
- Minor fixes.