6

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

psobko
  • 1,548
  • 1
  • 14
  • 24
  • 1
    Actually it wasn't resolved in 6.4.0 for me. – kas-kad May 26 '15 at 11:09
  • 1
    Some news. Does not resolved in 6.5.0. Even more news: the 6.5.0 is currently not available on official SDK downloading page (they offer only 6.4.0), although it was available in 20-s of may 2015. – kas-kad Jun 18 '15 at 12:21
  • ...Gettin rid of the shitty Flurry SDK prefering Google Analytics. – kas-kad Jun 18 '15 at 12:25

3 Answers3

1

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.

Hunter
  • 579
  • 3
  • 8
  • It is 6/29/15 now but still no new SDK. My app release is under hold due to this - when will you actually release? – BufferStack Jun 29 '15 at 17:07
  • The new version was released on 6/26 and should be available for download under Manage -> App Info from the Application screen. – Hunter Jun 29 '15 at 19:56
  • 1
    Please could you bump the version in your podspec to give us access to 6.6. – ajmccall Jul 07 '15 at 10:35
  • We aren't the publisher of this: https://cocoapods.org/?q=flurry I am working with the SDK team to get our's published. In the meantime please download the SDK from Manage -> App Info on the application screen. – Hunter Jul 07 '15 at 18:44
  • 1
    Thanks, I think you guys should take ownership of this pod http://blog.cocoapods.org/Claim-Your-Pods/ – ajmccall Jul 08 '15 at 09:28
  • we use sdk 6.5.0 and there are still crashs. It appears to be one of the top crash reason in our crash log. Please fix it, we are frustrating here – jAckOdE Aug 06 '15 at 08:55
  • @jAckOdE - please update to v6.7 found under Manage -> App Info on the application screen – Hunter Aug 06 '15 at 19:19
  • @FlurrySupport any updates about an official pod? Pretty please? – Peter Tutervai Aug 12 '15 at 15:20
  • Please go here and upvote the feature request Peter: https://yahoo.uservoice.com/forums/309376 – Hunter Aug 13 '15 at 16:42
0

for us, this was resolved in v6.5.0 we had a reproducible crash in an iphone 5c in v6.4.0 which was fixed when we upgraded the sdk.

sunilr
  • 1,146
  • 10
  • 11
-3

This issue is resolved in iOS SDK v6.4.0

Hunter
  • 579
  • 3
  • 8
  • I hope you guys realize how many problems your clients had been experiencing until you fixed it, few weeks later. – kas-kad May 21 '15 at 13:26
  • NO IT IS NOT FIXED in 6.4.0 – kas-kad May 26 '15 at 11:03
  • We are still getting crashes with 6.4.0: `Thread : Fatal Exception: NSInvalidArgumentException 0 CoreFoundation 0x21b44fef __exceptionPreprocess + 126 1 libobjc.A.dylib 0x30092c8b objc_exception_throw + 38 2 CoreFoundation 0x21a5eefb -[__NSArrayM insertObject:atIndex:] + 638 3 walletkeeper 0x003dfcfd -[FlurryDataSender retransmitNotSentBlocks]` – kas-kad May 26 '15 at 11:06
  • Hi. Is it fixed in th v6.5.0 release ? Can we someway disable analytics from the server ? – hsafarya Jun 07 '15 at 17:20
  • @hsafarya no, it is not fixed in 6.5.0 – kas-kad Jun 18 '15 at 12:22