Hopefully there is a simple answer to this out there. Inside my app there is a button that launches FaceTime using an URL scheme. This works fine. However, when the facetime call is ended, it doesn’t go back to my app, it just stays inside facetime. And i’d absolutely love it to go back to the app. I’m assuming there should be some “onComplete” function that can be added to my code to make this happen. Any ideas?
Here’s the simple function i’m using.
[code]
local function MakeCall ()
system.openURL(“facetime://email@icloud.com”)
end [import]uid: 90878 topic_id: 36093 reply_id: 336093[/import]