Dilshan
Dilshan

Reputation: 3221

Accessing voicemail in iPhone

Is there any way to access the voicemail from the SDK. As I know this cannot be done. At least in the new SDK have they given any control over it?

Upvotes: 3

Views: 723

Answers (2)

Claus Broch
Claus Broch

Reputation: 9212

You may not be able to directly access the voicemail from your app, but several operators provide a direct call number for people to dial directly into their voicemail.

You could then have people enter this voicemail number in the preferences and access it using a url like tel:1-408-555-5555

More information about this in the iOS Reference Library

Upvotes: 3

h4xxr
h4xxr

Reputation: 11465

Correct, this cannot be done from the SDK.

Upvotes: 1

Related Questions