Search code examples
iphonecocos2d-iphoneopenfeint

What does this OpenFeint Developer Warning mean?


I get the following OpenFeint iOS warning:

OpenFeint Developer Warning:
Please make sure to provide a delegate to OpenFeint

Here is also a screenshot of the warning:

OpenFeint Developer Warning: Please make sure to provide a delegate to OpenFeint

what does this warning means?


Solution

  • There is some OpenFeint class that you have an instance of, of which you need to set the delegate property to one of your classes that implements the delegate protocol before using the class.