/PMRatings

A drop-in button or label to politely encourage users to review your app on the App Store

Primary LanguageObjective-CMIT LicenseMIT

This is long dead. Please don't use it. ¯\🙃

Header

OverviewExample AppInstallationAt a GlanceDocumentation

A drop-in button or label to politely encourage users to review your app on the App Store. Created by Pat Murray and inspired by Marco Arment's Overcast app:

The problem with how iOS apps ask for ratings has been long discussed online. Marco outlines, in his post How Overcast asks for reviews, a less intrusive way of asking for ratings. I implemented this is my app NCIS: Gibbs' Rules to much success.


[![Twitter: @_patmurray](https://img.shields.io/badge/contact-@__patmurray-blue.svg?style=flat)](https://twitter.com/_patmurray) [![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)](/LICENSE)

Overview

Briefly

PMRatings can be used in two main ways:

  • As a UITableViewCell subclass for adding an Overcast style button to your settings screen
  • To return a NSString to be used in your own controls.

PMRatings can be used in both locale independent or locale focused mode. Locale independent gets ratings from the US store, locale focused gets ratings from the user's local store. PMRatings caches the most up to date ratings count in NSUserDefaults.

Current State

Current version is pre-0.1. Much work is still to happen. I would not reccomend using this in any app (shipping or not)

Example App

Installation

TBC

At a Glance

TBC

Documentation

TBC

License

The MIT License (MIT)

Copyright © 2015 Patrick Murray

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.