SC_ChallengesController
The SC_ChallengesController retrieves lists of challenges on behalf of the current session user from the Scoreloop servers.
Two separate lists may be retrieved:
the list of challenges currently available to the user to play
the user's challenge history (the list of all challenges associated with the user, e.g. completed, current, rejected, etc)
Basic Usage:
To request the appropriate challenge list, you can call one of the methods below:
Await a successful server response via delegate callbacks.
After a successful request, the challenges will be loaded into which can be Access by calling .
See also:
RequestController