Splunk AppDynamics

iOS Application crashes when AppDynamicsAgent trying to retrieve value from AVAssetDownloadTask

CommunityUser
Splunk Employee
Splunk Employee

Hi guys,

We noticed multiple crashes at our AppDynamics web console. It happens when our app about to finishe video asset downloading, specifically this line:

[ADEumNSURLSessionNetworkRequest recordEndAndReportWithTask:error:]

image.png

 

It is pretty straightforward that EUM SDK was trying to put hands on the AVAssetDownloadTask object to record "response" from it, which doesn't supported and this could crash the app eventually.

image.png

Of course, AVAssetDownloadTask is the subclass of NSURLSessionTask but according to Apple docs explicitly, the request properties ARE NOT AVAILABLE! and there are even no means to try to catch the exception.

it happens on AppDynamicsAgent (45.6.1494)

device: iOS 12.0

Please fix that.

Regards,

TD

Labels (1)

CommunityUser
Splunk Employee
Splunk Employee

A fix for this has been released for version Version 50.0.1512 – under MRUM-4480
https://docs.appdynamics.com/display/PRO45/Mobile+Real+User+Monitoring+Notes

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...