English
English
简体中文
Register
Log In
English
English
简体中文
Register
Log In
Language
English
English
简体中文
Register
Log In

Can I choose not to develop Bluetooth modules during development using an iOS SDK to reduce the package size?

Last Updated on2025-02-27 09:21:10
Yes, you can develop the first two modules if you require network pairing and device control functions only.
# Home, device, room, and group management pod 'ThingSmartDeviceKit' , # Network pairing pod 'ThingSmartActivatorKit',
The following modules are optional:
# Single-point Bluetooth pod 'ThingSmartBLEKit', # Bluetooth mesh pod 'ThingSmartBLEMeshKit', # Smart scene pod 'ThingSmartSceneKit', # Device and group timing pod 'ThingSmartTimerKit', # Message Center pod 'ThingSmartMessageKit', # Feedback pod 'ThingSmartFeedbackKit',

Click for services and help

Help Center