LaunchGate
public class LaunchGate
Undocumented
-
Parser to use when parsing the configuration file
Declaration
Swift
public var parser: LaunchGateParser!
-
Failable initializer. If either the
configURIorappStoreURIare unable to be converted into anURL(i.e. containing illegal URL characters) this initializer will returnnil.Declaration
Swift
public init?(configURI: String, appStoreURI: String)Parameters
configURIURI for the configuration file
appStoreURIApp Store URI (“itms-apps://itunes.apple.com/…”) for the current app
Return Value
A
LaunchGateinstance ornil -
Check the configuration file and perform any appropriate action.
Declaration
Swift
public func check()
View on GitHub
LaunchGate Class Reference