I'm trying to experiment with Eddystone and Nearby messages in Android. I registered an Eddystone-UID with the Proximity Beacon API and attached some data. Then in my app I used the samples from the Nearby Messages API to retrieve it and everything seems to be working fine.
Since I want to use Eddystone-URL and a website for casual use, but offer the possibility of downloading an app, I was trying to use only the Eddystone-URL, and attach some data to it, so I can have additional information in the app.
I did the same steps as for the Eddystone-UID, but my app doesn't see any message. The beacon seems registered, and the data attached to it, but the app it's not receiving anything.
Am I missing something? Is this not supported?