New
Library will now be hosted at https://vmwaresaas.jfrog.io/artifactory/Workspace-ONE-Intelligence-SDK-iOS/
New
Dropped support for iOS 11.
Support for cross-platform development event types
SDK will no longer collect or report ‘carrier’ data
New
Dropped support for iOS 10.
Added functionality to send event data to a tenant view.
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
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.
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.
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.
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
New
Fully tested on iOS 13
Dropped support for iOS 8
Fixes
Minor bugfixes
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
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.
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.
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’.