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

Sending a transaction with bluetooth doesn't work #1192

Open
Anziskavds opened this issue Sep 3, 2024 · 2 comments
Open

Sending a transaction with bluetooth doesn't work #1192

Anziskavds opened this issue Sep 3, 2024 · 2 comments

Comments

@Anziskavds
Copy link

Describe the bug
When a user tries to send some Tari with Bluetooth. The iPhone device doesn't pick up the other users device. It was working smoothly on Android but on iPhone the user just gets stuck on the "Connect to a device" screen.

To Reproduce
Steps to reproduce the behavior:

  1. Make sure both devices have their bluetooth on
  2. Click on the transaction button on your iPhone device
  3. Click on "Bluetooth Connect"
  4. User should see the "Connect to a device" pop up
  5. User should pick up the other users device to send them some Tari
  6. Currently the user only gets stuck on the "Connect to a device" pop up. It doesn't pick up any other devices to make a transaction.

Expected behavior
User should pick up the other users device to send them some Tari when they clicked on the "Bluetooth connect" option.

Screenshots
IMG_7B2DBE6FEEBA-1

Smartphone:

  • Device: iPhone 12
  • OS: iOS 17.5.1
  • Browser & Version Safari browser. Aurora version 0.27.0(b746)
@TruszczynskiA
Copy link

The issue is that Android device sometimes doesn't broadcast the data using BLE.
The issue was redirected to the Android project.

Observations from testing:

  • The App is asking about permissions related to the BLE sharing features twice. Once when user click on the bluetooth sharing button on the transaction send screen (access to the BT) and on the BL settings screen when user try to change the why when the app is broadcasting data (access to location).
  • I was unable to change the BT settings to anything else.
  • Using the bluetility app I've noticed that Android App have multiple instances of the BLE periphery broadcasting the exact same thing.

@TruszczynskiA TruszczynskiA transferred this issue from tari-project/wallet-ios Sep 6, 2024
@Anziskavds
Copy link
Author

@TruszczynskiA This is still an issue on iPhone 12 iOS 17.6.1 on ESMERALDA v0.27.0 (b756). I was able to successfully send a transaction from my Android device to iPhone but the iPhone doesn't pick up the Android device to make a transction. cc @igordanilcenko

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Bugs
Development

No branches or pull requests

2 participants