Apple Release Notes

Version 6.1.2 (Dec 2, 2021) - GA

New

Version 6.1.1 (June 2, 2021) - GA

New

  • Dropped support for iOS 11.

  • Support for cross-platform development event types

  • SDK will no longer collect or report ‘carrier’ data

Version 6.1.0-beta.1 (Nov 9, 2020) - Beta

New

  • Dropped support for iOS 10.

  • Added functionality to send event data to a tenant view.

Version 6.0.1 (Sep 8, 2020) - GA

New

  • Tested for compatibility on iOS 14 with Xcode 12

  • Added new filter type ‘WS1FilterTypeDeny’ for network monitoring filtering to replace old interface. New interface is backwards compatible and interchangeable.

Fixes

  • Crash reporting fixes for apps compiled with arm64e architecture running on iOS 14

  • Updated dSYM upload script included with SDK framework bundle to the latest version

Version 6.0.2 (May 7, 2020) - dSYM Upload Script

Fixes

  • Updated dSYM upload script to function in all regions. Previously, the region was fixed as na1. The script is available as a standalone download: WS1Intelligence_dsym_upload_v6_0_2. The version in the framework will be updated in the next SDK release.

Version 6.0.1 (May 4, 2020) - dSYM Upload Script

Fixes

  • Updated dSYM upload script to handle newer apps which store app version differently. Script will use MARKETING_VERSION if defined, otherwise it will fall back to contents of the CFBundleShortVersionString in the info.plist file for the app. The script is available as a standalone download: WS1Intelligence_dsym_upload_v6_0_1. The version in the framework will be updated in the next SDK release.

Version 6.0.0 (Apr 21, 2020) - GA

New

  • Legacy Apteligent functionality has been entirely removed from the SDK.

  • WS1Intelligence header interface finalized. This is now the preferred SDK interface.

  • New dSYM upload script to support Workspace ONE Intelligence crash symbolication. See guide for setting up automatic dSYM uploads.

  • Added a limit of 1024 characters to logged breadcrumbs.

  • Dropped support for iOS 9.

Fixes

  • Remove WS1NotificationCrashViewKey key from WS1NotificationDidCrashOnLastLoad.

  • Fix core data runtime warning on newer iOS versions.

  • Fix a potential multithreading issue in the logAbort and logExit APIs.

Version 5.9.5 (Feb 13, 2020) - GA

New

  • Added new optional header interface, WS1Intelligence.h, to replace the Crittercism.h header. See WS1Intelligence documentation for further information.

  • Added an optional copy of the SDK binary with a new name, WS1Intelligence.framework, to replace the Crittercism.framework library

  • New cocoapods pod called ‘WS1IntelligenceSDK’ that contains the WS1Intelligence.framework SDK.

  • New interface to allow a timeout to be specified for a particular user flow when created.

Fixes

  • Modifications to the crash and handled exception data payload to support new platform development

Version 5.9.4 (Sep 16, 2019)

New

  • Fully tested on iOS 13

  • Dropped support for iOS 8

Fixes

  • Minor bugfixes

Version 5.9.3 (Jul 26, 2019)

New

  • New location API updateLocationToLatitude:longitude:. See Crittercism documentation for further information.

  • Added more flexibility to CRFilter class for URL filtering.

  • Back-end changes to report existing event types to Workspace ONE Intelligence platform.

Fixes

  • Fix to ‘disk space free’ metric for crash events to increase accuracy.

Removed

  • Deprecated existing updateLocation API

  • Deprecated applyFilter:ToURL: method in CRFilter class. See CRFilter documentation for further information.

  • Dropped support for UIWebView monitoring

Version 5.9.2 (Apr 29, 2019) - RC

New

  • Added arm64e slice to the framework bundle.

  • Back-end changes to report existing event types to Workspace ONE Intelligence platform.

Fixes

  • Fix for crash ‘memory usage’ metric which is now consistent with handled exception events and Xcode reported values.

Version 5.9.1 (Jan 25, 2019) - RC

New

  • Added a new API for NSError logging with a custom stack trace. See Crittercism documentation for further information.

  • Back-end changes to report existing event types to Workspace ONE Intelligence platform.

Version 5.9.0 (Nov 30, 2018) - RC

New

  • Major architectural overhaul to support reporting existing events to new Workspace ONE Intelligence pipeline.

  • Major architectural overhaul to support new data pipeline features

Fixes

  • Fix for linker warnings while integrating 5.8.X SDK via cocoapods.

  • Fix for dSYM upload script HTTP 400 errors in Xcode 10. Please add the included dsym_upload.xcfilelist file to your dSYM upload script phase under ‘Input File Lists’.