I’m working at the beta version of my App and i need to be sure that at first launch of the final release users that have been beta tester will start the application with a completely clear user default set… (i can’t change the Bundle ID).
1) Is there a way to clear user defaults programmatically ?
2) Will sandboxing this App for the App Store submission helps me ?
You can remove it like this:
To run it on your first launch, I would just set a BOOL flag. One way to do it is as follows: