Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Got this error result "LotameDMP.LotameError". How to solve it ? #13

Open
mohamadakmalshukri opened this issue Dec 19, 2019 · 3 comments

Comments

@mohamadakmalshukri
Copy link

mohamadakmalshukri commented Dec 19, 2019

`
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

@irishfan99ko
Copy link
Contributor

Can you please provide details on your integration method? Was it via cocoapods or drag & drop, etc?

@mohamadakmalshukri
Copy link
Author

mohamadakmalshukri commented Jan 14, 2020

Can you please provide details on your integration method? Was it via cocoapods or drag & drop, etc?

I integrated with cocoapods. I used this pod 'LotameDMP', '~> 4.1' in my pod. I always got Failure.

I tried use pod 'LotameDMP', '~> 5.0' also got same result.

@irishfan99ko
Copy link
Contributor

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.

@irishfan99ko irishfan99ko added bug and removed bug labels Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants