I start a FaceTime call from my app using:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:[@"facetime://" stringByAppendingString:appleID]]]
Is there a way to know if FaceTime is already in use or the URL is already open when i call this method?
Or is it possible to know when i come back into my app after opening the URL?