ushahidi / tenfour-mobile

TenFour mobile app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changes to account on one platform are not seen on other platforms unless direct refresh happens.

AmTryingMyBest opened this issue · comments

Description

When changes are made to the app on one platform e.g web, the changes are not seen on other platforms (mobile) until a network activity occurs. The app should be ideally in sync at all times.

Expected Behaviour

Changes to account on one platform should immediately be available or reflect on other platforms. App should auto-refresh and be at the same level on all platforms the moment changes are committed on one.

Actual Behaviour

Changes to account on one platform aren't immediately available on other platforms. User has to perform a network activity for the changes to reflect on the other platform.

Steps to Reproduce

  1. Make changes to app on one platform (web or mobile).
  2. Check the other platform, changes that were made are not seen here.
  3. Perform a network activity (e.g send a check-in).
  4. Changes are now seen on all platforms.

Environment

  • www.tenfour.org
  • app.tenfour.org
  • staging.tenfour.org
  • dev.tenfour.org
  • localhost:8100
  • iOS App (live)
  • iOS App (testflight)
  • Android App (live)
  • Android App (beta)