Hi everone.
We have an iOS app that serves many hospitals across the US. Our app is available to the public through the app store. So, our clients connect their Apple Business Manager account to their MDM servers.
We want to add a feature to our app that decides if a user has to use regular login or SSO login. To do this, we have to find a way that let our clients distribute a configuration file with the help of their MDM servers. The file should contain the SSO login URL. I'm wondering if there is any way that would help us to do this.
I have read about this on Apple website:
Managed App Config
Starting with iOS 7, Apple added support for managed application configuration. An MDM server can push a configuration to the iOS App. The app can access the configuration using the NSUserDefaultsclass. The configuration is basically a key-value dictionary provided as a .plist file.
but I can't see a way or an example to do this. Would please help .
Thanks