Skip to content

fix(MSDK-3663): wire consentMediation flag in iOS InitializeOptionsSerializer#168

Merged
asadraza-usercentrics merged 1 commit into
masterfrom
fix/MSDK-3663-firebase-ktx-migration-ios-bridge
May 12, 2026
Merged

fix(MSDK-3663): wire consentMediation flag in iOS InitializeOptionsSerializer#168
asadraza-usercentrics merged 1 commit into
masterfrom
fix/MSDK-3663-firebase-ktx-migration-ios-bridge

Conversation

@asadraza-usercentrics
Copy link
Copy Markdown
Collaborator

Description:

Summary

  • consentMediation was not being deserialized in InitializeOptionsSerializer.swift,
    causing the flag to always default to false on iOS regardless of what was passed
    from the Dart layer — meaning mediation SDKs were never invoked on iOS.
  • Android was unaffected as its serializer already handled this field correctly.
  • Added mavenLocal() to the Android bridge plugin repositories to support local
    mobile-sdk builds during development.

@asadraza-usercentrics asadraza-usercentrics force-pushed the fix/MSDK-3663-firebase-ktx-migration-ios-bridge branch from 428926d to 14fac1e Compare May 8, 2026 16:30
@asadraza-usercentrics asadraza-usercentrics merged commit e34a262 into master May 12, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants