Git Product home page Git Product logo

lukedurrant / ask4appreviews Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arashpayan/appirater

46.0 5.0 14.0 427 KB

A utility that reminds your iPhone app's users to review the app. but promotes positive app reviews and asked for feedback (through email) if the user is having issues

Home Page: http://lukedurrant.com/2012/07/appirater-github-fork/

License: Other

Ruby 3.12% Objective-C 96.88%

ask4appreviews's Introduction

Introduction

Ask4AppReviews is a class that you can drop into any iPhone app (iOS 5.0 or later) that will help remind your users to review your app on the App Store. The code is released under the MIT/X11, so feel free to modify and share your changes with the world. To find out more, check out the homepage.

Getting Started

  1. Add the Ask4AppReviews code into your project (directly, or via CocoaPods: pod 'Ask4AppReviews')
  2. Add the CFNetwork and SystemConfiguration and 'MessageUI' and 'StoreKit' frameworks to your project (CocoaPods handles this for you)
  3. Call [Ask4AppReviews appLaunched:YES] at the end of your app delegate's application:didFinishLaunchingWithOptions: method.
  4. Call [Ask4AppReviews appEnteredForeground:YES] in your app delegate's applicationWillEnterForeground: method.
  5. (OPTIONAL) Call [Ask4AppReviews userDidSignificantEvent:YES] when the user does something 'significant' in the app.
  6. Finally, set the AppStoreId in your project info.plist (AppStoreId) and 'DeveloperEmail' which is the email which the positive feedback goes too.

Customization

[Ask4AppReviews setAppId:@"552035781"];
[Ask4AppReviews setDaysUntilPrompt:1];
[Ask4AppReviews setUsesUntilPrompt:10];
[Ask4AppReviews setSignificantEventsUntilPrompt:-1];
[Ask4AppReviews setTimeBeforeReminding:2];
[Ask4AppReviews setDebug:YES];

License

Copyright 2014. luke durrant. This library is distributed under the terms of the MIT/X11.

While not required, I greatly encourage and appreciate any improvements that you make to this library be contributed back for the benefit of all who use it. the original forked code can be found at the project https://github.com/arashpayan/appirater


Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.