I am developing an iOS application that is more of a permanent install type application, and it will be different per client. So, I'm looking for the best way to install some type of a configuration on the device that the app can detect and in essence 'lock' it into a specific setting for a client. I want this to persist even if an application is deleted.
Something like a mobileconfig file would be neat, but I don't think those can contain undefined variables or be read by the applications.
I'm curious what the best and cleanest approach would be for this.