i have another problem in this function :
void OnUserGroupSaved (CBUserGroup grup, string error){
if(grup != null)
Debug.Log("Saved: " +grup.name);
}
the grup created successfully, but on that function it didn't show my group.name, can u help me solve this problem??
i need grup.name from that function because i need to save it to customData..
Is there a reason why you're not using the version 2.x? These functions work fine there and I'm not going to apply fixes or changes to older versions.
FRANCESCO CROCETTI @ SKARED CREATIONS
my apps has already got 90%, n if i change combu to ver 2.x i have to recode all the function, pls help me to solve this problem 🙂
i just need to fix this group part for my apps..
Edit groups.php at line 108 (after/out the foreach loop and before the closing bracket of if ($success) statement) add the following line:
$message = $rec->ToJson();
FRANCESCO CROCETTI @ SKARED CREATIONS