How can i load iTunes on UIWebview
i searched for this and i got this question it has answered, but it is not working,
[[NSUserDefaults standardUserDefaults] registerDefaults:[NSDictionary dictionaryWithObject:@"some old phone or other" forKey:@"UserAgent"]];
it still opening the iTunes app, in the above line of code, what it this UserAgent
..? and i also searched UserAgent
but i don't get what is UserAgent
key and why to register this key for NSUserDefaults
. What is the value to be set for key UserAgent
..?,.. or it is recommend to open the iTunes link on iTunes app,,,? any one worked on this ..?, can u please help how can i achieve this ..
i am using this for iPad application