URL scheme and relaunching app

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]

Facetime would need to know to call back to you using a URL schema. I don’t know of a way to make your app relaunch itself. [import]uid: 199310 topic_id: 36093 reply_id: 143407[/import]

Hey Rob. You made it work for me when you did the Facebook post, where it goes to Facebook, then posts something, then relaunches the app. Is there nothing similar you think? Possible to use a URL scheme to open my app after FaceTime closes? [import]uid: 90878 topic_id: 36093 reply_id: 143408[/import]

Facebook has to call back to your app because that’s how their Single Sign-on works. That’s why you have to specify a URL scheme in your build.settings because Facebook knows to relaunch your app using that scheme. I’m not aware that facetime support these features.
[import]uid: 199310 topic_id: 36093 reply_id: 143412[/import]

Facetime would need to know to call back to you using a URL schema. I don’t know of a way to make your app relaunch itself. [import]uid: 199310 topic_id: 36093 reply_id: 143407[/import]

Hey Rob. You made it work for me when you did the Facebook post, where it goes to Facebook, then posts something, then relaunches the app. Is there nothing similar you think? Possible to use a URL scheme to open my app after FaceTime closes? [import]uid: 90878 topic_id: 36093 reply_id: 143408[/import]

Facebook has to call back to your app because that’s how their Single Sign-on works. That’s why you have to specify a URL scheme in your build.settings because Facebook knows to relaunch your app using that scheme. I’m not aware that facetime support these features.
[import]uid: 199310 topic_id: 36093 reply_id: 143412[/import]

Facetime would need to know to call back to you using a URL schema. I don’t know of a way to make your app relaunch itself. [import]uid: 199310 topic_id: 36093 reply_id: 143407[/import]

Hey Rob. You made it work for me when you did the Facebook post, where it goes to Facebook, then posts something, then relaunches the app. Is there nothing similar you think? Possible to use a URL scheme to open my app after FaceTime closes? [import]uid: 90878 topic_id: 36093 reply_id: 143408[/import]

Facebook has to call back to your app because that’s how their Single Sign-on works. That’s why you have to specify a URL scheme in your build.settings because Facebook knows to relaunch your app using that scheme. I’m not aware that facetime support these features.
[import]uid: 199310 topic_id: 36093 reply_id: 143412[/import]

Facetime would need to know to call back to you using a URL schema. I don’t know of a way to make your app relaunch itself. [import]uid: 199310 topic_id: 36093 reply_id: 143407[/import]

Hey Rob. You made it work for me when you did the Facebook post, where it goes to Facebook, then posts something, then relaunches the app. Is there nothing similar you think? Possible to use a URL scheme to open my app after FaceTime closes? [import]uid: 90878 topic_id: 36093 reply_id: 143408[/import]

Facebook has to call back to your app because that’s how their Single Sign-on works. That’s why you have to specify a URL scheme in your build.settings because Facebook knows to relaunch your app using that scheme. I’m not aware that facetime support these features.
[import]uid: 199310 topic_id: 36093 reply_id: 143412[/import]