ChimpKit3
ChimpKit3 copied to clipboard
ChimpKit for iOS
It would be greatly appreciated if we can update this library for the new API. Also a swift example with completion block would be awesome too.
Main Thread Checker: UI API called on a background thread: -[UIAlertView initWithTitle:message:delegate:cancelButtonTitle:otherButtonTitles:] PID: 54674, TID: 1742462, Thread name: (none), Queue name: NSOperationQueue 0x60400002bee0 (QOS: UNSPECIFIED), QoS: 0 Backtrace: 4 ChimpKitSampleApp...
When using ChimpKit via cocoa pods , app submission detects camera usage in `CKScanViewController` and requires the app's Info.plist to have `NSCameraUsageDescription`: > Missing Info.plist key - This app attempts...
we will install pod 'ChimpKit' and #import but Issue is "ChimpKitRequest" error is Expected a type so please Help me thanks
List field is called LNAME not LName
ChimpKitRequest doesn't exist anymore...
With ChimpKit 3.1.1, the completion block to callAPIMethod is ^(NSURLResponse *response, NSData *data, NSError *error) but the sample code uses ChimpKitRequest.
To support the auto translate option in MailChimp for response mails. Related issue: http://stackoverflow.com/questions/13178685/possible-to-provide-a-subscribers-language-through-mailchimp-api
When I add a member to a list using this api, it requires a second confirmation to make sure they want to get added (double opt-in). Is there a way...
The current ChimpKit uses UIAlertView, which is great for iOS 7, but iOS 8 introduced UIAlertController. ChimpKit should check for iOS 8 and use the new class, which also provides...