I am working off a tutorial that has this line of code:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://8004664411"]];
When the program is compiled in the 3.0 Framework and that line of code is run, nothing happens. However, if the program is build with the 2.0 Framework that line of code causes a popup to display that says:
"Unsupported URL This URL wasn't loaded: tel://8004664411"
Can anyone explain why no error is raised in 3.0?