Added FAQ about account deactivation and data wiping (#429)
This commit is contained in:
parent
e26be5554a
commit
9c2bf2f63c
1 changed files with 6 additions and 0 deletions
|
|
@ -113,3 +113,9 @@ Follow the [React Native Getting Started Guide](https://facebook.github.io/react
|
|||
- Start emulator
|
||||
- Start react packager: `$ react-native start`
|
||||
- Run in emulator: `$ react-native run-android`
|
||||
|
||||
# Frequently Asked Questions
|
||||
|
||||
**How is data handled on mobile devices after a user account is deactivated?**
|
||||
|
||||
App data is wiped from the device when a user logs out of the app. If the user is logged in when the account is deactivated, then within one minute the system logs the user out, and as a result all app data is wiped from the device.
|
||||
|
|
|
|||
Loading…
Reference in a new issue