-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Re-enable CoreTelephony.framework telemetry #3295
Comments
@friedbunny, does #3183 address this issue? |
I'll look at how the conditional CoreTelephony code performs in our dynamic framework, but I wouldn't be opposed to requiring CT again if it still proves buggy. |
Going to move this to the next release (currently v3.2.0) to let the dust settle on all the telemetry changes and dynamic framework'ing. |
I've been testing re-adding conditional CoreTelephony support, but can't seem to get past the crash in #3112. It looks like the public CoreTelephony classes might be defined in header files (and as such are always present so the |
Went ahead and removed this from the v3.3.0 milestone. At this point, I think we should close this issue — CT has proven difficult to use optionally and it’s a feature we can live without. @boundsj? |
I agree -- let's close this. |
|
Linking CoreTelephony.framework was broken in v3.0.0 and removed entirely in v3.0.1. Cellular carrier and network statistics are still useful, so let's bring it back.
We never pinned down exactly why it was crashing (#3112), but I suspect the situation will be improved by moving to a dynamic framework distribution (#3183) and we should reinvestigate after that happens.
Last included code.
/cc @incanus @1ec5
The text was updated successfully, but these errors were encountered: