question

baraa90 avatar image
baraa90 asked

No revenue although users bought items using our app

Hello, We followed Amazon's guide to integraton Amazon Mobile Associates in our app, and everything appear to be fine except for the fact that we don't get any revenue, just like we're linking we're initializing AssociatesAPI using a wrong appID (but we're not). Our code is as follows: in onCreate: AssociatesAPI.initialize(new Config(key, activity)); we call the following method when clicking on the item's photo: public void openProductPage(String asin){ OpenProductPageRequest request = new OpenProductPageRequest(asin); try { LinkService linkService = AssociatesAPI.getLinkService(); linkService.openRetailPage(request); } catch (NotInitializedException e) { e.printStackTrace(); } } Any ideas about what's missing or what might be the problem? Thanks!
mobile associates
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

0 Answers