Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop making network request on class load #224

Open
paulz opened this issue Sep 26, 2015 · 0 comments · May be fixed by #225
Open

Stop making network request on class load #224

paulz opened this issue Sep 26, 2015 · 0 comments · May be fixed by #225

Comments

@paulz
Copy link

paulz commented Sep 26, 2015

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant