Peter Lendvay
Peter Lendvay

Reputation: 655

How to implement Amazon's Product Advertising API for iOS?

I'm planning to use Product Advertising API on a mobile application (preferably iOS). The Product Advertising API License Agreement clearly states you cannot use the API directly from the mobile device.

Question: Is using the API on a server, then using web service calls to get the data for the device from the server the only way? If not, what do you suggest?

Upvotes: 4

Views: 3767

Answers (1)

Mudeem Siddiqui
Mudeem Siddiqui

Reputation: 11

You may want to consider using the Amazon Mobile Associates API: https://developer.amazon.com/public/apis/earn/mobile-associates

Upvotes: 1

Related Questions