-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
17: API: Nearby.EXPOSURE_NOTIFICATION_API is not avaliabe on this device. #135
Comments
The |
See also #51. What is the version of your Google Play Services (Not PlayStore)? |
Google Play Services: 20.21.17 (040408-316502805) |
I have the same problem. I tried to install the app on two different phones (Samsung S10 and Oneplus 5, both Android 10), but on S10 the app would return such error whereas on Oneplus it works fine. The version of Google Play Services on both devices are exactly the same: Using the adb command mentioned in #51 gets similar output Oneplus:
Samsung (same line but twice...):
Also on Samsung there is no 'COVID-19 Exposure Notifications' in the Google settings, I wonder if this could caused by other apps rather than the Google Play Service... |
The experts can help me fix the error : |
One more reason for this error could be, that you are trying to run the app as a secondary user. Unfortunately, the ExposureNotification framework of Google only works for the primary (system) user of the device. We will add an explizit error message for this case in a future version. |
I didn't know that you could run apps as a secondary user. How do I know, that I am running this app as a secondary user? |
In version 1.0.7 we included a check if the app is running as the primary (system) user and show a corresponding error message. On how to switch users see https://support.google.com/nexus/answer/2865483?hl=en |
Hello there.
I wanted to install the SwissCovid app on my Honor 6x (Android 8.0.0, EMUI 8.0.0) but I got this Error:
17: API: Nearby.EXPOSURE_NOTIFICATION_API is not available on this device.
and below:Connection failed with: ConnectionResult{statusCode=UNKOWN_ERROR_CODE(39501), resolution=null, message=null}
The Google PlayStore is Version
20.5.19-all [0] [PR] 316024227
Bluetooth is activated and I tried to reinstall the application.
Anybody knows what's happening?
The text was updated successfully, but these errors were encountered: