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

[iOS]The safe and owner data are not removed after app uninstallation #1370

Closed
liliya-soroka opened this issue Aug 5, 2021 · 3 comments
Closed
Assignees
Labels
bug Doesn't work as expected Major Fix within 2 weeks

Comments

@liliya-soroka
Copy link
Member

Bug description
the safe and owner data are not removed after app uninstallation
Steps To Reproduce

  1. Install app
  2. add safe and owners
  3. uninstall app and install it again
    Current result: the new installed app contains safes and owners from the uninstall app
    Expected Result
    The data should be removed if the app was uninstalled
    Screenshots

Device & App version

  • Device/OS: iPhone 11-14.3
  • App version: 3.0.0 (3)

Environment
staging
Additional info
(Optional)

@liliya-soroka liliya-soroka added bug Doesn't work as expected Major Fix within 2 weeks labels Aug 5, 2021
@sche sche self-assigned this Aug 6, 2021
@sche
Copy link
Contributor

sche commented Aug 6, 2021

Reproduced when staging and production apps are installed at the same time. When a user uses only staging or production, the issue does not persist.
@DmitryBespalov I think this is somehow connected with shared DB. Somehow staging database is not removed on app uninstall if the production app is there, and vice versa.

sche pushed a commit that referenced this issue Aug 9, 2021
@sche
Copy link
Contributor

sche commented Aug 9, 2021

Related info:
https://stackoverflow.com/questions/25586605/per-configuration-app-group-entitlement-strings-in-xcode
https://stackoverflow.com/questions/24158410/uninstalling-app-not-delete-app-group-data-do-i-have-to-remove-app-group-contai

To fix this I splitted Multisig.entitlements and NotificationServiceExtension.entitlements into three different for every env

sche pushed a commit that referenced this issue Aug 9, 2021
sche pushed a commit that referenced this issue Aug 9, 2021
@liliya-soroka
Copy link
Member Author

Verified
app version 3.0.0(6)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Doesn't work as expected Major Fix within 2 weeks
Projects
None yet
Development

No branches or pull requests

2 participants