tags:

views:

152

answers:

3

Is there any sample code that uses Amazon SQS in objective c code so I can well understand how to use it

A: 

If you don't find anything for Objective-C, Amazon::SQS::Simple implements the protocol in Perl. The source is fairly instructive - if you can read Perl.

David Toso
+2  A: 

Even better, you should be able to link to Aws4C directly from your Objective-C code.

David Toso
A: 

If you plan to implement this on an iPhone, please note that Amazon does not take very kindly to mobile usage of its platform (read: Delicious Library for iPhone, among others).

Jason
Why is it so? I have to use it for iPhone app, with Google App Engine
Discussed here: http://stackoverflow.com/questions/1153853/amazon-sqs-for-iphone
Will Harris
"(e) You will not, without our express prior written approval requested via this link , use any Product Advertising Content on or in connection with any site or application designed or intended for use with a mobile phone or other handheld device."My bad. Sorry for the confusion.
Jason