How to turn on Bluetooth from inside Unity?
Hi,
I am looking for a way to turn on Bluetooth on Android and iOS devices from inside my unity application or to trigger a prompt to ask the user for this (like in the example img).
Does anyone know of an asset, that can help me with this or if Unity has this feature already?
Help will be greatly appreciated!
Kind regards, Rasmus Lindholm
@$$anonymous$$uboRobot This is a very good BLE plugin, that will give an error if Bluetooth is disabled, so you can ask user to turn it on and this is the way it should be done for the app stores to accept the app. We use the automatic way for the internal testing only: Bluetooth LE for iOS, tvOS and Android
Answer by · Feb 14, 2018 at 03:18 PM
Thank you very much! Is there something similar to do this on iOS devices?
@$$anonymous$$ Hi Is it possible to connect to BLE devices(Beacons) and receive data from that using Unity.I do not know android studio or swift to make plugins.I am looking to make an indoor navigation app by detecting beacons using Unity..Any help will be appreciated.
Answer by healthplexus · Apr 06, 2018 at 02:46 AM
Answer by jimmoriarty101010 · Jun 27, 2018 at 09:49 AM
This is the fastest way to turn ON/OFF bluetooth in android. https://windowsclassroom.com/how-to-turn-on-bluetooth-on-windows-10/ you can follow it if you want to know how to turn ON bluetooth on windows 10.
Your answer
Follow this Question
Related Questions
IOS Phone Gallery Open 0 Answers
Why do the Prepare OS for Recording option and OpenMic Disable bluetooth audio playback. 1 Answer
How to get the low level rendering plugin working on Android? 1 Answer
How to use android-bluetooth plugin in unity? 0 Answers
Using .framework for iOS as Plugin. 0 Answers