hitherejoe / Aware

A playground for the new Google Awareness API
98 stars 27 forks source link

Beacon always error #2

Open neetrath opened 8 years ago

neetrath commented 8 years ago

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

neetrath commented 8 years ago

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