Getting started with aws ios sdk to search for books from their ISBN on iPhone

I am new to the AWS iOS SDK. I installed the AWS iOS SDK and also see a sample project presented by the AWS iOS SDK. But, unfortunately, I did not get anything suitable for me.

My simple task is to search for books with my ISBN on Amazon.

Can I create a sample Xcode project that requests "itemlookup" from AWS? OR Can I have a sample Xcode project that makes a request for an item from AWS?

I spent more than 8 hours on this, but found nothing. Now I have come to SO. Hope I get the right help here.

Thanks pending.

+1
objective-c amazon-s3 amazon-web-services ios6
source share
2 answers

After much discussion and help from Bob Kinney and Ryan Parman. I went the right way and found this one on SO. In this question, the last answer has a link to the Sorceforge 'amazon advertising api' sample code

Sample code here

Although this code has some errors that I solved by executing them, but finally I got the desired results.

Hope this helps you a lot ...

+3
source share

The AWS SDK for iOS is designed to access Amazon web services such as S3, EC2, and DynamoDB. What you are looking for is the Advertising API . There are a number of questions on SO that should give you some ideas.

+2
source share

All Articles