Check programmatically if contact allows FaceTime in Objective-C or Swift
Asked Answered
I

0

8

Just like the title states, I am working on contacts app. What I would like to know is if there is a way for me to find out if the contacts are reachable through FaceTime? Is there a public API for it? (Note: Solutions like ChatKit.framework for iMessage are not really acceptable, i.e. private APIs)

UPDATE: found a post here, that partially answers the question: FaceTime programmatically

UPDATE #2: using @"//facetime:" scheme does not seem to work at all, as I always get true in return

UIApplication.sharedApplication().canOpenURL(NSURL(string: "facetime://0000000000")!)
Ito answered 22/9, 2015 at 14:9 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.