When using the Adobe SDK 4.5.5 we see that the acquisition: server and
appid properties from the configuration ADBMobileConfig(Dev/Prod).json
are composed to a http://server/appid url.On iOS 9 however the http
request will only result in a faulty response as Apple is enforcing
https (TLSv1.2) connections throughout the App.This would result in
“stuff”, “uuid” and “dcs_region” to be not properly fetched. All other
requests fired by the Adobe SDK properly connect to the specified https
endpoind.Ar...