How do I implement the Amazon Product API for iOS?

I plan to use the product advertising API in a mobile application (preferably iOS). The Product Advertising API License Agreement clearly states that you cannot use the API directly from a mobile device.

Question: Does it use the API on the server and then use the web service calls to get data for the device from the server in the only way? If not, what do you suggest?

Thank!

+4
source share
1 answer

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

+1
source

Source: https://habr.com/ru/post/1584867/


All Articles