Are custom url schemes different for tvos apps on Apple TV vs. iOS apps (netflix, youtube, hbogo)?

Viewed 1575

I am working on an apple tv app where I am trying to deeplink to specific pages within other third party apps. I see the way to open the other app is to use its url scheme however most url schemes that work in ios are not working on tvos.

So far, I've found a couple that work on tvos (netflix, abc). However the following url schemes which work on ios are not opening the app on tvos - Youtube (youtube://), showtime anytime (shoany://), DailyMotion (dailymotion//). In some cases the url scheme opens the app but the full deeplink doesn't navigate to the correct page (ex. hbogo).

Do anyone know if the url schemes used by tvos apps is different from ios? Also is there any way to extract the url scheme of the tvos version of the app?

1 Answers
Related