MohGovIL / hamagen-react-native

Israel's Ministry of Health's COVID-19 Exposure Prevention App
https://health.gov.il/
MIT License
508 stars 153 forks source link

Connect to Google location history fails #183

Open tomerpetel opened 4 years ago

tomerpetel commented 4 years ago

When using two-step verification it's popping a notification on the phone after entering password. The Magen app is going to the background but when returning the login process restarts.

Need to save login state to a budle in Application onPause() and retrieve it back in onResume()

oyd11 commented 4 years ago

fails on my machine as well, without 2fa. endless loop to the (google) login screen and back.

kaplanlior commented 4 years ago

Hi @tomerpetel and @oyd11 , thanks for reporting. This issue was fixed, could you verify it also works for you?

oyd11 commented 4 years ago

Is there a way to turn on Google-Location-History? or should I try reinstalling the app? I went through the settings and all visible buttons, (Android, version 1.3.8), there's no obvious way to do that.

kaplanlior commented 4 years ago

Notice the option on the top of the app (android, v1.3.8). 7223de16-04c5-4615-b4e9-3893f16396dc

oyd11 commented 4 years ago

I don't have this option, attaching screenshot. I've had it appear, and the process (maybe) failed in an endless loop (it would bring a popup to authenticate back and forth), it either failed, or it hasn't (I've pressed 'cancel' after a few times), anyhow - I think we should open an issue for:

  1. Not having an indication anywhere on settings - for "Google location history" status
  2. A way to disconnect it

hamagen-main