Skip to content

Fix: getBundleIdentifier Implementation #1194

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

Merged
merged 1 commit into from
May 27, 2025
Merged

Conversation

subhankarmaiti
Copy link
Contributor

Issue

This PR fixes issue #1186 where the getBundleIdentifier() function was inconsistently implemented across platforms.

Changes

  • Corrected Android implementation to properly use the Promise pattern
  • Verified iOS implementation was already correctly implemented
  • Ensured both platforms return bundle identifiers consistently via Promises

This change ensures JavaScript code can reliably access bundle identifiers through a consistent Promise-based API across both iOS and Android platforms.

@subhankarmaiti subhankarmaiti requested a review from a team as a code owner May 26, 2025 18:54
@subhankarmaiti subhankarmaiti merged commit f06fdd1 into beta May 27, 2025
4 checks passed
@subhankarmaiti subhankarmaiti deleted the SDK-6033-android-fix branch May 27, 2025 06:04
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