Disable http cache or iOS exitApp()

My application has a delete registration function, where I have to send a request to the server to remove my user and of course I have to delete all local data from the device. Request and storage clear done correctly but after registering again with the same user the data from the previous session still showed up on the pages.

This looks like it is caused by the http service cache, but if I call exitApp() after deleting the registration, it is working correctly not displaying data from the previous reg. However, exitApp doesn’t seem to work on iOS.

So this is a 2in1 question, sorry. :slight_smile:

So How can I tell the http service that every earlier cached requests should now be deleted?
Or how can I tell the app on iOS to exit completely?