I have a utag_src with "https://......" (I have also tried "//tags.tiqcdn...." without the protocol) but after being called the first time, it sends 2 more times with http://
http://tags.tiqcdn.com/utag/company/appname/environment/utag.3.js?event
This works fine on browser but after building it into an Android App, it's being converted to file:// and that's throwing me an error and I am no longer able to track things.
file://tags.tiqcdn.com/utag/company/appname/environment/utag.3.js?event
Anyone know a way to either keep it in https or prevent it from converting into file:// in android?