tasit-apps icon indicating copy to clipboard operation
tasit-apps copied to clipboard

Force account removal after app uninstallation

Open marcelomorgado opened this issue 5 years ago • 1 comments

  • 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: https://github.com/tasitlabs/tasit/issues/295

marcelomorgado avatar Apr 23 '19 14:04 marcelomorgado

@marcelomorgado I think we can uncomment this line of code

pcowgill avatar May 08 '19 20:05 pcowgill