cocoa touch - how are cookies retrieved from itms links stored? -
i have app using wireless distribution install our beta users. install/upgrade links use form: itms-services://?action=download-manifest&url=
the apache server we're hosting app @ protected via cookie based authentication mechanism. our basic problem although our authentication mechanism issuing delete cookie in question, seems itms (or possibly safari) on device not respecting delete, because subsequent requests contain original cookie. weird.
my question is, persisting cookies itms links opened safari? safari itself? or itms on device?
i can't find documentation on appreciated.
scottcher, you're right. access log, itms-services agent looks like:
itunes-ipad-m/5.1.1+(2;+16gb;+dt:75)
while safari agent is:
mozilla/5.0+(ipad;+cpu+os+5_1_1+like+mac+os+x)+applewebkit/534.46+(khtml,+like+gecko)+version/5.1+mobile/9b206+safari/7534.48.3
Comments
Post a Comment