True means it’s a matched attribution; false means it’s a natural install.
Instance Method
appAttributionDidFinish(matched:info:)
called when attribution finished. usally it only called when the first time attribution finished. sometimes it will be called again when reattribution occurred, like universal link leads to a new attribution
Declaration
func appAttributionDidFinish(matched: Bool, info: [String : Any])
Parameters
matched-
info-
The attribution info returned by server.