I keep getting this warning when running my app. “Although your app is not targeting Android M (SDK 23) in order to scan in background you need to acquire one of the location permissions: ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION”. I am not targeting API 23 and I Enabled ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION in a my AndroidManifest. I don’t want to scan in background because I am using Ranging of specific stickers at specific times always when the app is running. What can I do to fix it?
Also I want to start counting visits for my Nearables, each sticker belongs to one specific location of an office. I would like to know the number of times a device has been in the region of certain stickers. I have 6 different stickers all of them with unique UUID, major and minor numbers. I am following the tutorial - Add beacon analytics to your app. Although It is available for iOS, I managed to do the same for Android. I don’t understand the part of location. How do I enable my stickers to use with Estimote Cloud?
Thanks!