[Solved] how to store the data into NSMutableString?
[ad_1] try this code NSString *XMLStr = [[NSString alloc]initWithBytes:[webData mutableBytes] length:[webData length]encoding:NSUTF8StringEncoding ]; NSLog(@”the xml product is %@”,XMLStr); Use this code i hope it helps You. [ad_2] solved how to store the data into NSMutableString?