Hello,
Could I change the name of the default localhost by http://example.com/
For example:
Instead of
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://localhost:1234"]];
I want to do
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http:///example.com/"]];
Thanks in advance.
Hello,
Could I change the name of the default localhost by http://example.com/
For example:
Instead of
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://localhost:1234"]];
I want to do
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http:///example.com/"]];
Thanks in advance.