Skip to content

Releases: bugfender/BugfenderSDK-iOS

1.4.3

05 May 08:55
Compare
Choose a tag to compare
  • Stability update: fixed crash in very rare circumstances.
  • Improvements when the SDK is deleting the old logs because the max storage size is reached.

1.4.2

06 Apr 07:13
Compare
Choose a tag to compare
  • Fixing CocoaPods when using static libraries in Objective-C
  • Now compatible with Swift 2.3, 3.0 and 3.1
  • Fixing appledoc, fixToConsole default setting wrongly documented
  • Fixing appledoc, some argument names were wrong
  • Printing an empty line on BFLog(nil);

1.4.1

10 Feb 13:49
Compare
Choose a tag to compare
  • Swift helper automatically embedded in the framework (use BugfenderSDK pod)
  • Aded ObjC subspec to avoid that pure Objective-C projects require the Swift library (use BugfenderSDK/Objc pod)

1.4.0

10 Feb 13:50
Compare
Choose a tag to compare
  • Declared the framework as a Clang module, so that the framework can be used in Swift without bridging headers
  • Removed redundant and outdated method calls to make the SDK docs/API cleaner
  • Published helper file for Swift projects

0.3.27

10 Feb 13:52
Compare
Choose a tag to compare

Stability update: fixed crash in very rare circumstances.

0.3.26

24 Nov 17:52
Compare
Choose a tag to compare

Updates

  • Improved networking code, smaller and more efficient

Bugfixes

  • Fixed conflict with AFNetworking library

0.3.25

24 Nov 17:51
Compare
Choose a tag to compare

Updates:

  • enableNSLogLogging is now marked as deprecated, not working since iOS 10
  • Dropping support for iOS 7

Bugfixes

  • Improvements on the networking code

0.3.24

06 Oct 16:48
Compare
Choose a tag to compare
  • Better formatting of the automated user interaction logging

0.3.23

06 Oct 16:40
Compare
Choose a tag to compare
  • Fixing missing some NSLogs at the beginning and end of the session, especially on iOS 10
  • Fixing documentation warnings raised by Xcode 8
  • Fixing duplicated logs from NSLog when DEBUG macro is defined when using BFLog

0.3.22

21 Sep 13:13
Compare
Choose a tag to compare
  • Fixing bug that sends empty sessions to the server
  • Fixing a bug that reports wrong app version information when the build number contains the dot character