arashpayan / appirater

A utility that reminds your iPhone app's users to review the app.

Home Page:http://arashpayan.com/blog/2009/09/07/presenting-appirater/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NSAlertWarnUnsafeBackgroundThreadUsage

loretoparisi opened this issue · comments

I've got this warn message running appirater with MacOS X Lion.

"NSAlert is being used from a background thread, which is not safe. This is probably going to crash sometimes. Break on _NSAlertWarnUnsafeBackgroundThreadUsage to debug. This will be logged only once. This may break in the future."

I think you're using a fork of appirater that has support for Mac apps. You'll need to contact the author of the fork for support for this. Generally speaking though, you should make sure the NSAlert is create and shown from the main thread.

You got it! Thanks a lot!