whatsapp share is not working (same code is working in another project)
问题 Below is what I am using to share text on WhatsApp NSString *globalString; NSString *myURl = [NSString stringWithFormat:@"http://www.mywebq8.com/mobile/newsdetails.aspx?id=%@", [global getstrProDetails]]; globalString =[NSString stringWithFormat: @"%@ للمزيد \n\n%@",[global getstrPagetitle], myURl]; NSLog(@"globalString===%@", globalString); NSString * msg = globalString; NSString * urlWhats = [NSString stringWithFormat:@"whatsapp://send?text=%@", msg ]; NSURL * whatsappURL = [NSURL