Is it possible to open an iPhone app by just knowing app name like follows?
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"AppName://"]];
Or should i use some other way?
Is it possible to open an iPhone app by just knowing app name like follows?
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"AppName://"]];
Or should i use some other way?