Brand Messenger iOS App Module

Create modules in Brand Messenger's iOS SDK

You can create modules in Brand Messenger. If you require more modules for your second application, contact Khoros Support.

On the device side, you must setup the app module during the user login call.

[KBMUserDefaultsHandler setAppModuleName:@"<APP_MODULE_NAME>"];
KBMUserDefaultsHandler.setAppModuleName(<APP_MODULE_NAME>)

❗️

If any user is using both applications, chat notifications and chat data will show up in both apps. App Module works best when one type of user uses the first app and another type of user uses the second app. For example, in a car marketplace, a Car Dealer might use the "Dealers" app while car buyers would use the "Consumer" app.