App Store Sales Reports Downloader
This is a Bash script to download sales reports from the App Store from a range of dates.
Before using this script, you have to follow these steps:
- Create a directory using terminal.
- Download
Reporter.jarfrom Apple and store it inside this new directory. - Configure
Reporter.propertiesaccording to Apple instructions. - Download this script,
sales.shto this same directory.
To use this script, type this from terminal:
./sales.sh INITIAL_DATE FINAL_DATEdates should be in the format YYYYMMDD
For example:
./sales.sh 20170701 20170730will download all sales report from July 1, 2017 to July 30, 2017
This is an alpha version of this script. This is the best I could do because I am not strong on Bash. If you want to improve this, please be my guest.
Copyright (C) 2017 by Magno Urbano (www.katkay.com)
Distributed under the GNU General Public License, version 3.0.
We give no warranties and cannot be liable for any damage on your system
If you use this you will be using this at your own risk
On this page
Languages
Shell100.0%
Contributors
GNU General Public License v3.0
Created July 30, 2017
Updated July 30, 2017