Releases: bugfender/BugfenderSDK-iOS
Releases · bugfender/BugfenderSDK-iOS
2.0.0
- New: the xcframework is now digitally signed.
- Breaking update: removed Bitcode, since now Apple rejects builds with Bitcode.
- Breaking update: built with Xcode 15, which means you will need Xcode 15 or newer to build your application.
- Breaking update: supports iOS version 12.0 and newer (iOS deployment target)
- Breaking update: drop static library and dynamic framework builds.
- Note there’s no functionality change vs prior version (1.13.2)
1.13.2
1.13.1
1.13.0
- Update: add PrivacyInfo.xcprivacy to automatically recognize "other diagnostic data" is being collected, with no tracking and no association with the user identity
- Update: declare accepted usage of NSUserDefaults in PrivacyInfo.xcprivacy
- Update: replace some API calls that would "require a reason" -- whilst the reason is not tracking, Apple has not yet listed a suitable accepted reason item. we have removed them to prevent warnings or other issues because of BugfenderSDK usage
1.12.2
What's Changed
- Bugfix: race condition when setting device key-values that may lead to a crash
- Update documentation and upload script for Xcode 12+ by @rslifka in #83
- Update README.md by @franmontiel in #84
New Contributors
Full Changelog: 1.12.1...1.12.2
1.12.1
- This release fixes problems with Cocoapods and static library in the previous release.
1.12.0
- Feature: Add
enableNSLogLogging
&enableNSLogLoggingWithInterceptor
method that allows to automatically capture logs written via NSLog or OSLog. - Internal: Changes on library initialization.
1.11.0
- Feature: Add
enableUIEventLoggingWithIgnoredViewTags
method that allows to avoid generating logs for some views - Changed
setMaximumLocalStorageSize
to not throw an Exception if the value provided is out of range.
1.10.6
- Fix: Possible crash due to a corrupted crash log.
- Feature: iOS device name is not gathered anymore, it has been replaced by the device model.
1.10.5
- Fix: upload symbols script was not working properly