I have change the User_Agent to @”Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0_1 like Mac OS X; zh-cn) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A306 Safari/6531.22.7″ which doesnot work.
Any body can help me ?
Thx in advance.
I have change the User_Agent to @Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0_1 like
Share
In your WebView, you can specify the userAgent string… from Apple’s Docs..
- (void)setCustomUserAgent:(NSString *)userAgentStringParameters
userAgentStringAs far as the actual string to set it to… how about…