mozeb

Results 3 comments of mozeb

@jhihguan is it Swift 3? Because I got warning to convert it to Swift 3 syntax and it causes me a lot of problems.

I dont remember exactly how i solved this issue. But I think I converted it to swift 3 by myself..

Here is SWIFT 3 working example of subscribing user without email confirmation: ``` ChimpKit.shared().apiKey = "your_API_key" let mailToSubscribe: [String: AnyObject] = ["email": "mail_you_want_to_subscribe" as AnyObject] let params: [String: AnyObject] =...