Skip to content

Releases: Instabug/Instabug-iOS

Instabug-iOS SDK v6.2.1

22 Dec 10:26
Compare
Choose a tag to compare
  • 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

19 Dec 11:23
Compare
Choose a tag to compare
  • 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. Check IBGLogVerbose(), IBGLogDebug(), IBGLogInfo(), IBGLogWarn() and IBGLogError().
  • 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

08 Dec 17:47
Compare
Choose a tag to compare

Instabug-iOS SDK v6.1.2

01 Dec 17:16
Compare
Choose a tag to compare

Instabug-iOS SDK v6.1.1

29 Nov 12:39
Compare
Choose a tag to compare

Instabug-iOS SDK v6.1

24 Nov 16:22
Compare
Choose a tag to compare

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

14 Nov 13:06
Compare
Choose a tag to compare

Various bug fixes.

Instabug Dynamic Framework v2.0.0

02 Nov 05:46
Compare
Choose a tag to compare

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

20 Oct 17:53
Compare
Choose a tag to compare
  • Fix a bug with setUserEmail:
  • Other bug fixes

Instabug-iOS SDK v6.0.2

17 Oct 19:12
Compare
Choose a tag to compare
  • Fix issues with iOS 7
  • Fix a crash when multiple attachments are disabled.
  • Minor fixes.