nicklockwood / iRate

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

Crash in checkForConnectivityInBackground (iOS7) #260

Closed AlexanderMarkevich closed 8 years ago

AlexanderMarkevich commented 8 years ago

dispatch_async(dispatch_get_global_queue(QOS_CLASS_BACKGROUND, 0), ^{ [self checkForConnectivity]; });

QOS_CLASS_BACKGROUND available for iOS8 +.

nicklockwood commented 8 years ago

Thanks for bringing this to my attention. Fixed in 1.11.6