I am developing an IOS (swift) application within a corporate company. The app has a DEV and a PROD version. I install and test both versions on the same iphone device. The bundleIdentifier is applicationNameDev for the dev app, and applicationNameProd for the PROD. However, I have a problem when I run both apps on the same device. I guess the user settings in the DEV application are used in the PROD application. I solve this problem with "Erase all content and settings" option in simulator. But how can i do this on real iphone device. (Without formatting the phone and deleting the data)
NOTE: I deleted and reinstalled both applications but the problem persists.