2

I'm trying to make an iPhone application. In it, I want to add a module to make voice call using this application (msisdn is our input). Is this possible? If so, what is the result in iPod Touch?

Any body know how to notify push registry in iPhone? I can see in some site it is available in iPhone.

Gaffi
  • 4,307
  • 8
  • 43
  • 73
jaleel
  • 315
  • 1
  • 5
  • 15

4 Answers4

1

Generate a call, sms, etc from iphone

Community
  • 1
  • 1
Nithin
  • 6,435
  • 5
  • 43
  • 56
1

You should take a look at the Siphon project: http://code.google.com/p/siphon/

Oscar Gomez
  • 18,436
  • 13
  • 85
  • 118
0

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel:1234---"]];

Ranga
  • 821
  • 4
  • 11
  • 20
0

Are you trying to replace the dialer application, or simply invoke it? On official phones, the dialer cannot be replaced or have another application provide that functionality.

Yann Ramin
  • 32,895
  • 3
  • 59
  • 82