0.11.0
Version 0.11.0
This version has a breaking change in the Crashes module and contains other bugfixes and improvements.
MobileCenter
- [Fix] Fix a bug that caused logs to be discarded when re-enabling the sending of logs #639.
- [Misc] This release replaces the file-based persistence with a sqlite-based implementation. This change does not require any change from your side.
MobileCenterCrashes
- [Breaking] The SDK now uses Mach Exception Handling by default. Use
[MSCrashes disableMachExceptionHandler]
/MSCrashes.disableMachExceptionHandler()
to disable that behavior.[MSCrashes enableMachExceptionHandler]
/MSCrashes.enableMachExceptionHandler()
has been removed #637.
MobileCenterPush
- [Fix] Fix a crash that was related to push notifications that were not intended for Mobile Center #651.