2013-07-06 37 views

回答

1

希望這有助於

QBCOCustomObject *object = [QBCOCustomObject customObject]; 
object.className = @"SuperSample"; 
object.ID = @"51d5a979efa357c7fa000006"; 

NSMutableDictionary *specialUpdateParams = [NSMutableDictionary dictionary]; 
[specialUpdateParams setObject:@"phone" forKey:@"push[interests]"]; 

[QBCustomObjects updateObject:object specialUpdateOperators:specialUpdateParams delegate:self]; 

隨意嘗試片斷https://github.com/QuickBlox/quickblox-ios-sdk/tree/master/snippets

這個項目包含大量的例子