rokwire / safer-illinois-app

Source code repository of "Safer Illinois" App - the official COVID-19 app of the University of Illinois.
https://safer.illinois.edu/
Apache License 2.0
33 stars 23 forks source link

[BUG] iOS - Exposure notification system is not alerting #645

Closed Priyaravi8 closed 3 years ago

Priyaravi8 commented 3 years ago

Describe the bug In iOS, the exposure notification alert is not displayed to the user.

To Reproduce Steps to reproduce the behavior:

  1. Install the app
  2. Complete the initial onboarding steps
  3. Verify the user role as a Univesity student with their identity
  4. Complete the covid onboarding steps and make sure the user turns on the Exposure notification

Actual Result A notification "Exposure Notification System checking" should appear on the device

Expected behavior In iOS, the exposure notification alert is not displayed to the user.

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

mihail-varbanov commented 3 years ago

I am unable to recreate this problem. The Exposure local notification is displayed on the device for me (please see the image below).

Please note that in order this notification to get fired we need the following requirement fulfilled:

  1. The application must be in background and the device should be locked (with black screen);
  2. The application should reside in a state as described in point 1 for at least 3 minutes.
  3. The Exposure Notification System should be turned on (Consent) and all requested permissions (locations services, bluetooth) should be granted.

Screen Shot 2021-05-21 at 9 32 28 AM