sendgrid-objc
sendgrid-objc copied to clipboard
SendGrid Objective-C helper library
I keep getting CORS error on SWIFT, i have an account via Azure, is there a workaround to get this working? statusCode should be 200, but is 400 response =...
2018-02-03 13:30:20.940370-0200 NowOrNever[2781:2516198] Error: Error Domain=com.alamofire.error.serialization.response Code=-1011 "Request failed: bad request (400)" UserInfo={NSLocalizedDescription=Request failed: bad request (400), NSErrorFailingURLKey=https://api.sendgrid.com/api/mail.send.json, com.alamofire.serialization.response.error.data=, com.alamofire.serialization.response.error.response= { URL: https://api.sendgrid.com/api/mail.send.json } { Status Code: 400, Headers {...
NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824)
- (void)sendWithWeb:(SendGridEmail *)email successBlock:(void(^)(id responseObject))successBlock failureBlock:(void(^)(NSError *error))failureBlock SendGrid.m:67:14: 'POST:parameters:constructingBodyWithBlock:success:failure:' is deprecated i get this error i have migrated to AFNetworking 3.x, after this i get the error any help
With a few #if I made this code working for OS X as well, with the intend of using it (and it works!) for http://diskalarm.com
I downloaded the latest files on 10/15 and integrated in my iOS app. The app started crashing in sendWithWeb function. Can you please help me out? SendGrid *msg = [SendGrid...
Test and add OSX as a target in the Cocoapod
Change extension property to fileExtension since extension is a reserved keyword in Swift