hi i create a two buttons named as supportweb and email,and under these buttons i write the code as
- (void) supportweb
{
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.fitzgerlad.com"]];
}
- (void) email
{
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"[email protected]"]];
}
supportweb is opened normally but email is not opend. what is problem pls help me how can i slove this pls post some code