GithubHelp home page GithubHelp logo

lhscore's Introduction

LHScore

这是一个生成APP评分弹框的

配置

1.添加LHScore到你的项目中

2.如果你的项目不是ARC, LHScore.m需要添加-fobjc-arc

3.添加CFNetwork, SystemConfiguration, and StoreKit frameworks到你的项目中

开发阶段

设置 [LHScore setDebug:YES]将确保每一次的应用程序被显示的评级要求

使用

确保你设置[LHScore setDebug:NO]确保该应用程序在应用程序启动时不显示, 也要确保这些组件中的每一个都设置在application:didFinishLaunchingWithOptions:这个方法

这个例子说明,该评级申请仅显示当应用程序已经第二次打开App时,一打开就弹出,此后统计app每打开第n*10次

[XSScore setAppId:@"xxxxxxxxx"];
[XSScore setUsesUntilPrompt:2];
[XSScore setCountBeforeReminding:10];
[XSScore appLaunched];

lhscore's People

Contributors

no88 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

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.