My project have several subprojects inside main project. I’d like to remove all userdefaults datas in only one subproject. I searched and found ‘suite’ concept in userdefaults, but looks like that suite is mostly used for app groups. Since I don’t need to share datas between app groups, I don’t know whether ‘suite’ is the best way or not. Is there any other good way to delete userdefaults data of only one subproject?
- In my subproject, there are 20~30 userdefaults datas. So,I think it’s inconvenient way if delete these datas one by one.