Posts

Post not yet marked as solved
1 Replies
293 Views
Hi, In our application we have a requirement to send a PDF as an attachment using native email client.I've setup my signature with my native email client so that same is visible when I send the email.When I forward any link or image using the native email client my signatures are visible to recipient.However, when I attach a PDF as email attachment my signatures and disclosure are not visible to recipient on outlook or the browser.Whenever sending PDF as attachment I'm setting the MIME type as 'application/pdf'Any idea on what can be the issue?I've checked this on iOS 9.2 and 9.3 as well.ThanksVikas
Posted Last updated
.
Post not yet marked as solved
4 Replies
7.1k Views
I'm intermittently getting an issue with 10.3.x version of my iOS app which says TIC TCP Conn Failed [46:0x170194360]: 12:8 Err(-65554)This happens sometimes and works fine on relaunching the app but again starts giving the same problem.This happens when I try to fetch some content from server using the Rest APIs.Here's the complete log of the error that I get.Jul 20 21:47:21 iPhone MyApp(CFNetwork)[7347] <Notice>: TIC TCP Conn Start [46:0x170194360]Jul 20 21:47:21 iPhone MyApp(CFNetwork)[7347] <Notice>: TIC TCP Conn Event [46:0x170194360]: 3 Err(-65554)Jul 20 21:47:21 iPhone MyApp(CFNetwork)[7347] <Error>: TIC TCP Conn Failed [46:0x170194360]: 12:8 Err(-65554)Jul 20 21:47:21 iPhone MyApp(CFNetwork)[7347] <Notice>: TIC TCP Conn Cancel [46:0x170194360]Jul 20 21:47:21 iPhone MyApp(CFNetwork)[7347] <Notice>: TIC TCP Conn Destroyed [46:0x170194360]Jul 20 21:47:21 iPhone MyApp(CFNetwork)[7347] <Notice>: _CFNetworkIsConnectedToInternet returning 1, flagsValid: 1, flags: 0x40003Jul 20 21:47:21 iPhone MyApp(CFNetwork)[7347] <Error>: HTTP load failed (error code: -1003 [12:8])Jul 20 21:47:21 iPhone MyApp(CFNetwork)[7347] <Error>: NSURLSessionTask finished with error - code: -1003Any idea or clue on what this is about? If anybody can explain me the meaning of this error.
Posted Last updated
.