Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flurry -retransmitNotSentBlocks Crash

Recently came across this issue with the Flurry SDK. After restarting an app quickly a few times it would begin to Crash at launch, disabling Flurry fixed the issue temporarily. The problematic method seems to be [FlurryDataSender retransmitNotSentBlocks] trying to insert a nil object into an array. Any ideas?

navigator

console

like image 759
psobko Avatar asked May 14 '15 16:05

psobko


1 Answers

We apologize for the inconvenience this issue has caused all of you. An sdk to address this crash is expected on or around 6/26/15.

SDK 6.5 was intended to address a cookie issue that we later determined was better solved on the server side. v6.4 and v6.5 are functionally equivalent.

like image 90
Hunter Avatar answered Nov 15 '22 10:11

Hunter