mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 00:05:52 +03:00
[GH-ISSUE #1425] [Feature]: Container ID for the APP should reset after uninstalling. #860
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#860
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @narendersaini32 on GitHub (Mar 28, 2024).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/1425
Is your feature request related to a problem?
Yes
Describe the solution you'd like
After uninstalling the app, the container id doesn't reset after reinstalling the playcover it resets.play cover
Anything else?
No
Issue Language
@TheMoonThatRises commented on GitHub (May 3, 2024):
Can you explain what you mean by "the container id doesn't reset after reinstalling"?
@narendersaini32 commented on GitHub (May 4, 2024):
I have a app which give free demo on first install. Once i uninstall that app and tried installing again then previous data is still persists. It maybe using a same keychain id or container id or something. Then I wrote a script to remove some leftover files then it works.
sudo rm -rf /Users/narendersaini/Library/Application\ Scripts/com.telestar.voicechangerip
sudo rm -rf /Users/narendersaini/Library/Application\ Scripts/com.telestar.revvoicechanger
sudo rm -rf /private/var/folders/mq/_3czqq3j4278bytc6md4974m0000gn/C/com.telestar.voicechangerip
sudo rm -rf /private/var/folders/mq/_3czqq3j4278bytc6md4974m0000gn/C/com.telestar.revvoicechanger
sudo rm -rf /Users/narendersaini/Library/Containers/com.telestar.voicechangerip
sudo rm -rf /Users/narendersaini/Library/Containers/com.telestar.revvoicechanger