Код: Выделить всё
let client = ADClient.shared()
client.requestAttributionDetails { (dict, err) in
if let dict = dict {
// sends dictionary to server
}
}
Подробнее здесь: https://stackoverflow.com/questions/791 ... in-ios-app
Код: Выделить всё
let client = ADClient.shared()
client.requestAttributionDetails { (dict, err) in
if let dict = dict {
// sends dictionary to server
}
}