I am having an issue retrieving analytics for my application. Here are the steps I followed:
- Configured the beacons in the dashboard, added tags to them Room 1, Room 2, etc
- Followed the article https://developer.estimote.com/proximity/ios-tutorial/ and built a test app
- Used the cloud API to retrieve data, for example https://cloud.estimote.com/v3/analytics/visitors/total
The application works - I get events on my local test UI as I enter and exit zones, and I see the telemetry is being uploaded in the console.
However, when I hit the API, I get no data at all:
{
“meta”: {
“total”: “0”
},
“data”: null }
Is something not setup on my account correctly?