Emoji Rangers URL Type Missing

I'm trying to duplicate some of the functionality of the Emoji Rangers widget in my app.
The Emoji Rangers app uses game:///panda and game:///egghead for deep-linking to specific characters.
But for the life of me I cannot determine how the app is registering the game:/// URL scheme.
We're supposed to register those in the URL Types section of the Info tab of the project, but for the demo app (which works) there is nothing there.
Did Apple do something with Simulator / Xcode to hijack that specific URL scheme? Or am I missing something somewhere?
Answered by Engineer in 642071022
If you were outside of your app and/or extension and wanted to deep link to your app from a website or other place, then you would need to register a deep link. This is not the case for Widgets, you do not need to register a deep link because the Widget automatically deep links to the right app.
Accepted Answer
If you were outside of your app and/or extension and wanted to deep link to your app from a website or other place, then you would need to register a deep link. This is not the case for Widgets, you do not need to register a deep link because the Widget automatically deep links to the right app.
Emoji Rangers URL Type Missing
 
 
Q