Appz
Appz copied to clipboard
📱 Launch external apps, and deeplink, with ease using Swift!
Hello, Regarding [this](https://developers.google.com/maps/documentation/urls/ios-urlscheme) Should we add `comgooglemaps-x-callback`?
I know this is really stupid, but some apps, do not support QueryParameters like they should, and only support QueryItems in custom order. (like Maps.Me) Any suggestions on how to...
Instead of manually writing new Swift classes, tests, pod specs, and modifying the readme, we can have a configuration file with all the apps specs we have, and then a...
iOS 10 adds a way to asynchronously try opening an applications, and registering a callback once that's over: ``` swift open func open(_ url: URL, options: [String : Any] =...
Having added applications inherit `ExternalApplication` gives us a lot of flexibility, but I am starting to question the need for such a flexible design. Perhaps making it a simple struct...