Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
26 views

I want to retrieve iPhone's notification data to PC. How can I receive the notification's app icon?

I want to make a Windows application that connects to a nearby iPhone, and displays the phone's current notifications as a list (which is similar to Microsoft Your Phone's notification feature). I'm ...
Taylor Yi's user avatar
-1 votes
1 answer
92 views

How do I make a BLE connection to a peripheral with Kotlin Multiplatform or native Android?

Working with BLE through the Android SDK causes a lot of pain. I would like someone to help me with a good implementation of BLE connectivity. Also, it would be nice if this code was also available on ...
mxkmn's user avatar
  • 419
0 votes
0 answers
27 views

Problem maintaining a bluetooth connection on an ios app

I'm trying to create an application to exchange data with an ESP-32 but I can't keep the bluetooth connection when navigating between the pages of my application. I then tried to make a bluetooth ...
arthur masson's user avatar
-1 votes
1 answer
35 views

Music is not being played through BLE connected headphone on iPhone

I have created a demo iOS app to create BLE connection with surrounding headphone. I am able to connect to headphone successfully through my demo iOS app. I can also see in iPhone Bluetooth Setting ...
Ganesh Pawar's user avatar
1 vote
1 answer
68 views

Bluetooth BLE implementation between Swift app and Rasberry Pi Pico W

I have an IOS app using CoreBluetooth to connect to a Rasberry Pi Pico W. I am trying to send data to the board, but the data is not received, despite the connection is established properly. The same ...
E. Tocchi's user avatar
1 vote
0 answers
24 views

Deploying BLE heart rate reader on Xcode using the given SDK

I'm pretty new to swift and Xcode, I'm building an app on it, but I'm having some issues deploying real time heart data, and I can't seem to be able to fix the problem on my own. Thank you in advance, ...
Ken11's user avatar
  • 11
-2 votes
1 answer
90 views

React Native BLE Manager: Over The Air Update Write Callback Issue

I'm using the react-native-ble-manager library for Over The Air (OTA) updates. During the update, I send arrays of data to the target device using the BleManager.write command with the size of the ...
MertCelik's user avatar
-1 votes
1 answer
76 views

2024 iBeacon BLE - Xcode 15.4 iOS iBeacon app advertising sets and beacon monitoring issue

I developed iOS app that is using startMonitoring(for: region) method to detect region entry and exit events via didEnterRegion and didExitRegion delegate methods. Region monitoring worked for years ...
Bosniak's user avatar
  • 47
8 votes
0 answers
101 views

How can I store additional information in a BLE device/Beacon

I have a requirement where I'm building an app for iOS and Android (currently in React Native) where I want to look for BLE devices in the background and based on the BLE Beacon encounter I'll call ...
Wasif Jameel's user avatar
1 vote
1 answer
70 views

BLE: Measure Respiratory rate or breathing rate from bluetooth low energy Device

I want a Bluetooth low energy device that measures Respiratory rate (Breathing rate) in breaths per minute. I don't see any Service or characteristic in Bluetooth SIG assigned numbers and no resources....
Sudhanshu's user avatar
  • 285
0 votes
0 answers
22 views

Swift BLE list peripherals always showing error

I am writing swift for iOS to list all the available BLE devices but every time I get the following error "[CoreBluetooth] XPC connection invalid" Steps followed: in info.plist added the ...
AjayR's user avatar
  • 4,159
-1 votes
1 answer
54 views

How does Airdrop use Bluetooth LE

I know apple never published the details of how does Airdrop works, but there are many research explained the basic logic for Airdrop: BLE + peer to peer wifi. References: https://blog....
RobotX's user avatar
  • 226
0 votes
0 answers
181 views

swift_isUniquelyReferenced_nonNull_native causes random and systematic crash on iOS 17.x

In my app, a crash occurs only on iOS 17.xx versions when I establish a BLE connection to a peripheral, scan wifi networks and connect to one of them via BLE. private func writeData(writingMode: ...
Iheb Sahloul's user avatar
-2 votes
1 answer
114 views

BLE peripheral gets disconnected from iPhone app after a couple of hours

I currently have an app that connects to a BLE device and is able to exchange packet data, send messages to other nearby BLE devices, notify when connects/disconnects happen. The problem is when the ...
nore982's user avatar
  • 21
0 votes
0 answers
61 views

Flutter IOS BLE unstable connection when run in background mode

I'm using flutter_reactive_ble to connect and read temperature from thermometer device in background mode. My thermometer devices are advertising every 3, 6, 9 or 12 minutes based on the device ...
Sang Tran's user avatar

15 30 50 per page
1
2 3 4 5
119