I\'m making an iOS app which can open Viber app and automatically call a person or go to chat window with the person. Is there any url scheme for Viber to do that such as:>
For Swift, you can do like that :)
let viberShareUrl = "viber://forward?text=\(shareUrl)" let url:NSURL =NSURL(string: viberShareUrl)! UIApplication.sharedApplication().openURL(url)