Apple FaceTime URL Scheme not initiating call

后端 未结 3 605
无人及你
无人及你 2020-12-20 08:52

Using Apple\'s URL Scheme Reference for FaceTime Links on a website, the link opens the FaceTime app but doesn\'t pass the number/email to be called or start the FaceTime ca

3条回答
  •  半阙折子戏
    2020-12-20 09:35

    When you click on facetime URL from a webpage it'll prompt user for permission. Auto call initiation will only work from native apps and won't work from webpages.

    From FacetimeLinks Reference

    When a user taps a FaceTime link in a webpage, iOS confirms that the user really wants to initiate a FaceTime call before proceeding. When an app opens a URL with the facetime scheme, iOS opens the FaceTime app and initiate the call without prompting the user. When opening FaceTime URLs on OS X, the system always prompts the user before initiating a call.

提交回复
热议问题