SwiftKitz / Appz

📱 Launch external apps, and deeplink, with ease using Swift!

Home Page:https://swiftkitz.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support URLs without a hostname

Mazyod opened this issue · comments

commented

Some URLs seems to be missing a hostname, something like:

let url = "scheme:key=value"

We should accommodate such format, probably by tweaking the ExternalApplication protocol through adding some properties to indicate such format.

commented

This would lead to rejection...