Hi,
I am trying to use UserService api from App42. Not able to make it work, when I use a callback it throws error that No Matching member function, if I supply NULL in place of callback it doesn't show any error. Any Idea?
Here is the image of what I am doing exactly.
Update
I have found mismatch in the document defined here http://api.shephertz.com/app42-docs/user-management-service/#create-user for cocos2dx, the callback methods doesn't match with the api I am using, the documents are not updated. And too after changing the callback parameters its not working.
See my changed code.
void EnterName::onUserRequestCompleted(App42HttpClient *sender, App42HttpResponse *response){
}
The above code too shows the same error, please help.
Thanks.