Configure the iOS client for basic authentication over HTTP or HTTPS.
- For HTTPS, import the root certificate to the iOS device.
 
- Set the selected application ID in the sap.Logon.init method
               when initializing the application.  
 
- Set the project settings' keychain group to "clienthubEntitlements" and
               $(CFBundleIdentifier). 
 
- Start the application on device and register with the following settings:
 
               - Username – Username as assigned by your administrator.
 - Password – Password for your assigned username.
 - Host – Enter the hostname for your smp server. This value must match the server
                        name used for generating the server certificate. 
 - Port – For HTTPS, enter 8081. 
For HTTP, enter 8080.
 - Secure – For HTTPS, enter ON. 
For HTTP, enter OFF.
 - Security configure – Enter the selected security configuration name for sharing the credentials
                        with other applications.
 
              
- After registering, a new registration appears in
                  Management Cockpit for the application.