0

I'm new in iOS development. But anyway now I can: post private messages to my friends on Facebook and Twitter.

Is there any way to post message to my skype contact's?

Does skype provide any API for iOS to post message to skype contact's?

Is there any way to gain skype contacts information (email, phone number), so to be able to post email/SMS to skype contact directly?

What is the best way to post data to my skype contacts?

Shekhar Gupta
  • 6,206
  • 3
  • 30
  • 50
Venil Aminovich
  • 109
  • 1
  • 9

3 Answers3

4

No currently there is no public API is provided for iOS.

You can check their documents skypekit and api reference for more details.

You can use Skype Uri for communicating with skype from your APP.

Midhun MP
  • 103,496
  • 31
  • 153
  • 200
  • I'm readying your information now. And information in http://stackoverflow.com/questions/7569125/how-to-integrate-skype-feature-in-my-native-app. I will read and answer you in 20 minutes – Paul T. Dec 10 '12 at 06:20
  • @Wolvorin: with Pleasure :) – Midhun MP Dec 10 '12 at 06:25
  • @PaulGalavic: Ok dude :) If you found anything useful please edit my answer or add your own answer :) – Midhun MP Dec 10 '12 at 06:26
  • @Midhun MP, I looked at all your references and googled around, but I din't find the wat how I can gain the list of skype contacts al least. I event found out, that I can't open skype to write a message (only call, actually I can write a message, but this functionality offen doesn't work). So I think , that I can't send private message with skype and I can't gain contact list. If I'm not right, please, give a code – Venil Aminovich Dec 10 '12 at 07:22
0

Try look at this repositories

Projects on Objective-C with Skype support

CReaTuS
  • 2,593
  • 1
  • 19
  • 31
0

Sevabot Skype bot provides a HTTP interface for sending Skype messages:

https://github.com/opensourcehacker/sevabot

(Disclaimer: I am author of the project)

However, using this solution means that you need to have a Skype client running on your server.

Mikko Ohtamaa
  • 82,057
  • 50
  • 264
  • 435