-
Notifications
You must be signed in to change notification settings - Fork 45
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
iOS doesn't work : bluetooth permission ? #49
Comments
same issue on iOS , @umair13adil any idea? |
If anyone found a solution, I'll be glad to know it, it's really a big issue for me ! |
Okey, it's working when I put the UUID in my code, the problem is with the firebase. If anyone has a solution to store the UUID on firebase it's will be great! |
@Cinqprien could you please share your code? |
Hello, you put uuid in region and in ibeacon config? i can find with android, but with iOS I can’t see any beacon. And I don’t have any error. |
If you want to detect beacons on IOS, you must add the UUID of the beacons you want to be detected by using addRegion before scaning. that no needed on Android. A |
Thanks for your info. 👍 |
Hello !
Thanks for the plugin. It's working fine on Android but I have a problem on iOS : it detect nothing since I pass in version 2.0.0. I think it has a link with a bluetooth permission. I add the lines in my info.plist but my phone doesn't ask me for bluetooth permission when I launch the app. Maybe there is something else ?
Here my info.plist :
And here the code :
Thanks a lot and good day!
The text was updated successfully, but these errors were encountered: