Skip to content
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

Latest Ble Manager (2.0.0) doesnt return any bluetooth devices on iOS #62

Closed
Firaenix opened this issue Oct 5, 2016 · 4 comments
Closed

Comments

@Firaenix
Copy link

Firaenix commented Oct 5, 2016

I recently updated to version 2.0.0 and when scanning for devices on iOS, I get no devices back.
However, on the same version, on Android, it works correctly.

In the mean time, I've rolled back to version 1.4.0.

I hope this can get fixed!

Thanks very much

@marcosinigaglia
Copy link
Member

Hi, are you sure you have clean the build etc.?

@marcosinigaglia
Copy link
Member

Have you call the init method?

@Firaenix
Copy link
Author

Firaenix commented Oct 6, 2016

Sorry about the delayed response.
I have not changed any code between version 1.4.0 and version 2.0.0.

I cleaned the build multiple times and also rebuilt the node_modules.

I do not have BleManager.start() in my code, but even so, the android counterpart works as expected, but does not for iOS.

@marcosinigaglia
Copy link
Member

BleManager.start() is added in 2.0.0 and init the module, is mandatory in iOS, in Android is not possible to delay to init so it works without the start method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants