Code Monkey home page Code Monkey logo

appirater's People

Stargazers

 avatar

Watchers

 avatar

appirater's Issues

multitasking updates

copied from main project

There are a few issues in + (void)appLaunched:(BOOL)canPromptForRating.

  1. [device respondsToSelector:@selector(multitaskingSupported)] always returns false. This is because the getter is called isMultitaskingSupported,
    [device respondsToSelector:@selector(isMultitaskingSupported)] works fine.
  2. On at least iOS 4.0.1 I do not get a call on applicationWillEnterForeground: on my delegate on first launch. (But I do get it on switching to the application if it is running.) This means that if the first issue is fixed, the initial launch on multitasking environments may not be recorded.

P.S. This is a great piece of code, keep up the good work!

look into this potential memory issue

copied from main project

Hi,

Thanks for your code. Great idea!
It contains a bunch of leaks though. Maybe you should put on the Static Analyser (check your build settings). These are the leaks that the static analyser detects:
• unreleased UIAlertview (line 185) -- after show, it should be released
• testConnection (line 83) -- should be released
• Appirater unreleased (line 93) -- after detaching a new thread, it can be auto-released (it's retained by the thread)

M
Comments
martijnthe March 23, 2010 | link

Ah, I see now that you release the UIAlertView and self in the alertView:clickedButtonAtIndex: delegate method. I'd say this is a bit unconventional...

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.