Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove references to deprecated CTCarrier for Sessions #11144

Merged
merged 1 commit into from
Apr 24, 2023

Conversation

samedson
Copy link
Contributor

@samedson samedson commented Apr 18, 2023

https://developer.apple.com/forums/thread/714876

  • Deprecated with no replacement in iOS 16.4.

Currently FirebaseSessions doesn't use this data, as it's still in development, so no customer impact.

TODO

  • Run tests

@samedson samedson added the sessions Changes pertaining to the Firebase Sessions SDK label Apr 20, 2023
@firebase firebase deleted a comment from google-oss-bot Apr 21, 2023
@@ -109,7 +109,7 @@ class SessionStartEvent: NSObject, GDTCOREventDataObject {
appInfo: ApplicationInfoProtocol) {
switch subscriber {
case .Performance:
proto.application_info.apple_app_info.mcc_mnc = makeProtoString(appInfo.mccMNC)
proto.application_info.apple_app_info.mcc_mnc = makeProtoString("")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we know what happens in the Backend when there is no radio information? Hopefully that does not drop the event due to validation failure?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We never send a radio when just Crashlytics is installed, so this should not impact

@samedson samedson force-pushed the ctcarrier-deprecated-sessions branch from 01d7c9b to b872af7 Compare April 24, 2023 15:18
@samedson samedson merged commit 171f818 into master Apr 24, 2023
43 checks passed
@samedson samedson deleted the ctcarrier-deprecated-sessions branch April 24, 2023 16:44
@firebase firebase locked and limited conversation to collaborators Jun 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: crashlytics sessions Changes pertaining to the Firebase Sessions SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants