Questions tagged [apple-reporter]

5 questions
6
votes
1 answer

Apple Reporter Sales.getReport Too few or too many parameters specified for the method

I'm integrating the Apple Reporter.jar to download my app sales reports, but it's complaining that I have either too few or too many arguments. Too few or too many parameters specified for the method. Call ApplicationName.getHelp for a list of valid…
Kenny Wyland
  • 20,844
  • 26
  • 117
  • 229
2
votes
1 answer

How to show iTunesconnect sales and financial report on web?

I need to display sales and financial report on HTML web page, reports data should be from iTunesConnect. Can someone please describe how can i achieve this ? Need to get data like below iTunes image.
Hitesh Surani
  • 12,733
  • 6
  • 54
  • 65
2
votes
3 answers

Apple Reporter returns "Invalid username and password" with valid credentials

I've been using Apple Reporter for several weeks without issue, but yesterday (7/20/2017) all my calls fail unexpectedly. My token is valid, I've refreshed and replaced it and setup a new account as an additional test. I can find no status or…
1
vote
1 answer

Apple Reporter: transaction id to paid price report

When user does in-app purchase in iOS app, we receive transaction id, article id, etc, but we don't receive information how much did he pay. We would like to receive this information somehow. We tried to use Reporter.jar. We can download sales…
0
votes
0 answers

send post request to itunes Reporter

I am trying to send a POST request to Itunes reporter API to download a sales report: https://help.apple.com/itc/appsreporterguide/#/apd68da36164 In the queryInput, I pass in "1234" which is the vendorId. import requests headers = { "access_token":…
x89
  • 2,798
  • 5
  • 46
  • 110