ApplicationHelper
public final class ApplicationHelper
Helper functions for accessing external applications
Date
15/09/2019Version
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
LSApplicationQueriesSchemesarray insideinfo.plistfileDeclaration
Swift
public func isApplicationInstalled(with type: ApplicationType) -> BoolParameters
typeThe application type
Return Value
Whether or not the app is installed
ApplicationHelper Class Reference