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
2009-07-18 13:56:08
+2
A:
Even better, you should be able to link to Aws4C directly from your Objective-C code.
David Toso
2009-07-18 13:59:44
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
2009-07-18 16:37:08
Why is it so? I have to use it for iPhone app, with Google App Engine
2009-07-20 11:17:20
Discussed here: http://stackoverflow.com/questions/1153853/amazon-sqs-for-iphone
Will Harris
2009-07-20 15:16:34
"(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
2009-07-20 16:58:13