Skip to content

Commit 7572479

Browse files
authored
Merge pull request #5536 from segmentio/niall/ios_carrier
Network carrier no longer returned for iOS
2 parents 4698169 + 4f8349d commit 7572479

File tree

1 file changed

+4
-0
lines changed
  • src/connections/sources/catalog/libraries/mobile/ios

1 file changed

+4
-0
lines changed

src/connections/sources/catalog/libraries/mobile/ios/ios-faqs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,3 +255,7 @@ As of [Version 4.1.0](https://github.com/segmentio/analytics-ios/releases/tag/4.
255255
## AppClip tracking support
256256
257257
If you are tracking App Clips using iOS or Swift libraries, there is a chance that you may encounter zeros in your device ID. Segment recommends that you set your own device ID in this instance to avoid running into this issue.
258+
259+
## Why am I seeing a value of -- set for the network carrier?
260+
261+
With iOS [16.4](https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-16_4-release-notes#Core-Telephony){:target="_blank"}, Apple deprecated the method to return the network carrier. The iOS library can no longer return a valid value for the network carrier on devices using iOS 16.4 or later. As a result, you will likely see `--` set for the `context.network.carrier` field.

0 commit comments

Comments
 (0)