Skip to content

fix(braze): rename API key variables to App Identifier Key#50

Closed
1abhishekpandey wants to merge 1 commit intomasterfrom
fix/sdk-4332-update-braze-android-java-integration
Closed

fix(braze): rename API key variables to App Identifier Key#50
1abhishekpandey wants to merge 1 commit intomasterfrom
fix/sdk-4332-update-braze-android-java-integration

Conversation

@1abhishekpandey
Copy link
Contributor

@1abhishekpandey 1abhishekpandey commented Dec 26, 2025

Summary

This PR updates the Braze integration to use Braze's official "App Identifier Key" terminology instead of the generic "API key" naming convention. This improves code clarity and aligns with Braze's documentation standards.

Changes

  • Renamed internal constants and variables to use "App Identifier Key" terminology
    • Rename ANDROID_API_KEY to ANDROID_APP_IDENTIFIER_KEY
    • Rename API_KEY to DEFAULT_APP_IDENTIFIER_KEY
    • Rename USE_PLATFORM_SPECIFIC_API_KEYS to USE_PLATFORM_SPECIFIC_APP_IDENTIFIER_KEYS
  • Updated log messages and error messages to reflect the correct terminology
  • No functional changes - this is a pure refactoring for terminology consistency

🔒 Scanned for secrets using gitleaks 8.28.0

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • Version upgraded (project, README, gradle, podspec etc)
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added unit tests for the code
  • I have made corresponding changes to the documentation

Update variable names and log messages to use Braze's official
"App Identifier Key" terminology instead of "API key" for better
clarity and consistency with Braze documentation.

Changes:
- Rename ANDROID_API_KEY to ANDROID_APP_IDENTIFIER_KEY
- Rename API_KEY to DEFAULT_APP_IDENTIFIER_KEY
- Rename USE_PLATFORM_SPECIFIC_API_KEYS to
  USE_PLATFORM_SPECIFIC_APP_IDENTIFIER_KEYS
- Update local variables and log messages accordingly

🔒 Scanned for secrets using gitleaks 8.28.0
@1abhishekpandey 1abhishekpandey deleted the fix/sdk-4332-update-braze-android-java-integration branch January 6, 2026 07:58
@1abhishekpandey
Copy link
Contributor Author

Refer here: #52.

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.

2 participants