Skip to content
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

Force account removal after app uninstallation #338

Open
marcelomorgado opened this issue Apr 23, 2019 · 1 comment
Open

Force account removal after app uninstallation #338

marcelomorgado opened this issue Apr 23, 2019 · 1 comment
Labels
Milestone

Comments

@marcelomorgado
Copy link
Contributor

  • iOS apps aren't removing SecureStorage after app uninstallation.
  • Since v0.0.18 app is storing the isFirstAppUse flag (Using AsyncStorage).

The next step is to remove users' account if it already exists and is the first use of the app (In other words: afterRemoval = account !== null && isFirstAppUse.

This code is ready but is commented (App.js)

Extracted from: #295

@pcowgill
Copy link
Member

pcowgill commented May 8, 2019

@marcelomorgado I think we can uncomment this line of code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants