The NSData class is an apple class for holding generic data. Often used when reading/writing from and to files, and the internet.

learn more… | top users | synonyms

5
votes
0answers
182 views

Snappy compression returns only SNAPPY_INVALID_INPUT

I wrote a short category on NSData that does compression with libSnappy. It works like a charm during compression, however the decompression code results in SNAPPY_INVALID_INPUT. The interesting ...
3
votes
0answers
247 views

How can I see components of NSData?

I am trying to write a PDF file from NSData I got from an http request and then display the pdf. When I call [response description], I get <30>, so I am at least getting something back. However, ...
2
votes
0answers
257 views

Iphone: How to split NSData video file into chunks and upload the chunks one by one to the server?

I have been trying to split the video file into chunks and send the chunks to the server one by one. But i am not sure if the logic or the code i have written is right! If you could please help me ...
2
votes
0answers
43 views

NSError code 256 - Twitter GET

I have this code here which sometimes works. I make sure that I am connected to the internet before attempting this Get from Twitter, and I am pretty sure it isn't the problem. ... NSString ...
2
votes
0answers
475 views

iOS:detect correct encoding of NSData

I hava a NSData object which represents a NSString object. I use -[NSString initWithData:encoding:] to get the string. Now the problem is how do I know the correct encoding type? Thanks. Edited: I ...
2
votes
0answers
288 views

How to save an image into Core Data (iOS5)

I have a Binary Data attribute set up in my entity (with Allows External Storage checked), and an image in my app bundle that I want to assign to it (test.jpg). What is the best way? ...
2
votes
0answers
135 views

What format is person's ImageData(CFDataRef) in AddressBook?(Jpeg or PNG)?Or how to determine?

From AddressBook's API ABPersonCopyImageData I can get a CFDateRef which is toll-free bridge to NSData. And I want to write this data to file, but what file extension should I use ? .jpeg or .png? ...
1
vote
0answers
51 views

iOS - attaching a PDF file: PDF ok in simulator folder, but corrupted when attached to email on device

Hopefully the title made sense. Here's my situation. I have one PDF created in Pages then exported as a PDF. I then create another PDF within the app. I create the PDF file with this code: - ...
1
vote
0answers
76 views

Binary data from file into NSString

I'm building a web server for an iOS app and ran into problem when serving binary files such as images. I need to put the binary data of files into a NSString that I send with the HTTP response ...
1
vote
0answers
96 views

Send NSData back and forth between devices - GameCenter alternative

I am trying to build an application that will require sending data between two devices over the internet. Sort of like GameKit, but I would like to implement the function without GameKit as I want to ...
1
vote
0answers
92 views

NSData to NSString conversion failing

I have an encrypted String that is returned by a Java web service to my iOS app. I am able to decrypt it to a NSData object on the iOS side, but when I try to convert it to a NSString I always get a ...
1
vote
0answers
109 views

iOS NSData logs null value while sending PNS device token

i'm enabling PNS service for my app...when i tried to log my NSData value which i'm sending it to my server it logs null.If i use same code for ibaction in my VC it works fine, where if i manually ...
1
vote
0answers
79 views

Converting a NSMediaItem again and again

today I read the first answer on stackoverflow in this thread MPMediaItems raw song data which was really great. I used it to convert a MPMediaItem to an NSData like the author of the thread wanted ...
1
vote
0answers
247 views

How to encode NSData raw bytes directly to UTF-16 (Unicode)?

Environment: iOS Xcode Objective-C Garbled Unicode UTF-16 My Question: I got the file content from a remote file and then stored it into NSData object, then I want to convert the NSData to Unicode ...
1
vote
0answers
81 views

NSData stores the same information for differents NSURL

I'm doing a parsing of a XML and my problem begins when i want to store a NSData of an url needed for my parser. This URL contains the user and the password to authenticate (returns a XML), and in my ...
1
vote
0answers
244 views

Objective C Mime Parser for IMAP response

I want to Parse a NSDATA which contains IMAP response, For ex Date: Tue, 18 Sep 2012 02:50:54 +0000 (GMT) From: xx@xx.com To: yy@yy.com Message-ID: 7034025 Content-Type: multipart/mixed; ...
1
vote
0answers
407 views

iOS and Java - How to decode UTF-8 encoded NSData on server programmed in Java?

I am sending JSON from my iPhone app to my server which is Play Framework's Java app and deployed on Heroku Cloud. Here is my code i am using in my App. self.url = [NSURL ...
1
vote
0answers
203 views

Displaying image from XML

I'm using NSXMLParser and I want to display images from XML as a <url> node using UITableViewCell. Inside the table view's cellForRowAtIndexPath, I'm using this code: NSURL * imageURL = [NSURL ...
1
vote
0answers
173 views

Converting nsarray to nsdata to nsstring to use in label

Help from the more experienced Obj C coders will be greatly appreciated as I've been stuck on this for a few days, and I believe the code is 'close'. I'm creating a list of names from the users ...
1
vote
0answers
95 views

Encoding Data NSString with Mail

I'm trying to send some data (NSDictionaray) with Mailcore. However the body is either null or "" My code is : * // Dic is NSDictionary NSMutableData *data = [[NSMutableData alloc]init]; ...
1
vote
0answers
99 views

merging and unmerging uiimages

I would like to know the best way to merge (for lack of a better word) many UIImages together, so that I can send them in an email or upload them to Dropbox as one file, and then be able to un-merge ...
1
vote
0answers
137 views

Cocoa: POSTing a (very) large file

In Cocoa, how would you go about POSTing a file big enough to cause allocation issues while still appending the Content-Disposition and Content-Type flags in code? Right now, we're allocating an ...
1
vote
0answers
228 views

Getting ongoing recording data segments from AVAudioRecorder

My problem is as follows: I need to capture every 320 bytes of raw audio data. I do this by using an NSTimer that fires a method every 0.02 seconds - that is because i need to record 8000Hz and 16bit ...
1
vote
0answers
3k views

iOS: Converting UIImage to NSData using UIImagePNGRepresentation yields different results on simulator vs. on actual device

I have a piece of code that downloads a PNG image from a server into a UIImage object, then verifies the correctness of the image by converting it into NSData, hashing the contents of NSData, and ...
1
vote
0answers
104 views

NSData crashes application with ARC

When doing this in a class in my mainbundle: NSData * data = [NSData dataWithContentsOfURL:urlLowerCase]; (or file, doesn't matter) Everything works just FINE. Doing the EXACT same in my ...
1
vote
0answers
117 views

Opening an sqlite database stored in NSData object “in memory”

Is it possible to open an sqlite database stored in an NSData object? Ex: NSData *sqliteDb = [self fetchDb]; can I open this DB using the in memory functionality of sqlite3 - ...
1
vote
0answers
473 views

exif data in NSData image representation

I'm trying to create a PhoneGap plugin which uses AFFoundation to capture photos and return the image as base64 encoded string. This all works fine but the exif data seems to be missing from the ...
1
vote
0answers
297 views

How to Append PDF files in iOS SDK

I would like to append pdf files, i ll be getting NSData from server which i am saving as PDF, i want to add more data to existing PDF, i tried appending NSData which is appending the no.of bytes but ...
1
vote
0answers
221 views

Any way to remove the BOM part when a NSData has many BOM inside it?(Objective-c)

Normally if the file contains a BOM at the beginning of a file or a data, it is useful to identify what encoding the data is. But if you use NSData's dataUsingEncoding method, it would add a BOM if ...
1
vote
0answers
1k views

Image from URL in TableView

I have a issue with placing my image in the tablview. Now Everything seemes to be coded right since I recieve no errors or warning messages and when I watch the dump while running in the simulator you ...
1
vote
0answers
677 views

iphone: nsdata encoding after retrieval - why so strange?

hey people, I have a strange problem with my current app development. the aim of my app is to receive serveral xhtml websites via NSURLSConnection (yes, no ASIHTTPRequest framework), save them in an ...
1
vote
0answers
821 views

iOS NSData from UIImageJPEGRepresentation sent to Web Service error

I am using sudz-c to make a Web Service call that is sending 3 items: an integer (41), the NSData of the image and a string representing the image type (.jpg). When I dummy in the data (from a ...
1
vote
0answers
288 views

Extract xml from zip to nsdata (cocoa)

I have a zip file with a .xml in it. This xml has to be unzipped and saved into NSData. I already know ziparchive and zippack. And I also know that I can unzip the archive, save it and get the xml ...
1
vote
0answers
131 views

UIImage via https

I am trying to create a UIImage with NSData *testData = [NSData dataWithContentsOfURL:url]; while the url looks like https://myimage.gif So, if I try to access the image via my firefox, it ...
1
vote
0answers
368 views

memory leak when JPEG, not when PNG

My application aims at saving some user photos in a PDF file in order to send the file by email. To produce a small size pdf, I want to compress my images in jpeg. When I draw jpeg to the PDF context, ...
1
vote
0answers
93 views

Data loss when downloading data from LDAP server

This question comes from a previous one I asked about handling NSData objects: http://stackoverflow.com/questions/2453785/converting-nsdata-to-an-nsstring-representation-is-failing. I have reached ...
0
votes
0answers
38 views

Objective C and ARC: Object produced in one thread does not get released in the consuming thread

I have a small project that reads an HTTP stream from a remote server, demuxes it, extracts audio stream, decodes it into 16-bit PCM, and feeds into a corresponding AudioQueue. The ...
0
votes
0answers
31 views

Store and retrieve UIImage in sqlite

I want to store the image from the URL to sqlite and retrieve it for the later use. Here is my code to store the image in sqlite. if(sqlite3_open(dbPath, &myDB)==SQLITE_OK) { NSString ...
0
votes
0answers
9 views

Save Image to my plist to load hear in other view

I want to save my image import from the Photo library or my camera in a plist (Data.plist). Thank you in advance //I have hear my code to save the name of person write in my text field // ...
0
votes
0answers
16 views

Convert video data to URL for MPMoviePlayerController

I'm trying to take an NSData representation of a video file written with AVAssetWriter and play it in an instance of MPMoviePlayerController without having to write the NSData to file. I've tried the ...
0
votes
0answers
35 views

Can you nest data encoding?

I am working on a turn-based Game Center game. I am trying to encode a custom class for which I have already written encodeWithEncoder and initWithEncoder. Those seem to work fine, except for two ...
0
votes
0answers
8 views

How to convert CCSprite to NSData?

How to convert CCSprite to NSData and back?? I wrote this function, but they don't work -(void) writeObjects:(CCLayer*) layer { CCArray *objects = [CCArray arrayWithArray:[layer children]]; ...
0
votes
0answers
12 views

Convert an image file to NSData by ignoring some pixels

I am writing a customized image control, which can load image from remote url, and display it on the screen. However, I met a problem, which made the control very inefficient when rendering some big ...
0
votes
0answers
22 views

Converting UIImage into NSData is too large with UIImageJPEGRepsentation

I am already using the lowest compression factor to convert my image to NSData, is there anyway to rescale the image somehow easily so I don't have to send as much information? This is what I am ...
0
votes
0answers
70 views

NSString plain encoded with NSASCIIStringEncoding to NSData

I packed an object (NSObject) to (NSData) and then encoded it with (NSASCIIStringEncoding) for sending it to a SQLite database with this code: NSData *data = [NSKeyedArchiver ...
0
votes
0answers
14 views

AudioQueue from NSData (u-law)

Gents & Ladies, hello again. For the first time I'm having to deal with sound in iOS, and instead of starting out with popular, easy to play sound files, I need to play u-law (mu-law), .Vox ...
0
votes
0answers
58 views

Append two different formats of nsdata and retrieving the same

I need to append one String value to image and send that image file another device When ever i want to open that image file from another device gallery with using my application i need to separate ...
0
votes
0answers
37 views

Send Sqlite File Viae Blutooth & Convert Sqlite File From And To NSData in Objective c?

I am Trying T Send Sqlite File Via Blutooth . i Using GameKit i Should Convert Sqlite File To NSData To Send It NSData * data; if ([[NSFileManager defaultManager] fileExistsAtPath:filePath]) { ...
0
votes
0answers
135 views

Save UIImage -> NSData to Core Data binary

I want to store an image I picked with the UIImagePickerController from the camera to CoreData. The column is a binary type with "Allows External Storage". The method I want to save: ...
0
votes
0answers
264 views

ASP.NET MVC deserializing large JSON data provided by iOS iPad App

I have a native iOS iPad app which is creating a JSON string and passing it to an ASP.NET MVC controller. The iOS app creates the raw JSON by creating a very large base64 string from some image data. ...

1 2 3 4 5 6