Skip to content

Instabug-iOS SDK v7.0

Compare
Choose a tag to compare
@HeshamMegid HeshamMegid released this 02 Feb 17:46
· 291 commits to master since this release

This is a major release of the SDK that includes some exciting new features πŸŽ‰

  • You can now send surveys to your users through Instabug! Our mobile-optimized surveys let you get feedback from your users that help you make informed decisions about prioritizing your product roadmap. You can target users based on various criteria, including app version, the date they started using the app as well as custom user attributes and events.
  • Bug reports now include a complete 3D view of your UI. You'll be able to debug your view hierarchy just like you do on Xcode, but right from your Instabug dashboard!
  • We've redesigned our screen recording experience. You can now add voice notes while recording the screen, and while we're at it, we've thrown in a brand new, more-intuitive UI.
  • Track custom user events that happen throughout your application with our new [Instabug logUserEventWithName:params:] API.
  • If you use CocoaLumberjack, you can easily include all your logs with Instabug reports. Check DDInstabugLogger.

Other changes:

  • IBGLog will now print to Xcode's console when debugger is attached.
  • SDK is now localized into Norwegian.
  • We've fixed various bugs.