-
Notifications
You must be signed in to change notification settings - Fork 38
React native Estimote wrapper 0.4.1 crashes only on android #36
Comments
Does this only happen on some specific smartphone + Android version combo? Or are you able to reproduce it with different devices? |
we see this issue in every android phone we tested so far.. Phone | Version Redmi6 | Android 8.1 | |
Mhmm, I can't reproduce this on my Androids, so this could be something specific to your app. Mind sharing the bits of the code where you setup and start the proximity observer? |
I Exactly copied the example code: let me know if you need more details..
Trigger/Start Code:
|
also one more thing... |
And what Android device and version is that? Can you try some other app that uses Bluetooth Low Energy scanning? For example, nRF Connect. Just trying to rule out some problem with the Bluetooth stack in that device. |
@heypiotr here is the device/version details. nRF connect is now installed on the same device. do you have a flow that you want us to try. it did not crash so far.. |
I'm having the same issue. The example app crashes after start. |
@gurzoni can you pls add os version, device type? |
Is this issue still live? I have encounter the similar problem as well. I couldn't run the app on an my S9 device. The app just keep crashing. |
I couldn't reproduce it so far. I think we have an S9 somewhere in the office, so if you experience this problem on S9, that's actually great news for me (: I'll try to test it later this week. |
It's ok I have solved the problem by adding
to my manifest. |
Oh, ok, that was a different problem then. Bad new for me, since I guess this means S9 might not actually be affected by the ANR crash ^_^ |
Hi,
i am using estimote proximity beacons to detect entry and exit. i have location services turned on and bluetooth turned on. i am using react native bundle(https://github.com/Estimote/react-native-proximity)
version 0.4.1. in IOS it starts up fine and i dont see any issues but in android as soon as i startup the app, location services permission is showing up and then the app freezes for few seconds and if you try to interact with the app it says app is not responding, so you can either wait or tap OK. if i tap wait, it is waiting for sometime and then working normally. if you tap ok the app is crashing. here is the bugsnag crash report. this is happening every single time i trigger the location permission logic. i came to this forum to understand if there is any known issues that i need to be aware of...
Android Version 8.1
Api - 27
The text was updated successfully, but these errors were encountered: