[GH-ISSUE #1425] [Feature]: Container ID for the APP should reset after uninstalling. #860

Open
opened 2026-03-03 19:01:37 +03:00 by kerem · 2 comments
Owner

Originally created by @narendersaini32 on GitHub (Mar 28, 2024).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/1425

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

  • Yes my issue is written in English
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 - [X] Yes my issue is written in English
Author
Owner

@TheMoonThatRises commented on GitHub (May 3, 2024):

Can you explain what you mean by "the container id doesn't reset after reinstalling"?

<!-- gh-comment-id:2093756480 --> @TheMoonThatRises commented on GitHub (May 3, 2024): Can you explain what you mean by "the container id doesn't reset after reinstalling"?
Author
Owner

@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

<!-- gh-comment-id:2093950701 --> @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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PlayCover#860
No description provided.