I want to be able to register to handle external URLs for our website within our app.
e.g. http://test.com/thing/123 -> opens app and passes “thing/123”
I know that we can register for a custom scheme, e.g. myapp://thing/123, but want to give people the option to open links shared from their friends via email, twitter, etc in our app. How can I register for the http scheme for our specific domains?