Skip to content

DerAndereAndi/AppSales-Mobile

 
 

Repository files navigation

#AppSales

AppSales allows iOS and Mac App Store developers to download and analyze their sales reports from iTunes Connect on the iPhone.

##Features

  • Automatic download of daily and weekly sales reports from iTunes Connect
  • Stacked bar graphs to see all your sales at a glance
  • Show your sales on a world map
  • View actual payments by Apple on a calendar
  • Group daily reports by fiscal or calendar month to predict your next payment
  • Automatic conversion to your currency of choice
  • Download customer reviews of your apps
  • Import reports that you downloaded elsewhere (for example with AppViz on your Mac) via iTunes File Sharing
  • Optional push notifications when new reports are available via Boxcar

Please see the screenshot below for a visual guide to AppSales' main interface and some tips and tricks.

##Requirements AppSales requires the iOS 4.2 SDK or later.

Because there is no API to access some parts of iTunes Connect, AppSales scrapes itunesconnect.apple.com. This means that even small changes on this website can break some functionality. In most cases, this is easy to fix and I'll try to make a new version available here. The report download itself uses Apple's auto-ingestion interface to iTunes Connect and should generally be unaffected by changes to the website.

##Push Notifications Because sales reports are not always available at the same time, I run a web service on Google App Engine to check for new reports every 10 minutes (until the report for the previous day is available).

You can get a push notification when new reports are available with the free Boxcar app. You can install Boxcar and add the AppSales service from the settings (in AppSales).

If AppSales is installed, opening the push notification will automatically trigger the download of new reports but you can also use the push service without AppSales being installed. To do so, install Boxcar and open this link from Safari (on your device) to add the AppSales service: boxcar://provider/965.

Except for the total number of subscribers, I don't collect any data with the push service. You can stop receiving notifications at any time by simply removing AppSales from Boxcar.

##About You can follow me on Twitter for updates on the development: @olemoritz

If you'd like to support this effort, please consider a donation via PayPal or Flattr:

Flattr this

AppSales Screenshot

##License In addition to the BSD-2 license below, I ask that you do not publicly distribute the app as a whole in binary form (e.g. on the App Store).

Copyright (c) 2011, Ole Zorn
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
  list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
  this list of conditions and the following disclaimer in the documentation
  and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

App Sales allows iPhone and Mac App Store developers to download and analyze their daily and weekly sales reports from iTunes Connect.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 99.9%
  • C 0.1%