capacitor-community / bluetooth-le

Capacitor plugin for Bluetooth Low Energy
MIT License
281 stars 85 forks source link

Connectivity Issue in IOS APP #674

Closed madhan-SEET closed 3 months ago

madhan-SEET commented 3 months ago

Describe the bug I try to connect the ble device using ios app to make connection I am using the BlieClient.connect(deviceID) Note: Same code working fine android app I checked my Xcode logs BluetoothLe - Connected to peripheral. Waiting for services discovery. BluetoothLe - didDiscoverServices BluetoothLe - didDiscover CharacterisiticFor 1 1 BluetoothLe - Resolve onDisconnected

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Plugin version:

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

peitschie commented 2 months ago

Hi @madhan-SEET

Out of interest, did you end up figuring out this issue?

madhan-SEET commented 2 months ago

Yes, I updated the plugin now it's working now.

On Wed, 31 Jul, 2024, 4:38 am Philip Peitsch, @.***> wrote:

Hi @madhan-SEET https://github.com/madhan-SEET

Out of interest, did you end up figuring out this issue?

— Reply to this email directly, view it on GitHub https://github.com/capacitor-community/bluetooth-le/issues/674#issuecomment-2259348285, or unsubscribe https://github.com/notifications/unsubscribe-auth/A7PMIRKXRN2WI7PM5ECN5NDZPAMHBAVCNFSM6AAAAABLP5VUKKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJZGM2DQMRYGU . You are receiving this because you were mentioned.Message ID: @.***>

-- Disclaimer: The content of this email is confidential and intended for the recipient specified in message only. It is strictly forbidden to share any part of this message and its attachments with any third party, without a written consent of the sender. If you received this message by mistake, please reply to this message and follow with its deletion. Please note that as the recipient, it is your responsibility to check the email for malicious software. The integrity and security of this email cannot be guaranteed over the Internet. Therefore, the sender will not be held liable for any damage caused by the message.

peitschie commented 2 months ago

Awesome to hear! Thanks for sharing your solution 😃