Skip to content

[Oztechan/AdTrack#35] Split OAuth client id into per-platform (Android/iOS)#36

Merged
mustafaozhan merged 1 commit into
developfrom
35/Split-OAuth-client-id-per-platform
Jul 7, 2026
Merged

[Oztechan/AdTrack#35] Split OAuth client id into per-platform (Android/iOS)#36
mustafaozhan merged 1 commit into
developfrom
35/Split-OAuth-client-id-per-platform

Conversation

@mustafaozhan

Copy link
Copy Markdown
Member

GOOGLE_OAUTH_CLIENT_IDGOOGLE_OAUTH_CLIENT_ID_ANDROID + GOOGLE_OAUTH_CLIENT_ID_IOS (native OAuth clients are per-platform).

  • common/build.gradle.kts: two secrets + BuildKonfig targetConfigs override GOOGLE_OAUTH_CLIENT_ID per target (Android id for android; iOS id for iosX64/iosArm64/iosSimulatorArm64). Shared code + test unchanged — value resolves per platform via generated expect/actual.
  • main.yml, build.yml: env exposes both new secrets.

Verified :common:testDebugUnitTest + iOS compile (--rerun-tasks) → BUILD SUCCESSFUL.

Resolves #35

@mustafaozhan mustafaozhan force-pushed the 35/Split-OAuth-client-id-per-platform branch from 29ceb98 to 06f65af Compare July 7, 2026 17:39
@mustafaozhan mustafaozhan merged commit 33b1f1e into develop Jul 7, 2026
10 of 15 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.

Split OAuth client id into per-platform (Android/iOS)

1 participant