Aware icon indicating copy to clipboard operation
Aware copied to clipboard

Beacon always error

Open neetrath opened this issue 8 years ago • 1 comments

ResultCalllback of Awareness.SnapshotApi.getBeaconState always return status code 13.

neetrath avatar Jul 26 '16 10:07 neetrath

I found solution by myself. You need to add

   <meta-data
        android:name="com.google.android.nearby.messages.API_KEY"
        android:value="foobar" />

in manifest and enable nearby message API in Google Developer Console. I tried this in my project now it works. but in this project still not work. I think you have to enable nearby message API and try again.

Thank you

neetrath avatar Jul 26 '16 11:07 neetrath