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

isConnected always returns false #1033

Closed
markamccorkle opened this issue Sep 11, 2024 · 5 comments
Closed

isConnected always returns false #1033

markamccorkle opened this issue Sep 11, 2024 · 5 comments
Labels

Comments

@markamccorkle
Copy link

On the latest 1.7.7, calling isConnected on iOS is always returning false. Reverting to 1.7.4 fixes the issue.

@youssefadel94
Copy link

youssefadel94 commented Sep 11, 2024

reverting to 1.7.4 causes the issue of malformed service uuid

@peitschie peitschie added the ios label Sep 11, 2024
@peitschie
Copy link
Collaborator

@markamccorkle is this just using ble.isConnected? Or are you using ble.withPromises.isConnected?

@youssefadel94 are you able to share the exact error you're seeing there? 1.7.4 did not have the UUID validation code in it, so I wonder what the issue you're seeing there.

@markamccorkle
Copy link
Author

I can dig in further to see what the ionic native wrapper uses, but this is the latest ionic capacitor.

@peitschie
Copy link
Collaborator

Found the issue! MR up shortly

@peitschie
Copy link
Collaborator

Fix is released in version 1.7.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants