Closed sebasecheverry closed 6 years ago
I see that you included SDK in version 1.0.12:
compile 'com.estimote:sdk:1.0.12'
but latest version is 1.4.1
. Can you try that version?
As release log says there were some fixes for Android 7.
If it does not work can you provide some logcat or BT Snoop logs?
No answer from author. Closing. Ranging and Monitoring is deprecated. Please use Proximity SDK instead.
Prerequisites
Basic information
Estimote SDK version: compile 'com.estimote:proximity-sdk:0.4.1' compile 'com.estimote:sdk:1.0.12' gardle version 2.8
Android devices affected: [Paste here your Android device model/models that you are having problems with.] Asus zenfone Max Plus. Asus_X018D ZB5770TL
Android OS version affected: Android 7.0 nougat
Beacon hardware version: [Paste here your beacons hardware version (you can check that in Estimote Cloud).]
Hardware Version F3.3
Description
ranging and regions dont work. In older devices and versions of android it works perfectly but in my version it just doesnt work.
it never enters: beaconManager.setRangingListener or onEnteredRegion
` apply plugin: 'com.android.application'
android { compileSdkVersion 27 buildToolsVersion "27.0.2"
}
dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12'
}`
`// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:1.5.0'
}
allprojects { repositories { jcenter() maven { url "https://maven.google.com" } } }
task clean(type: Delete) { delete rootProject.buildDir } `
Expected behavior: I expect ranging to work correctly in newer versions of android. It works on older versions
Actual behavior: it works once every 2 hours and badly. (not all beacons detected)
Additional information