Estimote / iOS-Fleet-Management-SDK

Estimote Fleet Management SDK for iOS
https://developer.estimote.com
MIT License
1.18k stars 398 forks source link

ESTMonitoringV2Manager not detecting beacons #262

Closed ademars94 closed 6 years ago

ademars94 commented 7 years ago

I installed version 4.20 today via CocoaPods (had to use git, was not available in pod repo): pod 'EstimoteSDK', :git => 'https://github.com/Estimote/iOS-SDK.git', :commit => '51c0bf3'

The documentation on the ESTMonitoringManager and the ESTMonitoringV2Manager seem to be pretty light. Am I missing something that I need to get this working?

stephandue commented 7 years ago

Facing the exact same problem.

alexjuda commented 6 years ago

Hey, @ademars94, @stephandue, there's a couple of things you can check:

Have you tried using Estimote Cloud app templates? They should work out of the box - you only need to configure the provisioning profile: https://cloud.estimote.com/#/apps/add/notification

ademars94 commented 6 years ago

@airalex I replaced the strings in my code snippet with generic values as to not expose them on GitHub. Our application is using the keys from Estimote Cloud. The beacons are configured to use Estimote Monitoring, as they are working with v1 Monitoring. Bluetooth is definitely on.

I am hoping you might be able to point me in the direction of some proper documentation for the v2 Monitoring API. I have seen the class reference, but that is just method signatures and doesn't really show how to implement v2 Monitoring.