0

Is there a way to simulate BLE device on iOS and set its name?

  1. Is it achievable on iOS?
  2. Is there any React Native library for that? (I found react-native-ble-peripheral library, but its README says, it works only on Android)
David Chanturia
  • 83
  • 1
  • 11

1 Answers1

1

After some research:

  1. Yes, it is achievable on iOS.
  2. Yes, there is React Native library for that: react-native-peripheral
David Chanturia
  • 83
  • 1
  • 11