问题
I am new to AWS iOS SDK. I have installed AWS iOS SDK and also look the sample project given by AWS iOS SDK. But unfortunately I didn't get anything suitable for me.
My simple task is to search books with their ISBN number on Amazon server.
Can I have sample Xcode project that is requesting "itemlookup" from AWS? OR Can I have sample Xcode project that is making request to get item from AWS?
I have spent more then 8 hours on this but didn't find anything. Now atlast I come to SO. I hope that I'll get suitable help from here.
Thank you in anticipation.
回答1:
After a great discussion and help of Bob Kinney and Ryan Parman. I went to right path and found this on SO. In this question the last answer has a link of Sorceforge sample code of 'amazon advertising api'
Sample Code Here
Although this code has some errors, which I solved by googling them, but at last I got the desired results.
Hope this will help you greatly...
回答2:
The AWS SDK for iOS is for accessing Amazon Web Services like 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 starting ideas.
来源:https://stackoverflow.com/questions/15703916/getting-start-with-aws-ios-sdk-to-search-books-with-their-isbn-from-iphone