Here’s a memo on how to configure URL schemes for iOS apps.
I referenced the following sites for URL scheme configuration.
・iOSアプリにとりあえずでもカスタムURLスキームをつけるべし | Technology-Gym
・URL Schemes の設定について ios iPhone xcode | Linux & App Labs By pt106
URL schemes can not only launch an app, but also launch an app and make it perform specified actions.
When defining paths and parameters for such functionality, the Facebook app’s URL scheme definition serves as a good reference.
・IPhone URL Schemes - akosma wiki
That’s all from the Gemba.