Automattic-Tracks-iOS
Automattic-Tracks-iOS copied to clipboard
Client library for tracking user events for later analysis
I'm not entirely sure if this is coming from the AutomatticTracks pod or is something else in the WCiOS implementation, as the crash seemed to happen when attempting to create...
``` Thread 0 Crashed: 0 CoreFoundation 0x316f0c9d8 __exceptionPreprocess 1 libobjc.A.dylib 0x33f72cb50 objc_exception_throw 2 Foundation 0x3194edcf8 _writeJSONValue 3 Foundation 0x3194f04dc ___writeJSONObject_block_invoke 4 CoreFoundation 0x316e77cc4 __NSDICTIONARY_IS_CALLING_OUT_TO_A_BLOCK__ 5 CoreFoundation 0x316df4600 -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] 6...
They'll be rejected anyway, so let's save some battery and CPU time
It'd be great to know which dynamic type settings are used in the app – this'll help us make better design decisions.
To promote consistency across `WordPress-iOS` frameworks & to conform to [recommended community standards](https://github.com/Automattic/Automattic-Tracks-iOS/community), we should update this repository to include all of the following: - [X] Description - [X] README...
Xcode 10 and Swift 4.2 no longer recognize the `TARGET_OS_IPHONE` macro, which was deprecated in Swift 3 and removed in 4.2. The side effect of this is that Xcode is...
We received some reports of a high number of duplicate events from a single client. Even though we fixed the underlying bug that caused those events a long time ago,...