What are the two ways of deep linking in iOS?
Custom URL schemes and Universal Links
What are the two ways of deep linking in Android?
App Links And Deep Links
What are Android App Links?
allow to work with an https scheme and require a specified host, plus a hosted file. Look like Universal Links in iOS.
What are Android Deep Links?
allow to have a custom scheme and do not require a host or a hosted file, like Custom URL schemes in iOS