💡Tips:
It is recommended to invoke the corresponding methods before initializing MCSDK to pass in custom rule parameters.
// Set channel
[MCAPI sharedInstance].channel = @"channel";
// Set sub-channel
[MCAPI sharedInstance].subChannel = @"subChannel";
// Custom rules
[MCAPI sharedInstance].customData = @{
kMCCustomDataUserIDKey:@"test_custom_user_id"
};