Skip to content

iOS

This is a guide for setting up the Hive SDK chat feature on iOS.

Ai chat filtering

To use AI chat filtering, complete Hive Console > Chat > AI Chat Filtering > AI Chat Filtering Settings > Default Prohibited Words, Additional Prohibited Words Settings.

Add framework

Add frameworks to the Podfile in the project directory.

pod 'HiveChat', $HIVE_SDK_VERSION # Chat 기능 사용을 위한 프레임워크

After saving the Podfile with the added framework as shown above, run the command below to install the framework in the project.

pod install