aboozaid / react-native-wifi-hotspot

A react-native implementation for handling hotspot requests and make it easier to communicate with peers!
ISC License
40 stars 21 forks source link

Hotspot.create always throws error #11

Closed luandro closed 1 year ago

luandro commented 4 years ago

Tried running the example code for Hotspot.create but I get error every time. Is this functionality depended on the hardware, or should it work on any device?

aboozaid commented 4 years ago

What's your device OS Version?

luandro commented 4 years ago

Hotspot.create didn't work using Android 6.0.

Also tested on an Android 9.0, in which not even Hotspot.enable worked.

aboozaid commented 4 years ago

You can't change wifi hotspot without enabling it first. Also, check the modify system settings permission is set to on.

aluno20182 commented 4 years ago

Hi, I have the same problem, i can't enable the hotspot even with all permissions set on. any suggestion?

aboozaid commented 4 years ago

Till now the library doesn't support a workaround for android 8++, I will solve this in next updates

aluno20182 commented 4 years ago

When this update will come out?