Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epatel/AppSales-Mobile
App Sales Mobile allows iPhone developers to download and analyze their daily and weekly sales reports from iTunes Connect. Modified by me for backup of reports.
https://github.com/epatel/AppSales-Mobile
Last synced: about 1 month ago
JSON representation
App Sales Mobile allows iPhone developers to download and analyze their daily and weekly sales reports from iTunes Connect. Modified by me for backup of reports.
- Host: GitHub
- URL: https://github.com/epatel/AppSales-Mobile
- Owner: epatel
- Fork: true (omz/AppSales-Mobile)
- Created: 2009-11-21T00:15:55.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-02-20T16:59:20.000Z (almost 15 years ago)
- Last Synced: 2023-04-16T07:40:55.661Z (over 1 year ago)
- Language: Objective-C
- Homepage: http://www.memention.com/blog/2009/11/22/Lightweight-backup.html
- Size: 1.23 MB
- Stars: 14
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
- awesome - AppSales-Mobile - App Sales Mobile allows iPhone developers to download and analyze their daily and weekly sales reports from iTunes Connect. Modified by me for backup of reports. (etc)
- awesome - AppSales-Mobile - App Sales Mobile allows iPhone developers to download and analyze their daily and weekly sales reports from iTunes Connect. Modified by me for backup of reports. (etc)
README
h1. AppSales Mobile
AppSales Mobile allows iPhone developers to download and analyze their daily and weekly sales reports from iTunes Connect.
The current version is meant to be built for iPhone OS 3.0.
Features:
* Automatic download of daily and weekly sales reports from iTunes Connect
* Convenient graphs for viewing trends and sales by region with selectable date range
* Automatic conversion to your currency of choice
* Download reviews of your appsBecause there is no real API to access iTunes Connect trend reports, AppSales Mobile scrapes itts.apple.com. This means that even small changes on this website can break AppSales’s ability to download reports automatically. In most cases, this is easy to fix and I’ll try to make a new version available asap.
You can follow me on Twitter: "@olemoritz":http://twitter.com/olemoritz
If you like, check out my commercial iPhone apps at "omz-software.com":http://omz-software.comh2. Modified version by Edward Patel
* Changed version -> 1.1
* Added compile time versioning which gives a bundle version like 1.1.yymmddhhmmss
* Added backup of reportfiles to computer. Compiling will give an error at a line where a http access is hardcoded. We are developers so I think most should be able to figure it out.
* Added a php script to receive and store reportfiles on the computer. Please read in upload_appsales.php for more information.
* Merged ktakayama Totals additions
* Merged jonkean translation additions* This merge has been merged into jonkean so I will stop merging