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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
***braze:** rename API key variables to App Identifier Key ([61c5c67](https://github.com/rudderlabs/rudder-integration-braze-android/commit/61c5c679775b0f6b4de2c82fb602b39ec0269603))
if (!TextUtils.isEmpty(androidAppIdentifierKey)) {
184
+
appIdentifierKey = androidAppIdentifierKey;
185
185
} else {
186
-
RudderLogger.logWarn("BrazeIntegration: Configured to use platform-specific API keys but Android API key is not valid. Falling back to the default API key.");
186
+
RudderLogger.logWarn("BrazeIntegration: Configured to use platform-specific App Identifier Keys but Android App Identifier Key is not valid. Falling back to the Default App Identifier Key.");
187
187
}
188
188
}
189
-
if (TextUtils.isEmpty(apiKey)) {
190
-
RudderLogger.logError("Invalid API key. Aborting Braze initialization.");
0 commit comments