I developed iOS application and archived it then push it to the App Store. Now I made some changes on the code and normally builds it and install it on the connected device, but the changes made on the code NOT reflected on the installed app while the installed app is the same as the pushed version to the App Store.
I tried to clean and build, deleted the app from the device, changed the build version, the app version, and the bundle identifier. and still the same.
NOTE: I am using ionic framework
So, do I missed something here?