Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed usage of # in GitHub Markdown #298

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#AppSales
# AppSales

---

Expand All @@ -12,7 +12,7 @@

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

##Features
## 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
Expand All @@ -21,10 +21,10 @@ AppSales allows iOS and Mac App Store developers to download and analyze their s
* Import reports that you downloaded elsewhere (for example with [AppViz](http://www.ideaswarm.com) on your Mac) via iTunes File Sharing
* Optional push notifications when new reports are available via Boxcar

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

##Push Notifications
## Push Notifications
Because sales reports are not always available at the same time, I run a web service to send out push notifications when the daily reports have been generated.

You can get a notification when new reports are available with the free [Boxcar](http://itunes.apple.com/us/app/boxcar/id321493542) app. Boxcar can also be installed directly from the settings in AppSales.
Expand All @@ -33,15 +33,15 @@ If AppSales is installed, opening the push notification will automatically trigg

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
## About
You can follow me on Twitter for updates on the development: [@olemoritz](http://twitter.com/olemoritz)

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

<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=YDQN4S3WVRCBU&lc=US&item_name=AppSales&no_note=1&currency_code=USD"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif"/></a> <a href="http://flattr.com/thing/366574/AppSales" target="_blank">
<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a>

##License
## 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
Expand Down