• EnglishEspañol日本語한국어Português
  • 로그인지금 시작하기

iOS agent release notesRSS

April 20, 2017
iOS agent v5.12.3

Fixes

  • Fixed rare app launch crash caused by collision of JSON serialization & New Relic's method instrumentation.
  • Added better messaging for custom eventType validation errors.
  • Improved crash report data quality.

March 29, 2017
iOS agent v5.12.2

Fixes

  • The New Relic post-build script will now capture and upload dSYM files created in subfolders of the build folder.

March 10, 2017
tvOS agent v5.12.1

Improvements

  • Adds new API +[NewRelic recordCustomEvent:(NSString*)eventType withAttributes:(NSDictionary*)attributes]

This method replaces +[NewRelic recordEvent:(NSString*)name withAttributes:(NSDictionary*)attributes] which is now deprecated, with the intention of removal in the future. The new API creates a new event with an event type specified by the eventType parameter, whereas the deprecated method create a event with the Mobile event type and an attribute with the name 'name' and the value of the name parameter. This change satisfies customer requests for:

  • Improved Insights query performance

  • Defining custom event types

  • Finding custom event in Insights more easily

  • Flexibility to define data retention per custom event type

  • Adds helper method +setUserId: to NewRelic.h which sets a session attribute, userId, with the passed value. This method is effectively the same as [NewRelic setAttribute:@"userId" value:<username>];

  • This release adds a new Insights event type: MobileRequestError. This new event tracks networking and http errors during the app's lifecycle, adding the ability to slice and dice network error data! More details can be found at Mobile Request Error Events.

  • This agent now applies the lastInteraction attribute to all events, not just crash events.

  • The applications build value is now added as a default session attribute: appBuild.

March 9, 2017
iOS agent v5.12.0

Improvements

  • Adds new API +[NewRelic recordCustomEvent:(NSString*)eventType withAttributes:(NSDictionary*)attributes]

This method replaces +[NewRelic recordEvent:(NSString*)name withAttributes:(NSDictionary*)attributes] which is now deprecated, with the intention of removal in the future. The new API creates a new event with an event type specified by the eventType parameter, whereas the deprecated method create a event with the Mobile event type and an attribute with the name 'name' and the value of the name parameter. This change satisfies customer requests for:

  • Improved Insights query performance
  • Defining custom event types
  • Finding custom event in Insights more easily
  • Flexibility to define data retention per custom event type

February 27, 2017
iOS agent v5.11.0

Improvements

  • This release adds a new Insights event type: MobileRequestError. This new event tracks networking and http errors during the app's lifecycle, adding the ability to slice and dice network error data! More details can be found at Mobile Request Error Events.
  • This agent now applies the lastInteraction attribute to all events, not just crash events.
  • The applications build value is now added as a default session attribute: appBuild.

February 7, 2017
iOS agent v5.10.1

Fixes

  • Corrects WKWebView instrumentation bug that results in the NavigationDelegate method, webView:didCommitNavigation: being called instead of webView:didStartProvisionalNavigation:. This would result in a crash if the former is implemented in the delegate, but the latter is not.

January 23, 2017
iOS agent v5.10.0

Improvements

  • Adds limited network monitoring for WKWebView. Due to constraints within the WKWebView API data sent and received counts are not available.

January 10, 2017
iOS agent v5.9.0

Improvements

  • Adds helper method +setUserId: to NewRelic.h which sets a session attribute, userId, with the passed value. This method is effectively the same as [NewRelic setAttribute:@"userId" value:<username>];

September 27, 2016
iOS agent v5.8.3

Fixes

  • Corrected crashing issue the affected some ARMv7s device.

Improvements

  • This version of the iOS agent is built with Xcode 8, and Xcode 8 is required to build with this agent. If earlier versions of Xcode are required use iOS Agent 5.8.1.

September 22, 2016
iOS agent v5.8.2

Improvements

  • Added support for control characters in Insights data. Control characters will now be displayed by their common escaped character representation. For example: an 'end-of-text' control character will be displayed as '^C'.

Fixes

  • Removed instrumentation of ASI networking framework. This prevents collisions with Apple's private API scans, which produces a false positive when scanning our instrumentation of this library. We recommend anyone still using ASI for networking to use our custom network instrumentation tools going forward.

Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.