ApplicationHelper

public final class ApplicationHelper

Helper functions for accessing external applications

Author

Adamas

Date

15/09/2019

Version

1.5.0
  • The singletion

    Declaration

    Swift

    public static let shared: ApplicationHelper
  • Check the installation status of a specific app. Need to add the scheme into LSApplicationQueriesSchemes array inside info.plist file

    Declaration

    Swift

    public func isApplicationInstalled(with type: ApplicationType) -> Bool

    Parameters

    type

    The application type

    Return Value

    Whether or not the app is installed