Call using Skype.app via openURL:
Asked Answered
P

3

5

Does anybody know if it is possible open Skype.app to call phone via

- (BOOL)openURL:(NSURL *)url

UIApplication message?

If it possible, what url a need pass to this message?

Thanks

Poohpooh answered 7/8, 2009 at 9:26 Comment(0)
N
6

Just for reference, this seems to have changed when multitasking support was added: starting at least with Skype 2.1.0, this URI works fine: skype:+33123456789?call

Naphthol answered 28/9, 2010 at 7:20 Comment(2)
Great news! I'll remove my outdated answer!Camillacamille
Can I open chat in skype with specified account? And if them not added to my list ?Nip
C
4

By looking at Skype's Info.plist file (you can open it from the ipa file iTunes has downloaded), you can tell it has no URL registered, so you won't be able to call it from your application.

You should look for a key called CFBundleURLTypes (you can look at Twiterrific's for an app that has one defined).

Update: Apparently, starting with Skype 2.1, there is a URL registered. See other answers on this question.

Camillacamille answered 7/8, 2009 at 14:3 Comment(0)
S
0

Just to provide some direction here we provide URI support on iOS and we have created an example for you, see: https://dev.skype.com/skype-uri/skype-uri-tutorial-ios

Sidnee answered 26/3, 2013 at 12:58 Comment(1)
The link is outdated. This is why link-only answers are inappropriate on SO.Receipt

© 2022 - 2024 — McMap. All rights reserved.