You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`
DMP.addBehaviorData("iOS User : Actions : Open App Event", forType:"seg")
DMP.sendBehaviorData() {
result in
print("Lotame result \(result)")
print("Lotame error Message \(result.error.debugDescription)")
if result.isSuccess{
//Success
print("Lotame Success Run app")
} else{
//Failure
print("Lotame Failed Run app")
}
}`
I print, i got this
Lotame result failure(LotameDMP.LotameError)
Lotame error Message Optional(LotameDMP.LotameError)
Lotame Failed Run app
The text was updated successfully, but these errors were encountered:
I suspect that this is a configuration problem with your account. Could you please submit a support ticket and be sure to include the client id that you are using? Any additional details you have will be useful. Thank you.
`
DMP.addBehaviorData("iOS User : Actions : Open App Event", forType:"seg")
I print, i got this
Lotame result failure(LotameDMP.LotameError)
Lotame error Message Optional(LotameDMP.LotameError)
Lotame Failed Run app
The text was updated successfully, but these errors were encountered: