exponea / exponea-ios-sdk

MIT License
19 stars 27 forks source link

how to convert dictionary to [String : any JSONConvertible] #57

Closed rameshmicapg closed 3 months ago

rameshmicapg commented 6 months ago

Cannot convert value of type '[String : Any]' to expected argument type '[String : any JSONConvertible]' any one help me

Ankmara commented 5 months ago

Hi, could you paste here your code please? Thank you.

rameshmicapg commented 4 months ago

Exponea.shared.trackPayment( properties: trackingDataSource, timestamp: nil )

rameshmicapg commented 4 months ago

Cannot convert value of type '[String : Any]' to expected argument type '[String : any JSONConvertible]'

Ankmara commented 4 months ago

Hi thank you - can I see implementation of "trackingDataSource"?

rameshmicapg commented 4 months ago

YES

Ankmara commented 4 months ago

Hi thank you for response. Where can I find the code?