I tried the following in a simple app and it no longer works:-
[[UIApplication sharedApplication] openURL: [NSURL URLWithString:[NSString stringWithFormat:@"whatsapp://send?abid=%d&text=%@", abid, @""]]];
Has WhatsApp dropped this functionality in their latest version?