0
我用link代碼發送和獲取JSON數據。錯誤域= NSCocoaErrorDomain代碼= 3840「的操作無法完成
我修改了代碼,使用下面的代碼的Web服務器同步數據。
- (IBAction)syncTickets:(id)sender {
[self postTest];
[self getTest];
}
我有超越控制getTest功能將數據保存到手機數據庫。 我得到一個錯誤
Error Domain=NSCocoaErrorDomain Code=3840 "The operation couldn’t be completed.
(Cocoa error 3840.)" (JSON text did not start with array or object and option to allow
fragments not set.) UserInfo=0x987b960 {NSDebugDescription=JSON text did not start
with array or object and option to allow fragments not set.
}
,只當我SYNCI發生第一次以後它工作正常。你能建議我一個解決方案嗎?