Skip to content
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

[Health] Do not invoke method channel API when useHealthConnectIfAvailable is true on iOS #998

Conversation

bps-takumaodaki
Copy link
Contributor

Fixes #989.

According to the configure documentation:

If useHealthConnectIfAvailable is true, Google Health Connect on Android will be used. Has no effect on iOS.

However, setting useHealthConnectIfAvailable to true on iOS triggers calls to an unimplemented method Channel API.

To address this issue, I confirmed that no method Channel API is invoked when useHealthConnectIfAvailable is set to true and configure is called on iOS, thereby ensuring that the issue no longer occurs.

(I accidentally deleted the repository, so I have recreated the PR.)

@SlimShadyIAm SlimShadyIAm merged commit 8747075 into cph-cachet:master Jul 24, 2024
1 check passed
@SlimShadyIAm
Copy link
Contributor

Thanks for your PR!

@bps-takumaodaki bps-takumaodaki deleted the fix/called_not_impletemted_method branch July 25, 2024 00:17
@bps-takumaodaki bps-takumaodaki restored the fix/called_not_impletemted_method branch July 25, 2024 00:18
@bps-takumaodaki bps-takumaodaki deleted the fix/called_not_impletemted_method branch July 25, 2024 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants