Avatar

Level 3
Thanks very much guys for the fix. I got it towork, but not
without some issues.



I have noticed that when the
cSession.userManager.registerCustomUserField("score"); is called in
a function. The function just ends and anything after it is not
run.



For example when I have the line
cSession.userManager.setCustomUserField(cSession.userManager.myUserID,"score",7);
after the register it will not run. I even put a simple line of
Alert.show('Ready') and that wont call.



The way I got around was put put two buttons in my app which
calls two different functions. One to register and teh other to
set.



Any thoughts? Thanks.