As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Hi there,
Since this question was made 7 months ago, we want to check if there is any other method available to add users? any update?
if not,
can you post here a sample code of how user REST API for that? we could not find example in codex.
thanks
Gagan5278
Actually in my case there are two Group named General & Special & I want to add a user to General group by default. Could any one have any idea that how to implement this with Kinvey iOS SDk?
public void submit(View view) {
kinveyClient.userGroup().addUserToGroup("13", "15", null new KinveyClientCallback () {
public void onFailure(Throwable t) { ... }
public void onSuccess(UserGroupResponse u) { ... }
});
}
Is there any idea/way to do this in iOS also? Any help would be great. Thanks