Appz icon indicating copy to clipboard operation
Appz copied to clipboard

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

Results 8 Appz issues
Sort by recently updated
recently updated
newest added

Hello, Regarding [this](https://developers.google.com/maps/documentation/urls/ios-urlscheme) Should we add `comgooglemaps-x-callback`?

Should we create an example project for the library?

enhancement

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...

enhancement

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...

enhancement

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] =...

enhancement

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...

refactor
details needed