17.09
-
Updated for Xcode 9 and iOS 11
-
Added symbolication support for crash reports
-
Added Automatic dSYM Uploading script
-
Added extension subspec for integrating Rich Push Notifications with CocoaPods
-
Added nullability specifiers for better Swift compatibility
-
Added 28 new system UIViewController subclass exception for Auto View Tracking
-
Added convenience method for recording action event for manually handled notifications
-
Added convenience method for recording handled exception with stack trace
-
Added precaution for invalid event keys
-
Added precaution for corrupt request strings
-
Made Zero-IDFA fix optional
-
Fixed a view tracking duration problem where duration being reported as timestamp
-
Replaced
crashLog
method withrecordCrashLog
and added deprecated warning -
Changed dispatch queue type for opening external URLs
-
Other various improvements
- Added Bengali translation for star rating dialog
- Updated metric, event, view tracking and crash report reserved keys as constants
- Deleted unnecessary gitattributes file
- Deleted duplicate Zero-IDFA const
- Rearranged file imports
- Updated HeaderDocs
- Cleaned whitespace