We have a mobile based application that is residing behind UAG for authentication. If the user adds this URLhttps://trunkname to the home page of their iOS device, what happens is that right after authentication, the next call from the device goes tohttps://trunkname/apple-touch-icon.png to which UAG returns "The URL you requested is not associated with any application".
The issue is also described in this post on the apple discussion boards: https://discussions.apple.com/thread/4598613
I tried putting in a manual URL replacement of
URL /apple-touch-icon\.png to URL /default.aspx of an internal server, but still I don't seem to be catching this call. Any ideas?