LaunchGate
public class LaunchGate
Undocumented
-
Parser to use when parsing the configuration file
Declaration
Swift
public var parser: LaunchGateParser!
-
Failable initializer. If either the
configURI
orappStoreURI
are 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
configURI
URI for the configuration file
appStoreURI
App Store URI (“itms-apps://itunes.apple.com/…”) for the current app
Return Value
A
LaunchGate
instance ornil
-
Check the configuration file and perform any appropriate action.
Declaration
Swift
public func check()