Skip to content

Add healthRequest to common layer#1468

Draft
aboedo wants to merge 1 commit intomainfrom
automation/health-request
Draft

Add healthRequest to common layer#1468
aboedo wants to merge 1 commit intomainfrom
automation/health-request

Conversation

@aboedo
Copy link
Member

@aboedo aboedo commented Feb 6, 2026

Summary

  • Add healthRequest to CommonFunctionality.swift (iOS) using Task<Void, Never> async bridge pattern
  • Add healthRequest to common.kt (Android) with OnResult callback pattern
  • Bridges the native SDK's healthRequest for use by hybrid SDKs (React Native, Flutter, etc.)

Test plan

  • Verify iOS common layer compiles with updated purchases-ios dependency
  • Verify Android common layer compiles with updated purchases-android dependency
  • End-to-end test through a hybrid SDK

🤖 Generated with Claude Code

Bridge healthRequest for hybrid SDKs via CommonFunctionality (iOS) and
common.kt (Android).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@aboedo aboedo self-assigned this Feb 6, 2026
@RevenueCat-Danger-Bot
Copy link

1 Error
🚫 Label the PR using one of the change type labels. If you are not sure which label to use, choose pr:other.
Label Description
pr:feat A new feature. Use along with pr:breaking to force a major release.
pr:fix A bug fix. Use along with pr:force_minor to force a minor release.
pr:other Other changes. Catch-all for anything that doesn't fit the above categories. Releases that only contain this label will not be released. Use along with pr:force_patch, or pr:force_minor to force a patch or minor release.
pr:RevenueCatUI Use along any other tag to mark a PR that only contains RevenueCatUI changes
pr:next_release Preparing a new release
pr:dependencies Updating a dependency
pr:phc_dependencies Updating purchases-hybrid-common dependency
pr:changelog_ignore The PR will not be included in the changelog. This label doesn't determine the type of bump of the version and must be combined with pr:feat, pr:fix or pr:other.

Generated by 🚫 Danger

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