nicklockwood / iRate

[DEPRECATED]
http://charcoaldesign.co.uk/source/cocoa#irate
Other
4.1k stars 733 forks source link

Stop making network request on class load #224

Open paulz opened 8 years ago

paulz commented 8 years ago

iRate attempt to lookup the app in AppStore on class load. Developer might want to control timing of network requests by explicitly invoking [iRate sharedInstance], for example in order to:

  1. disable network requests while running unit tests
  2. avoid using cellular connection
  3. defer network requests until application is fully initialized