2

I have an iOS app that makes phone calls using the Telephone application by using a tel:// file handler. I'm looking for the file handler for VoIP applications so my app can work on iPad and iPod touch. Where can I find out the file handler for Skype and other VoIP apps?

(I assume Skype is skype://... What about Fring? Google Voice?)

skaffman
  • 398,947
  • 96
  • 818
  • 769
Moshe
  • 57,511
  • 78
  • 272
  • 425

1 Answers1

2

I'm not sure there's a simpler way than downloading these apps from iTunes, unzipping the .ipa file, and looking into their Info.plist for their CFBundleURLTypes.

Zeppomedio
  • 5,911
  • 3
  • 18
  • 18