Closed GoogleCodeExporter closed 8 years ago
This is also happening on iOS 8.3 (it's version-independent, I presume)
Original comment by loudn...@gmail.com
on 13 May 2015 at 10:26
This issue appears to still be present in 3.12
Original comment by n...@chairish.com
on 21 May 2015 at 7:29
This issue when back from facebook login or other deeplink open app
Original comment by ruini...@gmail.com
on 22 May 2015 at 9:38
Was able to get more info on the crash. Definitely an issue with the GAI
library, not expecting NSNull:
2015-05-29 13:39:34.996 MyGAIApp[7995:11018858] *** Terminating app due to
uncaught exception 'NSInvalidArgumentException', reason: '-[NSNull
isEqualToString:]: unrecognized selector sent to instance 0x1125224c0'
*** First throw call stack:
(
0 CoreFoundation 0x0000000112276c65 __exceptionPreprocess + 165
1 libobjc.A.dylib 0x0000000111bb4bb7 objc_exception_throw + 45
2 CoreFoundation 0x000000011227e0ad -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
3 CoreFoundation 0x00000001121d413c ___forwarding___ + 988
4 CoreFoundation 0x00000001121d3cd8 _CF_forwarding_prep_0 + 120
5 MyGAIApp 0x000000010e3f614c -[GAIBatchingDispatcher checkIAdCampaignAttributionWithHitParameters:] + 96
6 MyGAIApp 0x000000010e3f6007 -[GAIBatchingDispatcher queueDispatch:] + 719
7 MyGAIApp 0x000000010e3f5d1e -[GAIBatchingDispatcher queueModel:] + 125
8 Foundation 0x000000010f63369a __NSThreadPerformPerform + 299
9 CoreFoundation 0x00000001121aa431 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
10 CoreFoundation 0x00000001121a02fd __CFRunLoopDoSources0 + 269
11 CoreFoundation 0x000000011219f934 __CFRunLoopRun + 868
12 CoreFoundation 0x000000011219f366 CFRunLoopRunSpecific + 470
13 Foundation 0x000000010f637f92 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 275
14 Foundation 0x000000010f6c3080 -[NSRunLoop(NSRunLoop) run] + 74
15 MyGAIApp 0x000000010e3e34e9 +[GAI threadMain:] + 62
16 Foundation 0x000000010f63609d __NSThread__main__ + 1194
17 libsystem_pthread.dylib 0x000000011376b268 _pthread_body + 131
18 libsystem_pthread.dylib 0x000000011376b1e5 _pthread_body + 0
19 libsystem_pthread.dylib 0x000000011376941d thread_start + 13
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Original comment by n...@chairish.com
on 29 May 2015 at 8:42
Same here.
Dear Google, any updates? This one completely breaks app links support.
Original comment by corrm...@gmail.com
on 19 Jun 2015 at 7:43
Also same here.
We temporarily solved it by adding a category to NSNull and implementing this
method:
- (BOOL)isEqualToString:(NSString*)string {
return NO;
}
Original comment by kristaps...@deliveryhero.com
on 19 Jun 2015 at 7:51
Fixed in Release Version 3.13
See https://developers.google.com/analytics/devguides/collection/ios/changelog
Original comment by pfrise...@google.com
on 23 Jul 2015 at 6:40
Issue 652 has been merged into this issue.
Original comment by pfrise...@google.com
on 23 Jul 2015 at 6:48
Этого
Original comment by seeessse...@gmail.com
on 3 Nov 2015 at 2:20
Attachments:
Original issue reported on code.google.com by
loudn...@gmail.com
on 13 May 2015 at 10:12