You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The event metadata will not include the carrier property in the network object
Expected behavior
The network metadata should be consistent between analytics-ios and analytics-swift SDKs. This is seen as a regression issue after upgrading to the new package.
Platform (please complete the following information):
Library Version in use: v1.2.0
Platform being tested: iOS
Integrations in use: N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
@215eight cellularServiceProvider was deprecated in iOS 12. We made the decision to not include this information because of the format changes that would be required in switching over to serviceSubscriberCellularProviders.
Thanks a lot for the background on the decision here. As a customer that is upgrading from the 'analytics-iosto theanalytics-swiftlibrary this is seen as a regression issue because thecarrier` information was used before and is now no longer present. Is there a workaround you can offer?
Also, should I open a feature request to keep this in the roadmap in case it is also useful for other customers?
@215eight No problem. I can write a sample plugin that would live in your code to get this information in there and make it available to everyone via the /examples folder. Should just take a few minutes.
Describe the bug
In
analytics-swift
the network object does not include thecarrier
property whereasanalytics-ios
did. Below a comparison of both objectsanalytics-ios v4.1.3
analytics-swift v1.2.0
To Reproduce
Steps to reproduce the behavior:
analytics-swift
library log an eventcarrier
property in thenetwork
objectExpected behavior
The
network
metadata should be consistent betweenanalytics-ios
andanalytics-swift
SDKs. This is seen as a regression issue after upgrading to the new package.Platform (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: